rcutorture: Add mid-sized stall to TREE07
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 1 Nov 2023 17:30:56 +0000 (10:30 -0700)
committerNeeraj Upadhyay (AMD) <neeraj.iitr10@gmail.com>
Thu, 23 Nov 2023 06:28:18 +0000 (11:58 +0530)
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

index d446099375038cc231ef885cbe3b9464737ce3db..979edbf4c8205a5bb7a64e3837dac13266df17fa 100644 (file)
@@ -1 +1,4 @@
 nohz_full=2-9
+rcutorture.stall_cpu=14
+rcutorture.stall_cpu_holdoff=90
+rcutorture.fwd_progress=0