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)
Sun, May 19, 4:21 PM
Unknown Object (File)
Tue, May 14, 2:05 AM
Unknown Object (File)
Sun, May 12, 9:28 PM
Unknown Object (File)
May 6 2024, 4:35 AM
Unknown Object (File)
May 4 2024, 8:32 AM
Unknown Object (File)
May 3 2024, 4:57 PM
Unknown Object (File)
Apr 27 2024, 8:07 PM
Unknown Object (File)
Mar 29 2024, 12:49 PM
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 :-)