From: Rik van Riel Date: Fri, 6 Jun 2014 21:38:14 +0000 (-0700) Subject: sysrq,rcu: suppress RCU stall warnings while sysrq runs X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~4^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=722773afd83209d4088d30946bc274f547528a0b;p=pandora-kernel.git 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 Suggested-by: Paul McKenney Signed-off-by: Paul E. McKenney Cc: Madper Xie Cc: Randy Dunlap Cc: Richard Weinberger Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed