From: Paul E. McKenney Date: Fri, 21 Sep 2012 23:35:25 +0000 (-0700) Subject: rcu: Dump number of callbacks in stall warning messages X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~79^2^2~4^5~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53bb857c373d6b7936f8a7b4451f0a99703c308e;p=pandora-kernel.git rcu: Dump number of callbacks in stall warning messages In theory, if a grace period manages to get started despite there being no callbacks on any of the CPUs, all CPUs could go into dyntick-idle mode, so that the grace period would never end. This commit updates the RCU CPU stall warning messages to detect this condition by summing up the number of callbacks on all CPUs. Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed