From: Paul E. McKenney Date: Thu, 10 Oct 2024 18:49:54 +0000 (-0700) Subject: rcutorture: Make the TREE03 scenario do preemption X-Git-Tag: v6.14-rc1~178^2^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ec090011bd2bb6ea6c2c607371db57ee0506a89;p=thirdparty%2Flinux.git rcutorture: Make the TREE03 scenario do preemption This commit adds the rcutorture.preempt_duration module parameter to rcutorture's TREE03.boot parameter list in order to better test preemption of RCU read-side critical sections. Signed-off-by: Paul E. McKenney Signed-off-by: Uladzislau Rezki (Sony) --- diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TREE03.boot b/tools/testing/selftests/rcutorture/configs/rcu/TREE03.boot index 8e50bfd4b710d..90318591dae22 100644 --- a/tools/testing/selftests/rcutorture/configs/rcu/TREE03.boot +++ b/tools/testing/selftests/rcutorture/configs/rcu/TREE03.boot @@ -5,3 +5,4 @@ rcutree.gp_cleanup_delay=3 rcutree.kthread_prio=2 threadirqs rcutree.use_softirq=0 +rcutorture.preempt_duration=10