-
由 Paul E. McKenney 提交于
The torture_shutdown() function directly invokes ftrace_dump(), which can result in RCU CPU stall warnings when the ftrace buffer is large, which it usually is. This commit therefore invoks rcu_ftrace_dump() in place of ftrace_dump(), suppressing RCU CPU stall warnings during this time. Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
dac95906