Linux kernel proc TODO page
This page documents some development items which we should strive to get done for the Linux kernel proc filesystems.
Contents
proc sysctl items
- Clean up the kitchen sink on kernel/sysctl.c by using register_sysctl("kernel" | "vm" | fs" | "debug" | "dev")
- Convert non kernel/sysctl.c register_sysctl_table() callers to their respective register_sysctl()
- Unexport register_sysctl_table()
proc: modernize proc to support multiple private instances
Re-do this patch series and upstream: proc: modernize proc to support multiple private instances