Skip to content

Commit af19a25

Browse files
paulmckrcuneeraju
authored andcommitted
rcutorture: Add mid-sized stall to TREE07
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>
1 parent 454723b commit af19a25

File tree

1 file changed

+3
-0
lines changed
  • tools/testing/selftests/rcutorture/configs/rcu

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
nohz_full=2-9
2+
rcutorture.stall_cpu=14
3+
rcutorture.stall_cpu_holdoff=90
4+
rcutorture.fwd_progress=0

0 commit comments

Comments
 (0)