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)
Thu, Aug 13, 1:19 AM
Unknown Object (File)
Tue, Aug 11, 5:38 AM
Unknown Object (File)
Mon, Aug 10, 7:55 PM
Unknown Object (File)
Sat, Aug 8, 11:25 PM
Unknown Object (File)
Fri, Aug 7, 6:29 AM
Unknown Object (File)
Thu, Aug 6, 1:54 PM
Unknown Object (File)
Thu, Jul 30, 2:00 PM
Unknown Object (File)
Tue, Jul 28, 1:32 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.