From: Paul E. McKenney Date: Tue, 20 Jan 2015 05:43:40 +0000 (-0800) Subject: rcu: Refine diagnostics for lacking kthread for no-CBs callbacks X-Git-Tag: omap-for-v4.2/o2_dc~148^2~2^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59f792d1ef214592ae9b86238fa8fd00f5929b76;p=pandora-kernel.git rcu: Refine diagnostics for lacking kthread for no-CBs callbacks Some diagnostics under CONFIG_PROVE_RCU in rcu_nocb_cpu_needs_barrier() assume that there can be no early-boot callbacks. This commit therefore qualifies the diagnostic with rcu_scheduler_fully_active to permit early boot callbacks to avoid this splat. Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed