]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rcu: Add lockdep_assert_irqs_disabled() to rcu_exp_need_qs()
authorPaul E. McKenney <paulmck@kernel.org>
Sat, 26 Oct 2024 02:56:20 +0000 (19:56 -0700)
committerUladzislau Rezki (Sony) <urezki@gmail.com>
Sat, 14 Dec 2024 16:10:38 +0000 (17:10 +0100)
commit1bb03ad383a7311f609ecfd13c3aaab248c0627f
tree73ecca2e9ad482820a8f360bce17eb7ae4f95fe9
parentecc5e6b0d3c982091b82615af21817ddf9cfdd60
rcu: Add lockdep_assert_irqs_disabled() to rcu_exp_need_qs()

Callers to rcu_exp_need_qs() are supposed to disable interrupts, so this
commit enlists lockdep's aid in checking this.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
kernel/rcu/tree_exp.h