rcu/rcutorture: Use call_rcu_hurry() where needed
authorJoel Fernandes (Google) <joel@joelfernandes.org>
Sun, 16 Oct 2022 16:23:01 +0000 (16:23 +0000)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 29 Nov 2022 22:04:33 +0000 (14:04 -0800)
commit405d8e91f0a99777d61f6b0ddc3484d8ea7ca393
tree95741dc01aba8f34c563033d70157ab0abf0e507
parent723df859d8bba948ff2eb08eba32ab433acf7c9c
rcu/rcutorture: Use call_rcu_hurry() where needed

call_rcu() changes to save power will change the behavior of rcutorture
tests. Use the call_rcu_hurry() API instead which reverts to the old
behavior.

[ paulmck: Apply s/call_rcu_flush/call_rcu_hurry/ feedback from Tejun Heo. ]

Reported-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/rcutorture.c