Page MenuHomeFreeBSD

newbus: Add locking around shutdown()
AcceptedPublic

Authored by imp on Nov 10 2025, 10:22 PM.
Tags
None
Referenced Files
F149126654: D53677.diff
Sun, Mar 22, 10:52 AM
Unknown Object (File)
Tue, Mar 17, 11:39 AM
Unknown Object (File)
Tue, Mar 10, 3:58 AM
Unknown Object (File)
Sun, Mar 8, 11:21 AM
Unknown Object (File)
Thu, Mar 5, 5:32 PM
Unknown Object (File)
Wed, Mar 4, 7:16 AM
Unknown Object (File)
Wed, Mar 4, 2:28 AM
Unknown Object (File)
Mon, Mar 2, 8:10 AM
Subscribers

Details

Reviewers
jhb
markj
Summary

Pick up the bus_topo_lock() around call to device_shutdown and assert
that it's held in device_shutdown(). Normally, this path picks up Giant,
which is the current topo lock, so this should be a nop, but will become
a functional change when we move to a recursive lock that's not Giant.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 68523
Build 65406: arc lint + arc unit