Skip to content

Commit

Permalink
rcutorture: Update configuration fragments for rcutree.rcu_fanout_exact
Browse files Browse the repository at this point in the history
This commit updates rcutortures configuration-fragment files to account
for the move from the CONFIG_RCU_FANOUT_EXACT Kconfig parameter to the
new rcutree.rcu_fanout_exact= boot parameter.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Pranith Kumar <bobby.prani@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
  • Loading branch information
Paul E. McKenney committed May 27, 2015
1 parent 9a8e706 commit c5e8e98
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion tools/testing/selftests/rcutorture/configs/rcu/TREE02
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ CONFIG_SUSPEND=n
CONFIG_HIBERNATION=n
CONFIG_RCU_FANOUT=3
CONFIG_RCU_FANOUT_LEAF=3
CONFIG_RCU_FANOUT_EXACT=n
CONFIG_RCU_NOCB_CPU=n
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=n
Expand Down
1 change: 0 additions & 1 deletion tools/testing/selftests/rcutorture/configs/rcu/TREE02-T
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ CONFIG_SUSPEND=n
CONFIG_HIBERNATION=n
CONFIG_RCU_FANOUT=3
CONFIG_RCU_FANOUT_LEAF=3
CONFIG_RCU_FANOUT_EXACT=n
CONFIG_RCU_NOCB_CPU=n
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=n
Expand Down
1 change: 0 additions & 1 deletion tools/testing/selftests/rcutorture/configs/rcu/TREE03
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ CONFIG_RCU_TRACE=y
CONFIG_HOTPLUG_CPU=y
CONFIG_RCU_FANOUT=2
CONFIG_RCU_FANOUT_LEAF=2
CONFIG_RCU_FANOUT_EXACT=n
CONFIG_RCU_NOCB_CPU=n
CONFIG_DEBUG_LOCK_ALLOC=n
CONFIG_RCU_CPU_STALL_INFO=n
Expand Down
1 change: 0 additions & 1 deletion tools/testing/selftests/rcutorture/configs/rcu/TREE04
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ CONFIG_SUSPEND=n
CONFIG_HIBERNATION=n
CONFIG_RCU_FANOUT=4
CONFIG_RCU_FANOUT_LEAF=4
CONFIG_RCU_FANOUT_EXACT=n
CONFIG_RCU_NOCB_CPU=n
CONFIG_DEBUG_LOCK_ALLOC=n
CONFIG_RCU_CPU_STALL_INFO=y
Expand Down
1 change: 0 additions & 1 deletion tools/testing/selftests/rcutorture/configs/rcu/TREE05
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ CONFIG_RCU_TRACE=n
CONFIG_HOTPLUG_CPU=y
CONFIG_RCU_FANOUT=6
CONFIG_RCU_FANOUT_LEAF=6
CONFIG_RCU_FANOUT_EXACT=n
CONFIG_RCU_NOCB_CPU=y
CONFIG_RCU_NOCB_CPU_NONE=y
CONFIG_DEBUG_LOCK_ALLOC=y
Expand Down
1 change: 0 additions & 1 deletion tools/testing/selftests/rcutorture/configs/rcu/TREE06
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ CONFIG_SUSPEND=n
CONFIG_HIBERNATION=n
CONFIG_RCU_FANOUT=6
CONFIG_RCU_FANOUT_LEAF=6
CONFIG_RCU_FANOUT_EXACT=y
CONFIG_RCU_NOCB_CPU=n
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
Expand Down
1 change: 1 addition & 0 deletions tools/testing/selftests/rcutorture/configs/rcu/TREE06.boot
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
rcupdate.rcu_self_test=1
rcupdate.rcu_self_test_bh=1
rcupdate.rcu_self_test_sched=1
rcutree.rcu_fanout_exact=1
1 change: 0 additions & 1 deletion tools/testing/selftests/rcutorture/configs/rcu/TREE07
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ CONFIG_RCU_TRACE=y
CONFIG_HOTPLUG_CPU=y
CONFIG_RCU_FANOUT=2
CONFIG_RCU_FANOUT_LEAF=2
CONFIG_RCU_FANOUT_EXACT=n
CONFIG_RCU_NOCB_CPU=n
CONFIG_DEBUG_LOCK_ALLOC=n
CONFIG_RCU_CPU_STALL_INFO=y
Expand Down
1 change: 0 additions & 1 deletion tools/testing/selftests/rcutorture/configs/rcu/TREE08
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ CONFIG_HOTPLUG_CPU=n
CONFIG_SUSPEND=n
CONFIG_HIBERNATION=n
CONFIG_RCU_FANOUT=3
CONFIG_RCU_FANOUT_EXACT=y
CONFIG_RCU_FANOUT_LEAF=2
CONFIG_RCU_NOCB_CPU=y
CONFIG_RCU_NOCB_CPU_ALL=y
Expand Down
1 change: 0 additions & 1 deletion tools/testing/selftests/rcutorture/configs/rcu/TREE08-T
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ CONFIG_HOTPLUG_CPU=n
CONFIG_SUSPEND=n
CONFIG_HIBERNATION=n
CONFIG_RCU_FANOUT=3
CONFIG_RCU_FANOUT_EXACT=y
CONFIG_RCU_FANOUT_LEAF=2
CONFIG_RCU_NOCB_CPU=y
CONFIG_RCU_NOCB_CPU_ALL=y
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rcutree.rcu_fanout_exact=1
1 change: 1 addition & 0 deletions tools/testing/selftests/rcutorture/configs/rcu/TREE08.boot
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
rcutorture.torture_type=sched
rcupdate.rcu_self_test=1
rcupdate.rcu_self_test_sched=1
rcutree.rcu_fanout_exact=1

0 comments on commit c5e8e98

Please sign in to comment.