[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.22.394.2006031225100.43135@chino.kir.corp.google.com>
Date: Wed, 3 Jun 2020 12:27:05 -0700 (PDT)
From: David Rientjes <rientjes@...gle.com>
To: Vlastimil Babka <vbabka@...e.cz>
cc: Gavin Guo <gavin.guo@...onical.com>, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, akpm@...ux-foundation.org,
"Eric W . Biederman" <ebiederm@...ssion.com>,
Kees Cook <keescook@...omium.org>,
Luis Chamberlain <mcgrof@...nel.org>,
Masami Hiramatsu <mhiramat@...nel.org>,
Christian Brauner <christian.brauner@...ntu.com>
Subject: Re: [PATCH] mm: thp: Add new kernel parameters
transparent_hugepage_defrag/khugepaged_defrag
On Wed, 3 Jun 2020, Vlastimil Babka wrote:
> > There is no way to set up the defrag options in boot time. And it's
> > useful to set it up by default instead of making it work by a
> > systemd/upstart service or put the command to set up defrag inside
> > /etc/rc.local.
> >
> > Signed-off-by: Gavin Guo <gavin.guo@...onical.com>
>
> Well, maybe isntead of adding these handlers, we could extend the new boot
> parameter sysctl support (handling procfs /proc/sys/) to sysfs (/sys) as well,
> as Eric already suggested? [1]
>
> [1] https://lore.kernel.org/linux-api/87bloj2skm.fsf@x220.int.ebiederm.org/
>
Fully agreed, I think the solution needs to be more generic since thp
defrag isn't special here. With the generic support to tune sysctls and
sysfs tunables from the command line it seems like this patch would be
redundant.
Powered by blists - more mailing lists