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)
Sat, Aug 22, 2:05 PM
Unknown Object (File)
Mon, Aug 17, 6:07 AM
Unknown Object (File)
Mon, Aug 10, 7:09 PM
Unknown Object (File)
Mon, Aug 10, 7:07 PM
Unknown Object (File)
Mon, Aug 10, 7:06 PM
Unknown Object (File)
Fri, Aug 7, 4:36 AM
Unknown Object (File)
Wed, Aug 5, 9:04 AM
Unknown Object (File)
Wed, Aug 5, 8:51 AM
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.