linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: document hung_task_panic kernel parameter
@ 2018-05-21 18:18 Omar Sandoval
  2018-05-29 12:41 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Omar Sandoval @ 2018-05-21 18:18 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc; +Cc: linux-kernel, kernel-team

From: Omar Sandoval <osandov@fb.com>

This parameter has been around since commit e162b39a368f ("softlockup:
decouple hung tasks check from softlockup detection") in 2009 but was
never documented.

Signed-off-by: Omar Sandoval <osandov@fb.com>
---
 Documentation/admin-guide/kernel-parameters.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 11fc28ecdb6d..4e37bebdc3d0 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -1341,6 +1341,16 @@
 			x86-64 are 2M (when the CPU supports "pse") and 1G
 			(when the CPU supports the "pdpe1gb" cpuinfo flag).
 
+	hung_task_panic=
+			[KNL] Should the hung task detector generate panics.
+			Format: <integer>
+
+			A nonzero value instructs the kernel to panic when a
+			hung task is detected. The default value is controlled
+			by the CONFIG_BOOTPARAM_HUNG_TASK_PANIC build-time
+			option. The value selected by this boot parameter can
+			be changed later by the kernel.hung_task_panic sysctl.
+
 	hvc_iucv=	[S390] Number of z/VM IUCV hypervisor console (HVC)
 			       terminal devices. Valid values: 0..8
 	hvc_iucv_allow=	[S390] Comma-separated list of z/VM user IDs.
-- 
2.17.0

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

* Re: [PATCH] Documentation: document hung_task_panic kernel parameter
  2018-05-21 18:18 [PATCH] Documentation: document hung_task_panic kernel parameter Omar Sandoval
@ 2018-05-29 12:41 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2018-05-29 12:41 UTC (permalink / raw)
  To: Omar Sandoval; +Cc: linux-doc, linux-kernel, kernel-team

On Mon, 21 May 2018 11:18:17 -0700
Omar Sandoval <osandov@osandov.com> wrote:

> This parameter has been around since commit e162b39a368f ("softlockup:
> decouple hung tasks check from softlockup detection") in 2009 but was
> never documented.
> 
> Signed-off-by: Omar Sandoval <osandov@fb.com>

Applied, thanks.

jon

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

end of thread, other threads:[~2018-05-29 12:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-21 18:18 [PATCH] Documentation: document hung_task_panic kernel parameter Omar Sandoval
2018-05-29 12:41 ` 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).