aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-07-01 21:16:30 -0400
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-09-07 19:27:26 -0400
commit52db30ab23b6d00cf80b22a510c4ea4be4458031 (patch)
tree98fdbf7de60a00768af1c62662f6f3e1e9ec6b27 /Documentation/kernel-parameters.txt
parentf1a828f5fa3537456c417a81ad534c14022c268c (diff)
rcu: Add stall-warning checks for RCU-tasks
This commit adds a ten-minute RCU-tasks stall warning. The actual time is controlled by the boot/sysfs parameter rcu_task_stall_timeout, with values less than or equal to zero disabling the stall warnings. The default value is ten minutes, which means that the tasks that have not yet responded will get their stacks dumped every ten minutes, until they pass through a voluntary context switch. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 5ae8608ca9f5..e98be953d96c 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -2982,6 +2982,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
2982 rcupdate.rcu_cpu_stall_timeout= [KNL] 2982 rcupdate.rcu_cpu_stall_timeout= [KNL]
2983 Set timeout for RCU CPU stall warning messages. 2983 Set timeout for RCU CPU stall warning messages.
2984 2984
2985 rcupdate.rcu_task_stall_timeout= [KNL]
2986 Set timeout in jiffies for RCU task stall warning
2987 messages. Disable with a value less than or equal
2988 to zero.
2989
2985 rdinit= [KNL] 2990 rdinit= [KNL]
2986 Format: <full_path> 2991 Format: <full_path>
2987 Run specified binary instead of /init from the ramdisk, 2992 Run specified binary instead of /init from the ramdisk,