]> git.ipfire.org Git - thirdparty/linux.git/commit
rcu: Add lockdep checks and kernel-doc header to rcu_softirq_qs()
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 27 Feb 2024 23:07:25 +0000 (15:07 -0800)
committerUladzislau Rezki (Sony) <urezki@gmail.com>
Tue, 9 Apr 2024 13:08:34 +0000 (15:08 +0200)
commit3183059ad82a0daa8292daf43c325bac57daceb5
tree314c2cde128c62ce56c45661552ad0ce41276bfe
parent39cd87c4eb2b893354f3b850f916353f2658ae6f
rcu: Add lockdep checks and kernel-doc header to rcu_softirq_qs()

There is some indications that rcu_softirq_qs() might be more generally
used than anticipated.  This commit therefore adds some lockdep assertions
and some cautionary tales in a new kernel-doc header.

Link: https://lore.kernel.org/all/Zd4DXTyCf17lcTfq@debian.debian/
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Yan Zhai <yan@cloudflare.com>
Cc: <netdev@vger.kernel.org>
Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
kernel/rcu/tree.c