diff mbox series

[3/4] rcutorture: Add mid-sized stall to TREE07

Message ID 20231212173414.11602-3-neeraj.iitr10@gmail.com (mailing list archive)
State Mainlined
Commit af19a2526cba92082723b98fcf191a595054a952
Headers show
Series RCU/lock torture updates for v6.8 | expand

Commit Message

Neeraj Upadhyay (AMD) Dec. 12, 2023, 5:34 p.m. UTC
From: "Paul E. McKenney" <paulmck@kernel.org>

There is code in rcu_implicit_dynticks_qs() that checks for the current
grace period being halfway to the RCU CPU stall timeout, but rcutorture
currently does not test this code.  This commit therefore adds a 14-second
stall to the TREE07 scenario in order to test this code given the default
RCU CPU stall warning timeout of 21 seconds.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Neeraj Upadhyay (AMD) <neeraj.iitr10@gmail.com>
---
 tools/testing/selftests/rcutorture/configs/rcu/TREE07.boot | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TREE07.boot b/tools/testing/selftests/rcutorture/configs/rcu/TREE07.boot
index d44609937503..979edbf4c820 100644
--- a/tools/testing/selftests/rcutorture/configs/rcu/TREE07.boot
+++ b/tools/testing/selftests/rcutorture/configs/rcu/TREE07.boot
@@ -1 +1,4 @@ 
 nohz_full=2-9
+rcutorture.stall_cpu=14
+rcutorture.stall_cpu_holdoff=90
+rcutorture.fwd_progress=0