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)
Sep 21 2024, 7:24 AM
Unknown Object (File)
Sep 21 2024, 4:31 AM
Unknown Object (File)
Sep 7 2024, 2:11 PM
Unknown Object (File)
Sep 7 2024, 1:38 PM
Unknown Object (File)
Sep 5 2024, 1:21 PM
Unknown Object (File)
Sep 5 2024, 6:25 AM
Unknown Object (File)
Aug 30 2024, 2:55 AM
Unknown Object (File)
Aug 18 2024, 11:13 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.