]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
rcutorture: Add rcutree.nohz_full_patience_delay to TREE07
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 2 Aug 2024 00:37:48 +0000 (17:37 -0700)
committerNeeraj Upadhyay <neeraj.upadhyay@kernel.org>
Wed, 7 Aug 2024 12:49:14 +0000 (18:19 +0530)
This commit adds the rcutree.nohz_full_patience_delay=1000 kernel boot
parameter to the TREE07 scenario, on the observation that "if it ain't
tested, it don't work".

Signed-off-by: "Paul E. McKenney" <paulmck@kernel.org>
Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
tools/testing/selftests/rcutorture/configs/rcu/TREE07.boot

index 979edbf4c8205a5bb7a64e3837dac13266df17fa..55ce305b2a3d071d52ba2a7452c56945d863bea3 100644 (file)
@@ -2,3 +2,4 @@ nohz_full=2-9
 rcutorture.stall_cpu=14
 rcutorture.stall_cpu_holdoff=90
 rcutorture.fwd_progress=0
+rcutree.nohz_full_patience_delay=1000