]> Git Repo - linux.git/commit
sysrq,rcu: suppress RCU stall warnings while sysrq runs
authorRik van Riel <[email protected]>
Fri, 6 Jun 2014 21:38:14 +0000 (14:38 -0700)
committerLinus Torvalds <[email protected]>
Fri, 6 Jun 2014 23:08:17 +0000 (16:08 -0700)
commit722773afd83209d4088d30946bc274f547528a0b
tree991d1315b8345909e9d9fae4f881b168b4f48944
parent984d74a72076a12b400339973e8c98fd2fcd90e5
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 <[email protected]>
Suggested-by: Paul McKenney <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Cc: Madper Xie <[email protected]>
Cc: Randy Dunlap <[email protected]>
Cc: Richard Weinberger <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/tty/sysrq.c
This page took 0.052196 seconds and 4 git commands to generate.