Page MenuHomeFreeBSD

Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (M of N)
ClosedPublic

Authored by kaktus on Feb 11 2020, 9:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 11, 4:31 AM
Unknown Object (File)
Wed, Jun 10, 3:05 PM
Unknown Object (File)
Wed, May 27, 9:07 AM
Unknown Object (File)
Tue, May 26, 1:35 PM
Unknown Object (File)
Tue, May 26, 3:38 AM
Unknown Object (File)
Mon, May 25, 12:55 PM
Unknown Object (File)
Thu, May 21, 5:01 PM
Unknown Object (File)
Wed, May 20, 9:36 AM
Subscribers

Details

Summary

r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are still not MPSAFE (or already are but aren’t properly marked). Use it in preparation for a general review of all nodes.
This is non-functional change that adds annotations to SYSCTL_NODE and SYSCTL_PROC nodes using one of the soon-to-be-required flags.

You’re asked for a review based on src/MAINTAINERS entry.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Thanks! Why are some of the those nodes marked as NEEDGIANT though?

Because they weren't marked as MPSAFE before :-) but after checking I think we can assume they are MPSAFE.

Fine with me. I suggest to wait a day or two for trasz (I assume you grouped changes to his code in this review).

This revision is now accepted and ready to land.Feb 13 2020, 5:00 PM

Looks fine now, thanks :-)