Re: [RFC] kernel/sysctl: support setting sysctl parameters from kernel command line
From: Kees Cook
Date: Tue Mar 24 2020 - 14:24:22 EST
On Tue, Mar 24, 2020 at 05:50:49PM +0100, Vlastimil Babka wrote:
> On 3/17/20 10:29 PM, Kees Cook wrote:
> > mm.transparent_hugepage.enabled
>
> Hm, transparent_hugepage is in sysfs (/sys/kernel/mm), but not sysctl, at least
> in my case the sysctl tool doesn't list it. Yours does? Yay for consistency.
Oh, whoops! That was my mistake; my eyes skipped out of /proc/sys ;)
> > I like the idea if just for having to build less boiler plate for
> > supporting things that I've had to plumb to both boot_params and sysctl.
> > :)
>
> Thanks, I will pursue the idea further then :)
Awesome! I've wanted this for a long time but never had the time to give
it a try. :)
--
Kees Cook