diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2023-02-03 01:40:07 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2023-02-03 01:40:07 +0100 |
commit | bba8d3d17dc2678f9647962900aa421a18c25320 (patch) | |
tree | 6d174ba5d2e9210c79355991d06188bd4820382c /Documentation | |
parent | Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ... (diff) | |
parent | rcu: Allow up to five minutes expedited RCU CPU stall-warning timeouts (diff) | |
download | linux-bba8d3d17dc2678f9647962900aa421a18c25320.tar.xz linux-bba8d3d17dc2678f9647962900aa421a18c25320.zip |
Merge branch 'stall.2023.01.09a' into HEAD
stall.2023.01.09a: RCU CPU stall-warning updates.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index aa453f9202d8..5ac69d8549f9 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -5113,6 +5113,12 @@ rcupdate.rcu_cpu_stall_timeout to be used (after conversion from seconds to milliseconds). + rcupdate.rcu_cpu_stall_cputime= [KNL] + Provide statistics on the cputime and count of + interrupts and tasks during the sampling period. For + multiple continuous RCU stalls, all sampling periods + begin at half of the first RCU stall timeout. + rcupdate.rcu_exp_stall_task_details= [KNL] Print stack dumps of any tasks blocking the current expedited RCU grace period during an |