All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: scheduler: sched_debug_verbose cmdline should be sched_verbose
@ 2021-05-04 10:53 Barry Song
  2021-05-04 11:09 ` Valentin Schneider
  2021-05-06 13:48 ` [tip: sched/urgent] sched,doc: " tip-bot2 for Barry Song
  0 siblings, 2 replies; 3+ messages in thread
From: Barry Song @ 2021-05-04 10:53 UTC (permalink / raw)
  To: peterz, valentin.schneider, corbet
  Cc: linux-doc, linux-kernel, linuxarm, Barry Song

The cmdline should include sched_verbose but not sched_debug_verbose
as sched_debug_verbose is only the variant name in code.

Fixes: 9406415f46 ("sched/debug: Rename the sched_debug parameter to sched_verbose")
Signed-off-by: Barry Song <song.bao.hua@hisilicon.com>
---
 Documentation/scheduler/sched-domains.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/scheduler/sched-domains.rst b/Documentation/scheduler/sched-domains.rst
index 14ea2f2..84dcdcd 100644
--- a/Documentation/scheduler/sched-domains.rst
+++ b/Documentation/scheduler/sched-domains.rst
@@ -74,7 +74,7 @@ for a given topology level by creating a sched_domain_topology_level array and
 calling set_sched_topology() with this array as the parameter.
 
 The sched-domains debugging infrastructure can be enabled by enabling
-CONFIG_SCHED_DEBUG and adding 'sched_debug_verbose' to your cmdline. If you
+CONFIG_SCHED_DEBUG and adding 'sched_verbose' to your cmdline. If you
 forgot to tweak your cmdline, you can also flip the
 /sys/kernel/debug/sched/verbose knob. This enables an error checking parse of
 the sched domains which should catch most possible errors (described above). It
-- 
1.8.3.1


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

* Re: [PATCH] Documentation: scheduler: sched_debug_verbose cmdline should be sched_verbose
  2021-05-04 10:53 [PATCH] Documentation: scheduler: sched_debug_verbose cmdline should be sched_verbose Barry Song
@ 2021-05-04 11:09 ` Valentin Schneider
  2021-05-06 13:48 ` [tip: sched/urgent] sched,doc: " tip-bot2 for Barry Song
  1 sibling, 0 replies; 3+ messages in thread
From: Valentin Schneider @ 2021-05-04 11:09 UTC (permalink / raw)
  To: Barry Song, peterz, corbet; +Cc: linux-doc, linux-kernel, linuxarm, Barry Song

On 04/05/21 22:53, Barry Song wrote:
> The cmdline should include sched_verbose but not sched_debug_verbose
> as sched_debug_verbose is only the variant name in code.
>
> Fixes: 9406415f46 ("sched/debug: Rename the sched_debug parameter to sched_verbose")
> Signed-off-by: Barry Song <song.bao.hua@hisilicon.com>

Reviewed-by: Valentin Schneider <valentin.schneider@arm.com>

> ---
>  Documentation/scheduler/sched-domains.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/scheduler/sched-domains.rst b/Documentation/scheduler/sched-domains.rst
> index 14ea2f2..84dcdcd 100644
> --- a/Documentation/scheduler/sched-domains.rst
> +++ b/Documentation/scheduler/sched-domains.rst
> @@ -74,7 +74,7 @@ for a given topology level by creating a sched_domain_topology_level array and
>  calling set_sched_topology() with this array as the parameter.
>
>  The sched-domains debugging infrastructure can be enabled by enabling
> -CONFIG_SCHED_DEBUG and adding 'sched_debug_verbose' to your cmdline. If you
> +CONFIG_SCHED_DEBUG and adding 'sched_verbose' to your cmdline. If you
>  forgot to tweak your cmdline, you can also flip the
>  /sys/kernel/debug/sched/verbose knob. This enables an error checking parse of
>  the sched domains which should catch most possible errors (described above). It
> --
> 1.8.3.1

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

* [tip: sched/urgent] sched,doc: sched_debug_verbose cmdline should be sched_verbose
  2021-05-04 10:53 [PATCH] Documentation: scheduler: sched_debug_verbose cmdline should be sched_verbose Barry Song
  2021-05-04 11:09 ` Valentin Schneider
@ 2021-05-06 13:48 ` tip-bot2 for Barry Song
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Barry Song @ 2021-05-06 13:48 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Barry Song, Peter Zijlstra (Intel),
	Valentin Schneider, x86, linux-kernel

The following commit has been merged into the sched/urgent branch of tip:

Commit-ID:     19987fdad506515a92b3c430076cbdb329a11aee
Gitweb:        https://git.kernel.org/tip/19987fdad506515a92b3c430076cbdb329a11aee
Author:        Barry Song <song.bao.hua@hisilicon.com>
AuthorDate:    Tue, 04 May 2021 22:53:43 +12:00
Committer:     Peter Zijlstra <peterz@infradead.org>
CommitterDate: Thu, 06 May 2021 15:33:26 +02:00

sched,doc: sched_debug_verbose cmdline should be sched_verbose

The cmdline should include sched_verbose but not sched_debug_verbose
as sched_debug_verbose is only the variant name in code.

Fixes: 9406415f46 ("sched/debug: Rename the sched_debug parameter to sched_verbose")
Signed-off-by: Barry Song <song.bao.hua@hisilicon.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Valentin Schneider <valentin.schneider@arm.com>
Link: https://lkml.kernel.org/r/20210504105344.31344-1-song.bao.hua@hisilicon.com
---
 Documentation/scheduler/sched-domains.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/scheduler/sched-domains.rst b/Documentation/scheduler/sched-domains.rst
index 14ea2f2..84dcdcd 100644
--- a/Documentation/scheduler/sched-domains.rst
+++ b/Documentation/scheduler/sched-domains.rst
@@ -74,7 +74,7 @@ for a given topology level by creating a sched_domain_topology_level array and
 calling set_sched_topology() with this array as the parameter.
 
 The sched-domains debugging infrastructure can be enabled by enabling
-CONFIG_SCHED_DEBUG and adding 'sched_debug_verbose' to your cmdline. If you
+CONFIG_SCHED_DEBUG and adding 'sched_verbose' to your cmdline. If you
 forgot to tweak your cmdline, you can also flip the
 /sys/kernel/debug/sched/verbose knob. This enables an error checking parse of
 the sched domains which should catch most possible errors (described above). It

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

end of thread, other threads:[~2021-05-06 13:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-04 10:53 [PATCH] Documentation: scheduler: sched_debug_verbose cmdline should be sched_verbose Barry Song
2021-05-04 11:09 ` Valentin Schneider
2021-05-06 13:48 ` [tip: sched/urgent] sched,doc: " tip-bot2 for Barry Song

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.