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
Unknown Object (File)
Tue, Feb 11, 2:57 AM
Unknown Object (File)
Fri, Jan 31, 10:57 PM
Unknown Object (File)
Sat, Jan 18, 5:17 PM
Unknown Object (File)
Dec 23 2024, 3:53 AM
Unknown Object (File)
Dec 15 2024, 6:38 PM
Unknown Object (File)
Nov 14 2024, 3:19 AM
Unknown Object (File)
Sep 21 2024, 7:24 AM
Unknown Object (File)
Sep 21 2024, 4:31 AM
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.