commit | 51d9ed4527228c985fd840f1c1e8bd0f01bcfdb6 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Thu Aug 24 14:04:19 2023 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu Sep 14 06:27:48 2023 -0700 |
tree | 42c3da6f2e55ccd85437b3449c2482aca32b358c | |
parent | f6eb8ad42372fdfe73aa2015d987259e367e0898 [diff] |
locktorture: Dump CPUs running writer tasks when RCU stalls This commit force stack dumps of the CPUs running writer tasks when an RCU CPU stall warning occurs. This is helpful in the common case where RCU isn't being stalled by all of those tasks, and thus won't dump their stacks. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>