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)
Fri, Nov 7, 12:04 PM
Unknown Object (File)
Thu, Oct 30, 7:58 PM
Unknown Object (File)
Thu, Oct 23, 11:58 PM
Unknown Object (File)
Wed, Oct 22, 11:55 PM
Unknown Object (File)
Oct 14 2025, 9:01 AM
Unknown Object (File)
Oct 14 2025, 9:01 AM
Unknown Object (File)
Oct 14 2025, 9:01 AM
Unknown Object (File)
Oct 13 2025, 7:06 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.