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)
Dec 20 2023, 7:17 AM
Unknown Object (File)
Dec 12 2023, 4:26 PM
Unknown Object (File)
Dec 3 2023, 4:37 PM
Unknown Object (File)
Dec 3 2023, 4:22 PM
Unknown Object (File)
Oct 28 2023, 1:02 AM
Unknown Object (File)
Jun 13 2023, 1:27 PM
Unknown Object (File)
Jun 3 2023, 10:43 PM
Unknown Object (File)
May 6 2023, 3:34 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
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.