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)
Thu, Nov 20, 5:17 PM
Unknown Object (File)
Thu, Nov 20, 5:16 PM
Unknown Object (File)
Thu, Nov 20, 5:14 PM
Unknown Object (File)
Thu, Nov 20, 5:08 PM
Unknown Object (File)
Thu, Nov 20, 5:07 PM
Unknown Object (File)
Thu, Nov 20, 5:07 PM
Unknown Object (File)
Thu, Nov 20, 5:03 PM
Unknown Object (File)
Thu, Nov 20, 4:59 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.