aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sysctl
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2014-02-27 13:06:55 +0100
committerIngo Molnar <mingo@kernel.org>2014-02-27 13:06:55 +0100
commitd2ae2e525ec4e5d58153fb7ff0c6e5873769fa73 (patch)
tree3379c713515d4073a45ecd18eb5dbd0cecd57e86 /Documentation/sysctl
parentRevert "sched/wait: Suppress Sparse 'variable shadowing' warning" (diff)
parenthung_task/Documentation: Fix hung_task_warnings description (diff)
downloadlinux-dev-d2ae2e525ec4e5d58153fb7ff0c6e5873769fa73.tar.xz
linux-dev-d2ae2e525ec4e5d58153fb7ff0c6e5873769fa73.zip
Merge branch 'core/urgent' into core/locking
It's not really a regression fix, so move it to the v3.15 queue. Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/sysctl')
-rw-r--r--Documentation/sysctl/kernel.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt
index e55124e7c40c..e1d28fbf7570 100644
--- a/Documentation/sysctl/kernel.txt
+++ b/Documentation/sysctl/kernel.txt
@@ -320,10 +320,11 @@ This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
==============================================================
-hung_task_warning:
+hung_task_warnings:
The maximum number of warnings to report. During a check interval
-When this value is reached, no more the warnings will be reported.
+if a hung task is detected, this value is decreased by 1.
+When this value reaches 0, no more warnings will be reported.
This file shows up if CONFIG_DETECT_HUNG_TASK is enabled.
-1: report an infinite number of warnings.