https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219988
Mateusz Guzik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Mateusz Guzik <[email protected]> --- The lock at hand is initialized with RM_SLEEPABLE, i.e. sleep is permitted. It probably is desirable to turn it into a non-sleepable lock, but I don't think it's a high priority (and right now I don't even if this is feasible). The patch at hand is definitely incomplete even for sysctl_add_oid. strdup also performs M_WAITOK. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
