= Linux kernel proc TODO page = This page documents some development items which we should strive to get done for the Linux kernel proc filesystems. <> == 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: [[https://lkml.kernel.org/r/20180511093221.GA902@comp-core-i7-2640m-0182e6|proc: modernize proc to support multiple private instances]]