Skip to content

Commit b5597cb

Browse files
committed
rcutorture: Test SRCU size transitions
Thie commit adds kernel boot parameters to the SRCU-N and SRCU-P rcutorture scenarios to cause SRCU-N to test contention-based resizing and SRCU-P to test init_srcu_struct()-time resizing. Note that this also tests never-resizing because the contention-based resizing normally takes some minutes to make the shift. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
1 parent f233673 commit b5597cb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
rcutorture.torture_type=srcu
2+
rcutorture.fwd_progress=3
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
rcutorture.torture_type=srcud
22
rcupdate.rcu_self_test=1
3+
rcutorture.fwd_progress=3
4+
srcutree.big_cpu_lim=5

0 commit comments

Comments
 (0)