lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 21 Jan 2021 16:19:22 -0800 From: Minchan Kim <minchan@...nel.org> To: vjitta@...eaurora.org Cc: glider@...gle.com, akpm@...ux-foundation.org, dan.j.williams@...el.com, broonie@...nel.org, mhiramat@...nel.org, linux-kernel@...r.kernel.org, ylal@...eaurora.org, vinmenon@...eaurora.org Subject: Re: [PATCH v5 1/2] lib: stackdepot: Add support to configure STACK_HASH_SIZE On Mon, Jan 18, 2021 at 03:26:41PM +0530, vjitta@...eaurora.org wrote: > From: Yogesh Lal <ylal@...eaurora.org> > > Use CONFIG_STACK_HASH_ORDER to configure STACK_HASH_SIZE. > > Aim is to have configurable value for STACK_HASH_SIZE, > so depend on use case one can configure it. > > One example is of Page Owner, default value of > STACK_HASH_SIZE lead stack depot to consume 8MB of static memory. > Making it configurable and use lower value helps to enable features like > CONFIG_PAGE_OWNER without any significant overhead. The description could be improved to prevent confusing. CONFIG_PAGE_OWNER works only if page_owner=on via kernel parameter on CONFIG_PAGE_OWNER configured system. Thus, unless admin enable it via command line option, the stackdepot will just waste 8M memory without any customer. > > Signed-off-by: Yogesh Lal <ylal@...eaurora.org> > Signed-off-by: Vinayak Menon <vinmenon@...eaurora.org> > Signed-off-by: Vijayanand Jitta <vjitta@...eaurora.org> Reviewed-by: Minchan Kim <minchan@...nel.org>
Powered by blists - more mailing lists