Page MenuHomeFreeBSD

tcp: remove CTLFLAG_NEEDGIANT from sysctl(9) handlers related to timers
ClosedPublic

Authored by glebius on Jun 16 2025, 11:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 1, 9:14 AM
Unknown Object (File)
Tue, Sep 30, 8:36 PM
Unknown Object (File)
Sep 15 2025, 12:04 PM
Unknown Object (File)
Sep 15 2025, 6:52 AM
Unknown Object (File)
Sep 14 2025, 2:21 AM
Unknown Object (File)
Sep 6 2025, 9:06 PM
Unknown Object (File)
Sep 4 2025, 8:56 PM
Unknown Object (File)
Aug 11 2025, 6:00 PM
Subscribers

Details

Summary

They all just modify a global word sized variable via
sysctl_msec_to_ticks(), which is wrapper around sysctl_handle_int().
Note, they all were marked with CTLFLAG_NEEDGIANT merely because it was
not obvious whether they are mpsafe or not.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 64924
Build 61807: arc lint + arc unit