Page MenuHomeFreeBSD

cam: Remove Giant handling from cam_sim_alloc()
ClosedPublic

Authored by markj on Dec 30 2020, 10:34 PM.
Tags
None
Referenced Files
F161005859: D27853.diff
Mon, Jun 29, 7:12 PM
Unknown Object (File)
Fri, Jun 26, 11:52 PM
Unknown Object (File)
Thu, Jun 25, 1:57 AM
Unknown Object (File)
Wed, Jun 10, 11:26 PM
Unknown Object (File)
Wed, Jun 10, 6:16 PM
Unknown Object (File)
Wed, Jun 10, 12:26 PM
Unknown Object (File)
Wed, Jun 10, 1:44 AM
Unknown Object (File)
Mon, Jun 8, 10:28 PM
Subscribers

Details

Summary

There are no non-MPSAFE SIM drivers left in the tree, verified with
coccinelle. I just noticed this while reviewing non-MPSAFE callouts.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35804
Build 32693: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Dec 30 2020, 11:15 PM
scottl added a subscriber: scottl.

I'm good with this, actually thought that Alexander had already done it. This should go into a release not in case there are people maintaining out-of-tree drivers.