KernelNewbies:

Linux kernel sysctl support

This is an informal wiki to keep tabs on Linux kernel proc sysctl support ongoing R&D and outstanding things.

Current development

Things requiring more community eyeballs or maintainer review:

History

This contains the list of changes sent to Linus, this is a summary, you can get the full details with git log --merges  --grep="Pull sysctl".

2024

* Fix the check-sysctl-docs. Take care of the false positives, more check-sysctl-docs

2023

Joel Granados has stepped up to do the major work on removal of the extra empty sentinel for sysctls, saving us about 64 bytes per array and no more bloating when we move sysctls out from kernel/sysctl.c to its own subsystem. We expect full removal of the sentinel by v6.8-rc1.

TODO

KernelNewbies: KernelProjects/sysctl (last edited 2024-05-15 18:47:17 by joelgranados)