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, Oct 14, 9:01 AM
Unknown Object (File)
Tue, Oct 14, 9:01 AM
Unknown Object (File)
Tue, Oct 14, 9:01 AM
Unknown Object (File)
Mon, Oct 13, 7:06 PM
Unknown Object (File)
Thu, Oct 2, 9:38 PM
Unknown Object (File)
Thu, Sep 25, 7:12 AM
Unknown Object (File)
Sep 13 2025, 12:49 AM
Unknown Object (File)
Sep 12 2025, 6:21 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.