Re: [PATCH rcu 3/7] rcu: Document self-propagating callbacks
On 1/16/25 1:02 PM, Paul E. McKenney wrote: > This commit documents the fact that a given RCU callback function can > repost itself. Thanks for adding this! -- Jens Axboe
[PATCH rcu 3/7] rcu: Document self-propagating callbacks
This commit documents the fact that a given RCU callback function can repost itself. Reported-by: Jens Axboe Signed-off-by: Paul E. McKenney --- kernel/rcu/tree.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index 24f1cb292a92d