Kernel-Crash when working with ubt0

Konstantin Belousov kostikbel at gmail.com
Tue Aug 27 07:11:25 UTC 2019


On Mon, Aug 26, 2019 at 02:35:25PM -0700, maksim yevmenkin wrote:
> 
> 
> > On Aug 26, 2019, at 9:14 AM, Warner Losh <imp at bsdimp.com> wrote:
> > 
> > Is it from read_connection_list? If so I have a 'patch' that I'm using but
> > haven't committed because it's just too gross: drop the lock before the
> > copyout and pick it up again after...
> > 
> 
> Hmm... interesting.... 
> 
> I only took a brief look at it. I suppose I can ensure user space address is wired and then copyout() can be called with mutex held

No, you cannot do this, at least without making the kernel to panic.
User might unmap the wired mapping at any time still.

> 
> It’s odd that I’ve never seen this before. I’m traveling at the moment will take a closer look this later this week
> 
> Thanks
> Max
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"


More information about the freebsd-current mailing list