[PATCH 01/13] sysctl: add new register_sysctl_subdir() helper
Jani Nikula
jani.nikula at linux.intel.com
Fri May 29 18:13:21 AEST 2020
On Fri, 29 May 2020, Luis Chamberlain <mcgrof at kernel.org> wrote:
> Often enough all we need to do is create a subdirectory so that
> we can stuff sysctls underneath it. However, *if* that directory
> was already created early on the boot sequence we really have no
> need to use the full boiler plate code for it, we can just use
> local variables to help us guide sysctl to place the new leaf files.
I find it hard to figure out the lifetime requirements for the tables
passed in; when it's okay to use local variables and when you need
longer lifetimes. It's not documented, everyone appears to be using
static tables for this. It's far from obvious.
BR,
Jani.
--
Jani Nikula, Intel Open Source Graphics Center
More information about the Linuxppc-dev
mailing list