commit | fc908ed33e7c1428f799abb12399f906da03b397 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Dec 08 09:57:48 2014 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jan 06 11:05:25 2015 -0800 |
tree | 329342ea2dd85f88d6dae001790d5912342fd005 | |
parent | e9408e4f278875aa5862560b4b425b27dfcb643f [diff] |
rcu: Make RCU_CPU_STALL_INFO include number of fqs attempts One way that an RCU CPU stall warning can happen is if the grace-period kthread is not allowed to execute. One proxy for this kthread's forward progress is the number of force-quiescent-state (fqs) scans. This commit therefore adds the number of fqs scans to the RCU CPU stall warning printouts when CONFIG_RCU_CPU_STALL_INFO=y. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>