rcu: Suppress RCU CPU stall warnings while dumping trace
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 1 Sep 2017 21:40:54 +0000 (14:40 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 9 Oct 2017 21:25:17 +0000 (14:25 -0700)
commitf22ce09157239aab08eae99c678ef664f71a9097
tree609a933ee76bc96887b79fb9aa35a036dce41952
parent83b6ca1fede773eebcdfb44f5a94eb410d48b886
rcu: Suppress RCU CPU stall warnings while dumping trace

Currently, RCU emits Suppress RCU CPU stall warnings during its
automatically initiated ftrace_dump() calls after detecting an error
condition, which can result in excessively excessive console output
and lost trace events.  This commit therefore suppresses RCU CPU stall
warnings across any of these ftrace_dump() calls.

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