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

doc: Call out queue_rcu_work() for blocking RCU callbacks



The current checklist.rst file correctly notes that RCU callbacks execute
in BH context, and cannot block.  This commit adds words advising people
needing callbacks to block to use workqueues, for example, by replacing
call_rcu() with queue_rcu_work().

Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent 4d2f862b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment