Page MenuHomeFreeBSD

kern_sysctl: make sysctl.debug work as intended
ClosedPublic

Authored by kaktus on Jan 6 2020, 6:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 10, 10:34 PM
Unknown Object (File)
Mon, Oct 27, 7:37 PM
Unknown Object (File)
Mon, Oct 27, 2:17 AM
Unknown Object (File)
Sat, Oct 25, 2:22 AM
Unknown Object (File)
Sat, Oct 25, 2:22 AM
Unknown Object (File)
Sat, Oct 25, 2:22 AM
Unknown Object (File)
Fri, Oct 24, 8:09 PM
Unknown Object (File)
Oct 11 2025, 1:22 PM
Subscribers
None

Details

Summary

r136999 introduced SYSTCL_DEBUG but apparently "opt_sysctl.h" was never included making the option ignored.

r322954 introduced sysctl.reuse_test with OID number equal to 0, effectively shadowing the very special sysctl.debug one. Use OID_AUTO as it doesn't need any special treatment.

Test Plan

compile kernel with options SYSCTL_DEBUG and run:

sysctl sysctl.debug

observe kern.msgbuf

Diff Detail

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

Event Timeline

kaktus retitled this revision from kern_sysctl: make SYSTCL_DEBUG work again to kern_sysctl: make sysctl.debug work as intended.Jan 6 2020, 6:52 PM
kaktus edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Jan 6 2020, 7:33 PM
This revision was automatically updated to reflect the committed changes.