[Bug 260591] kern/subr_bus.c: device_probe_and_{attach|detach}: Insufficient multi-thread protection causes crash
Date: Tue, 21 Dec 2021 22:22:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260591 Warner Losh <imp@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |imp@FreeBSD.org --- Comment #2 from Warner Losh <imp@FreeBSD.org> --- This is a know bug since FreeBSD 4.0. devctl just makes it a lot easier to tickle. As you note, the only real way to fix it is to move away from Giant, but even that exposes a few holes w/o additional work. -- You are receiving this mail because: You are the assignee for the bug.