linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: fix sysctl/kernel.rst heading format warnings
@ 2020-06-15  4:11 Randy Dunlap
  2020-06-15  6:51 ` Mauro Carvalho Chehab
  2020-06-19 19:25 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2020-06-15  4:11 UTC (permalink / raw)
  To: LKML, linux-doc, Jonathan Corbet, Andrew Morton; +Cc: Guilherme G. Piccoli

From: Randy Dunlap <rdunlap@infradead.org>

Fix heading format warnings in admin-guide/sysctl/kernel.rst:

Documentation/admin-guide/sysctl/kernel.rst:339: WARNING: Title underline too short.
hung_task_all_cpu_backtrace:
================

Documentation/admin-guide/sysctl/kernel.rst:650: WARNING: Title underline too short.
oops_all_cpu_backtrace:
================

Fixes: 0ec9dc9bcba0 ("kernel/hung_task.c: introduce sysctl to print all traces when a hung task is detected")
Fixes: 60c958d8df9c ("panic: add sysctl to dump all CPUs backtraces on oops event")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Guilherme G. Piccoli <gpiccoli@canonical.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
---
 Documentation/admin-guide/sysctl/kernel.rst |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

--- lnx-58-rc1.orig/Documentation/admin-guide/sysctl/kernel.rst
+++ lnx-58-rc1/Documentation/admin-guide/sysctl/kernel.rst
@@ -335,8 +335,8 @@ Path for the hotplug policy agent.
 Default value is "``/sbin/hotplug``".
 
 
-hung_task_all_cpu_backtrace:
-================
+hung_task_all_cpu_backtrace
+===========================
 
 If this option is set, the kernel will send an NMI to all CPUs to dump
 their backtraces when a hung task is detected. This file shows up if
@@ -646,8 +646,8 @@ rate for each task.
 scanned for a given scan.
 
 
-oops_all_cpu_backtrace:
-================
+oops_all_cpu_backtrace
+======================
 
 If this option is set, the kernel will send an NMI to all CPUs to dump
 their backtraces when an oops event occurs. It should be used as a last


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

* Re: [PATCH] Documentation: fix sysctl/kernel.rst heading format warnings
  2020-06-15  4:11 [PATCH] Documentation: fix sysctl/kernel.rst heading format warnings Randy Dunlap
@ 2020-06-15  6:51 ` Mauro Carvalho Chehab
  2020-06-19 19:25 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2020-06-15  6:51 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: LKML, linux-doc, Jonathan Corbet, Andrew Morton, Guilherme G. Piccoli

Em Sun, 14 Jun 2020 21:11:00 -0700
Randy Dunlap <rdunlap@infradead.org> escreveu:

> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix heading format warnings in admin-guide/sysctl/kernel.rst:
> 
> Documentation/admin-guide/sysctl/kernel.rst:339: WARNING: Title underline too short.
> hung_task_all_cpu_backtrace:
> ================
> 
> Documentation/admin-guide/sysctl/kernel.rst:650: WARNING: Title underline too short.
> oops_all_cpu_backtrace:
> ================
> 
> Fixes: 0ec9dc9bcba0 ("kernel/hung_task.c: introduce sysctl to print all traces when a hung task is detected")
> Fixes: 60c958d8df9c ("panic: add sysctl to dump all CPUs backtraces on oops event")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Guilherme G. Piccoli <gpiccoli@canonical.com>
> Cc: Andrew Morton <akpm@linux-foundation.org>

Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

> ---
>  Documentation/admin-guide/sysctl/kernel.rst |    8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> --- lnx-58-rc1.orig/Documentation/admin-guide/sysctl/kernel.rst
> +++ lnx-58-rc1/Documentation/admin-guide/sysctl/kernel.rst
> @@ -335,8 +335,8 @@ Path for the hotplug policy agent.
>  Default value is "``/sbin/hotplug``".
>  
>  
> -hung_task_all_cpu_backtrace:
> -================
> +hung_task_all_cpu_backtrace
> +===========================
>  
>  If this option is set, the kernel will send an NMI to all CPUs to dump
>  their backtraces when a hung task is detected. This file shows up if
> @@ -646,8 +646,8 @@ rate for each task.
>  scanned for a given scan.
>  
>  
> -oops_all_cpu_backtrace:
> -================
> +oops_all_cpu_backtrace
> +======================
>  
>  If this option is set, the kernel will send an NMI to all CPUs to dump
>  their backtraces when an oops event occurs. It should be used as a last
> 



Thanks,
Mauro

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

* Re: [PATCH] Documentation: fix sysctl/kernel.rst heading format warnings
  2020-06-15  4:11 [PATCH] Documentation: fix sysctl/kernel.rst heading format warnings Randy Dunlap
  2020-06-15  6:51 ` Mauro Carvalho Chehab
@ 2020-06-19 19:25 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2020-06-19 19:25 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, linux-doc, Andrew Morton, Guilherme G. Piccoli

On Sun, 14 Jun 2020 21:11:00 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:

> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix heading format warnings in admin-guide/sysctl/kernel.rst:
> 
> Documentation/admin-guide/sysctl/kernel.rst:339: WARNING: Title underline too short.
> hung_task_all_cpu_backtrace:
> ================
> 
> Documentation/admin-guide/sysctl/kernel.rst:650: WARNING: Title underline too short.
> oops_all_cpu_backtrace:
> ================
> 
> Fixes: 0ec9dc9bcba0 ("kernel/hung_task.c: introduce sysctl to print all traces when a hung task is detected")
> Fixes: 60c958d8df9c ("panic: add sysctl to dump all CPUs backtraces on oops event")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Guilherme G. Piccoli <gpiccoli@canonical.com>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> ---
>  Documentation/admin-guide/sysctl/kernel.rst |    8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Applied, thanks.

jon

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

end of thread, other threads:[~2020-06-19 19:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15  4:11 [PATCH] Documentation: fix sysctl/kernel.rst heading format warnings Randy Dunlap
2020-06-15  6:51 ` Mauro Carvalho Chehab
2020-06-19 19:25 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).