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)
Sun, Mar 8, 11:45 PM
Unknown Object (File)
Thu, Mar 5, 7:17 PM
Unknown Object (File)
Mon, Feb 23, 11:37 AM
Unknown Object (File)
Feb 6 2026, 1:01 AM
Unknown Object (File)
Feb 6 2026, 1:01 AM
Unknown Object (File)
Jan 25 2026, 3:43 PM
Unknown Object (File)
Jan 16 2026, 5:06 AM
Unknown Object (File)
Jan 16 2026, 3:24 AM
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 Not Applicable
Unit
Tests Not Applicable