645
Comment:
|
1478
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
<<TableOfContents(4)>> | <<TableOfContents(2)>> |
Line 7: | Line 7: |
= Onging development = | = 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 = |
Line 19: | Line 32: |
* hookup kdeovps with 0-day | * hookup kdeovps sysctl testing with 0-day |
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