Page MenuHomeFreeBSD

new-bus: Use M_WAITOK in more places
ClosedPublic

Authored by jhb on Mar 6 2025, 10:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 20, 7:44 AM
Unknown Object (File)
Wed, Sep 17, 5:36 AM
Unknown Object (File)
Mon, Sep 15, 6:21 AM
Unknown Object (File)
Sep 14 2025, 8:11 AM
Unknown Object (File)
Sep 10 2025, 3:32 AM
Unknown Object (File)
Aug 25 2025, 8:21 PM
Unknown Object (File)
Aug 23 2025, 11:27 PM
Unknown Object (File)
Aug 21 2025, 7:45 PM
Subscribers

Details

Summary

M_NOWAIT is now only used for devclass_get_devices,
devclass_get_drivers, and device_get_children. Other functions are
generally called from sleepable contexts such as module event
handlers, attach/detach routines, and the ioctl handler for
/dev/devctl2.

Suggested by: mjg (devclass_add_device)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This booted fine for me (no WITNESS warnings) in both a bhyve VM and my X1 Carbon.

sys/kern/subr_bus.c
2119

This didn't really handle failure

I think i chamged some of these in my tree. Now if i could jusr find that

This revision was not accepted when it landed; it landed in state Needs Review.Mar 10 2025, 5:36 PM
This revision was automatically updated to reflect the committed changes.