Skip to content
Commit b24efdfd authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcu: avoid pointless blocked-task warnings



If the RCU callback-processing kthread has nothing to do, it parks in
a wait_event().  If RCU remains idle for more than two minutes, the
kernel complains about this.  This commit changes from wait_event()
to wait_event_interruptible() to prevent the kernel from complaining
just because RCU is idle.

Reported-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarPaul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tested-by: default avatarThomas Weber <weber@corscience.de>
Tested-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent c072a388
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment