Commit 81c65365 authored by Joel Savitz's avatar Joel Savitz Committed by Jonathan Corbet

Documentation/sysctl: document max_rcu_stall_to_panic

commit dfe56404 ("rcu: Panic after fixed number of stalls")
introduced a new systctl but no accompanying documentation.

Add a simple entry to the documentation.
Signed-off-by: default avatarJoel Savitz <jsavitz@redhat.com>
Acked-by: default avatarPaul E. McKenney <paulmck@kernel.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent a477b94d
...@@ -783,6 +783,13 @@ is useful to define the root cause of RCU stalls using a vmcore. ...@@ -783,6 +783,13 @@ is useful to define the root cause of RCU stalls using a vmcore.
1 panic() after printing RCU stall messages. 1 panic() after printing RCU stall messages.
= ============================================================ = ============================================================
max_rcu_stall_to_panic
======================
When ``panic_on_rcu_stall`` is set to 1, this value determines the
number of times that RCU can stall before panic() is called.
When ``panic_on_rcu_stall`` is set to 0, this value is has no effect.
perf_cpu_time_max_percent perf_cpu_time_max_percent
========================= =========================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment