aboutsummaryrefslogtreecommitdiff
path: root/include/linux/rcu_notifier.h
AgeCommit message (Collapse)AuthorFilesLines
2023-09-11rcu: Add RCU CPU stall notifierPaul E. McKenney1-0/+32
It is sometimes helpful to have a way for the subsystem causing the stall to dump its state when an RCU CPU stall occurs. This commit therefore bases rcu_stall_chain_notifier_register() and rcu_stall_chain_notifier_unregister() on atomic notifiers in order to provide this functionality. Signed-off-by: Paul E. McKenney <[email protected]> Cc: Steven Rostedt <[email protected]> Signed-off-by: Frederic Weisbecker <[email protected]>