]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rcu: Add online/offline info to expedited stall warning message
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 18 Aug 2015 17:20:43 +0000 (10:20 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 7 Oct 2015 23:02:50 +0000 (16:02 -0700)
commit74611ecb0fc4c850a8f89a744ce99cbf0dd43cb2
treec9b1b3d088f3fbe755656086fe104116a9b395dc
parentdcdb8807ba0f5127d4dc67daeeb154edf50a93d1
rcu: Add online/offline info to expedited stall warning message

This commit makes the RCU CPU stall warning message print online/offline
indications immediately after the CPU number.  A "O" indicates global
offline, a "." global online, and a "o" indicates RCU believes that the
CPU is offline for the current grace period and "." otherwise, and an
"N" indicates that RCU believes that the CPU will be offline for the
next grace period, and "." otherwise, all right after the CPU number.
So for CPU 10, you would normally see "10-...:" indicating that everything
believes that the CPU is online.

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