Page MenuHomeFreeBSD

newbus: Add locking around shutdown()
AcceptedPublic

Authored by imp on Nov 10 2025, 10:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 27, 2:51 PM
Unknown Object (File)
Fri, Feb 27, 8:32 AM
Unknown Object (File)
Sun, Feb 22, 3:04 AM
Unknown Object (File)
Sun, Feb 1, 9:15 AM
Unknown Object (File)
Jan 29 2026, 7:09 AM
Unknown Object (File)
Jan 27 2026, 8:11 AM
Unknown Object (File)
Jan 9 2026, 12:39 AM
Unknown Object (File)
Dec 28 2025, 10:48 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