]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rcutorture: Add ->cond_sync_exp_full function to rcu_ops structure
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 22 Oct 2024 21:29:11 +0000 (14:29 -0700)
committerUladzislau Rezki (Sony) <urezki@gmail.com>
Sat, 14 Dec 2024 16:03:07 +0000 (17:03 +0100)
commit4569cf60b6caf26995f314a0c1e14f73ab8c924b
treee1e5d21051fcfe61d6e7d263bc2efe56f8c629c0
parent7b6c1648bb6e041b3f2284b7f602283adc852bb7
rcutorture: Add ->cond_sync_exp_full function to rcu_ops structure

The rcu_ops structure currently lacks a ->cond_sync_exp_full function,
which prevents testign of conditional full-state polled grace periods.
This commit therefore adds them, enabling testing this option.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
kernel/rcu/rcutorture.c