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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 3 Dec 2018 13:34:16 -0800
From:   Johannes Weiner <hannes@...xchg.org>
To:     Baruch Siach <baruch@...s.co.il>
Cc:     linux-kernel@...r.kernel.org,
        Andrew Morton <akpm@...ux-foundation.org>,
        Mel Gorman <mgorman@...e.de>, linux-mm@...ck.org
Subject: Re: [PATCH] psi: fix reference to kernel commandline enable

On Sun, Dec 02, 2018 at 11:18:50AM +0200, Baruch Siach wrote:
> The kernel commandline parameter named in CONFIG_PSI_DEFAULT_DISABLED
> help text contradicts the documentation in kernel-parameters.txt, and
> the code. Fix that.
> 
> Fixes: e0c274472d ("psi: make disabling/enabling easier for vendor kernels")
> Signed-off-by: Baruch Siach <baruch@...s.co.il>

Doh, thanks Baruch.

Acked-by: Johannes Weiner <hannes@...xchg.org>

> ---
>  init/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/init/Kconfig b/init/Kconfig
> index cf5b5a0dcbc2..ed9352513c32 100644
> --- a/init/Kconfig
> +++ b/init/Kconfig
> @@ -515,8 +515,8 @@ config PSI_DEFAULT_DISABLED
>  	depends on PSI
>  	help
>  	  If set, pressure stall information tracking will be disabled
> -	  per default but can be enabled through passing psi_enable=1
> -	  on the kernel commandline during boot.
> +	  per default but can be enabled through passing psi=1 on the
> +	  kernel commandline during boot.
>  
>  endmenu # "CPU/Task time and stats accounting"

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ