Page MenuHomeFreeBSD

Correct CTLTYPE of SYSCTL_SBINTIME_MSEC etc
ClosedPublic

Authored by cperciva on Mar 31 2025, 4:13 AM.
Tags
None
Referenced Files
F150948067: D49584.diff
Sun, Apr 5, 3:27 AM
Unknown Object (File)
Fri, Mar 27, 10:44 AM
Unknown Object (File)
Wed, Mar 18, 8:10 AM
Unknown Object (File)
Sun, Mar 15, 11:12 PM
Unknown Object (File)
Feb 8 2026, 11:17 PM
Unknown Object (File)
Feb 3 2026, 1:09 AM
Unknown Object (File)
Dec 7 2025, 5:39 AM
Unknown Object (File)
Nov 27 2025, 10:10 AM
Subscribers
None

Details

Summary

These should be CTLTYPE_S64, not CTLTYPE_INT, since they handle 64-bit
values.

Fixes: 003ffd57fee1 ("Add sysctl_usec_to_sbintime [...]")
MFC after: 2 weeks
Sponsored by: Amazon

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cperciva created this revision.

I have similar changes in my tree... Or it appears I do...

But this doesn't matter to iosched: the size here only determines the size of the time interval that can be specified. iosched specifies in the 1-3 digit microseconds, while the range is up to 25 seconds. And the msec one has days of range. It's a good change none-the-less, though.

This revision is now accepted and ready to land.Apr 2 2025, 3:48 PM
This revision was automatically updated to reflect the committed changes.