summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2024-08-02 03:37:48 +0300
committerNeeraj Upadhyay <neeraj.upadhyay@kernel.org>2024-08-07 15:49:14 +0300
commitcfdbfb94b3824b8da3a6b21252d24754d0162ab6 (patch)
tree533e2e20ede16c5b52803f92d5aeeec13da52672
parent20cee0b3daa315237edded31ddf72a4e948d5e1d (diff)
downloadlinux-cfdbfb94b3824b8da3a6b21252d24754d0162ab6.tar.xz
rcutorture: Add rcutree.nohz_full_patience_delay to TREE07
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>
-rw-r--r--tools/testing/selftests/rcutorture/configs/rcu/TREE07.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TREE07.boot b/tools/testing/selftests/rcutorture/configs/rcu/TREE07.boot
index 979edbf4c820..55ce305b2a3d 100644
--- a/tools/testing/selftests/rcutorture/configs/rcu/TREE07.boot
+++ b/tools/testing/selftests/rcutorture/configs/rcu/TREE07.boot
@@ -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