1032
Comment:
|
1632
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
<<TableOfContents(4)>> | <<TableOfContents(2)>> |
Line 9: | Line 9: |
This contains the list of changes sent to Linus: | 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"`. |
Line 11: | Line 11: |
* [[https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=426ee5196d1821d70192923e70c0f8347faade47|sysctl-v6.7-rc1]] * [[https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=adfd671676c922bada16477eb68b5eb5f065addc|sysctl-v6.6-rc1]] |
== 2023 == |
Line 14: | Line 13: |
= Onging development = | === 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 = |
Line 27: | Line 33: |
* Fix the check-sysctl-docs. Take care of the false positives, more [[https://lore.kernel.org/all/20240223095918.karsamdx3a2w3v7w@joelS2.panther.com]] |
Linux kernel sysctl support
This is an informal wiki to keep tabs on Linux kernel proc sysctl support ongoing R&D and outstanding things.
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.
sysctl-v6.7-rc1 - 2023-11-01
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
Fix the check-sysctl-docs. Take care of the false positives, more https://lore.kernel.org/all/20240223095918.karsamdx3a2w3v7w@joelS2.panther.com