rcu: Provide API to suppress stall warnings while sysrc runs
authorRik van Riel <riel@redhat.com>
Sun, 27 Apr 2014 06:15:35 +0000 (23:15 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 19 May 2014 17:52:04 +0000 (10:52 -0700)
Some sysrq handlers can run for a long time, because they dump a lot
of data onto a serial console. Having RCU stall warnings pop up in
the middle of them only makes the problem worse.

This commit provides rcu_sysrq_start() and rcu_sysrq_end() APIs to
temporarily suppress RCU CPU stall warnings while a sysrq request is
handled.

Signed-off-by: Rik van Riel <riel@redhat.com>
[ paulmck: Fix TINY_RCU build error. ]
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

No differences found