1478
Comment:
|
← Revision 12 as of 2025-01-29 21:29:43 ⇥
129
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
This is an informal wiki to keep tabs on Linux kernel proc sysctl support ongoing R&D and outstanding things. <<TableOfContents(2)>> = Previous pull requests = 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"`. == 2023 == === 2023-06 2023-12 === 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. * [[https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=426ee5196d1821d70192923e70c0f8347faade47|sysctl-v6.7-rc1]] - 2023-11-01 * [[https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=adfd671676c922bada16477eb68b5eb5f065addc|sysctl-v6.6-rc1]] - 2023-08-29 = Ongoing development = Things requiring more community eyeballs or maintainer review: * const stuff - Joel's got this * removing ctl sentinel - Joel's hacking on this, should be ready for next merge window = TODO = * remove kernel/sysctl.c kitchen sink * extend kdevops sysctl testing with kunit sysctl support, it already has selftests support * connect with patchwork as eBPF folks have done for certain patches * hookup kdeovps sysctl testing with 0-day |
This page has moved to a [[https://sysctl-rtd.readthedocs.io/en/latest/index.html|new home]] |