]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Add online/offline info to stall warning message
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 15 Aug 2015 21:49:50 +0000 (14:49 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 6 Oct 2015 18:10:18 +0000 (11:10 -0700)
commitb03c43c76a059954b66dd70eac6e787a3bf16ed0
treef4e43a84e2a4ed78241d90c25cb339b01b90b88c
parent877b401a0544c3892b57ff1278c7483562da8f2e
rcu: Add online/offline info to stall warning message

This commit makes the RCU CPU stall warning message print online/offline
indications immediately after a hyphen following the CPU number.  A "O"
indicates that the global CPU-hotplug system believes that the CPU is
online, a "o" that RCU perceived the CPU to be online at the beginning
of the current expedited grace period, and an "N" that RCU currently
believes that it will perceive the CPU as being online at the beginning
of the next expedited grace period, with "." otherwise for all three
indications.  So for CPU 10, you would normally see "10-OoN:" indicating
that everything believes that the CPU is online.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree_plugin.h