rcu: Add running and boosted indications to RCU task stall dump
Currently, rcu_print_task_stall() will dump out the PID, RCU reader
nesting level, the rcu_special structure's flags, and whether or not
that reader is on the ->blkd_tasks list. When debugging RCU priority
boosting, it is also good to know whether the stalled RCU reader is
currently running and whether it is currently being RCU priority boosted.
This commit therefore adds this information to the output.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
1 file changed