]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sysrq,rcu: suppress RCU stall warnings while sysrq runs
authorRik van Riel <riel@redhat.com>
Thu, 22 May 2014 00:54:34 +0000 (10:54 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 4 Jun 2014 07:51:11 +0000 (17:51 +1000)
commit2796e858ccb15e2f5158b3b2283197b11dc3c11a
tree2fdcb43771fcf2ba8895541234e476e8eeaf9775
parent5166e53189cafc8ef4e08b486c8e82af115c0873
sysrq,rcu: suppress RCU stall warnings while sysrq runs

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 patch temporarily disables RCU stall warnings while a sysrq request
is handled.

Signed-off-by: Rik van Riel <riel@redhat.com>
Suggested-by: Paul McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Madper Xie <cxie@redhat.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Richard Weinberger <richard@nod.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/tty/sysrq.c