All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] psi: fix reference to kernel commandline enable
@ 2018-12-02  9:18 Baruch Siach
  2018-12-03 21:34 ` Johannes Weiner
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2018-12-02  9:18 UTC (permalink / raw)
  To: linux-kernel, Johannes Weiner; +Cc: Baruch Siach

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@tkos.co.il>
---
 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"
 
-- 
2.19.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] psi: fix reference to kernel commandline enable
  2018-12-02  9:18 [PATCH] psi: fix reference to kernel commandline enable Baruch Siach
@ 2018-12-03 21:34 ` Johannes Weiner
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Weiner @ 2018-12-03 21:34 UTC (permalink / raw)
  To: Baruch Siach; +Cc: linux-kernel, Andrew Morton, Mel Gorman, linux-mm

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@tkos.co.il>

Doh, thanks Baruch.

Acked-by: Johannes Weiner <hannes@cmpxchg.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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-03 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-02  9:18 [PATCH] psi: fix reference to kernel commandline enable Baruch Siach
2018-12-03 21:34 ` Johannes Weiner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.