rcu: Don't use NMIs to dump other CPUs' stacks
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 18 Jun 2014 16:18:31 +0000 (09:18 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 9 Jul 2014 16:15:04 +0000 (09:15 -0700)
Although NMI-based stack dumps are in principle more accurate, they are
also more likely to trigger deadlocks.  This commit therefore replaces
all uses of trigger_all_cpu_backtrace() with rcu_dump_cpu_stacks(), so
that the CPU detecting an RCU CPU stall does the stack dumping.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>
kernel/rcu/tree.c

Simple merge