|
@@ -12,13 +12,12 @@ CONFIG_NO_HZ_IDLE -- Do those not otherwise specified. (Groups of two.)
|
|
CONFIG_NO_HZ_FULL -- Do two, one with CONFIG_NO_HZ_FULL_SYSIDLE.
|
|
CONFIG_NO_HZ_FULL -- Do two, one with CONFIG_NO_HZ_FULL_SYSIDLE.
|
|
CONFIG_NO_HZ_FULL_SYSIDLE -- Do one.
|
|
CONFIG_NO_HZ_FULL_SYSIDLE -- Do one.
|
|
CONFIG_PREEMPT -- Do half. (First three and #8.)
|
|
CONFIG_PREEMPT -- Do half. (First three and #8.)
|
|
-CONFIG_PROVE_LOCKING -- Do all but two, covering CONFIG_PROVE_RCU and not.
|
|
|
|
-CONFIG_PROVE_RCU -- Do all but one under CONFIG_PROVE_LOCKING.
|
|
|
|
|
|
+CONFIG_PROVE_LOCKING -- Do several, covering CONFIG_DEBUG_LOCK_ALLOC=y and not.
|
|
|
|
+CONFIG_PROVE_RCU -- Hardwired to CONFIG_PROVE_LOCKING.
|
|
CONFIG_RCU_BOOST -- one of PREEMPT_RCU.
|
|
CONFIG_RCU_BOOST -- one of PREEMPT_RCU.
|
|
CONFIG_RCU_KTHREAD_PRIO -- set to 2 for _BOOST testing.
|
|
CONFIG_RCU_KTHREAD_PRIO -- set to 2 for _BOOST testing.
|
|
-CONFIG_RCU_CPU_STALL_INFO -- Do one.
|
|
|
|
-CONFIG_RCU_FANOUT -- Cover hierarchy as currently, but overlap with others.
|
|
|
|
-CONFIG_RCU_FANOUT_EXACT -- Do one.
|
|
|
|
|
|
+CONFIG_RCU_CPU_STALL_INFO -- Now default, avoid at least twice.
|
|
|
|
+CONFIG_RCU_FANOUT -- Cover hierarchy, but overlap with others.
|
|
CONFIG_RCU_FANOUT_LEAF -- Do one non-default.
|
|
CONFIG_RCU_FANOUT_LEAF -- Do one non-default.
|
|
CONFIG_RCU_FAST_NO_HZ -- Do one, but not with CONFIG_RCU_NOCB_CPU_ALL.
|
|
CONFIG_RCU_FAST_NO_HZ -- Do one, but not with CONFIG_RCU_NOCB_CPU_ALL.
|
|
CONFIG_RCU_NOCB_CPU -- Do three, see below.
|
|
CONFIG_RCU_NOCB_CPU -- Do three, see below.
|
|
@@ -27,28 +26,19 @@ CONFIG_RCU_NOCB_CPU_NONE -- Do one.
|
|
CONFIG_RCU_NOCB_CPU_ZERO -- Do one.
|
|
CONFIG_RCU_NOCB_CPU_ZERO -- Do one.
|
|
CONFIG_RCU_TRACE -- Do half.
|
|
CONFIG_RCU_TRACE -- Do half.
|
|
CONFIG_SMP -- Need one !SMP for PREEMPT_RCU.
|
|
CONFIG_SMP -- Need one !SMP for PREEMPT_RCU.
|
|
|
|
+!RCU_EXPERT -- Do a few, but these have to be vanilla configurations.
|
|
RCU-bh: Do one with PREEMPT and one with !PREEMPT.
|
|
RCU-bh: Do one with PREEMPT and one with !PREEMPT.
|
|
RCU-sched: Do one with PREEMPT but not BOOST.
|
|
RCU-sched: Do one with PREEMPT but not BOOST.
|
|
|
|
|
|
|
|
|
|
-Hierarchy:
|
|
|
|
-
|
|
|
|
-TREE01. CONFIG_NR_CPUS=8, CONFIG_RCU_FANOUT=8, CONFIG_RCU_FANOUT_EXACT=n.
|
|
|
|
-TREE02. CONFIG_NR_CPUS=8, CONFIG_RCU_FANOUT=3, CONFIG_RCU_FANOUT_EXACT=n,
|
|
|
|
- CONFIG_RCU_FANOUT_LEAF=3.
|
|
|
|
-TREE03. CONFIG_NR_CPUS=8, CONFIG_RCU_FANOUT=4, CONFIG_RCU_FANOUT_EXACT=n,
|
|
|
|
- CONFIG_RCU_FANOUT_LEAF=4.
|
|
|
|
-TREE04. CONFIG_NR_CPUS=8, CONFIG_RCU_FANOUT=2, CONFIG_RCU_FANOUT_EXACT=n,
|
|
|
|
- CONFIG_RCU_FANOUT_LEAF=2.
|
|
|
|
-TREE05. CONFIG_NR_CPUS=8, CONFIG_RCU_FANOUT=6, CONFIG_RCU_FANOUT_EXACT=n
|
|
|
|
- CONFIG_RCU_FANOUT_LEAF=6.
|
|
|
|
-TREE06. CONFIG_NR_CPUS=8, CONFIG_RCU_FANOUT=6, CONFIG_RCU_FANOUT_EXACT=y
|
|
|
|
- CONFIG_RCU_FANOUT_LEAF=6.
|
|
|
|
-TREE07. CONFIG_NR_CPUS=16, CONFIG_RCU_FANOUT=2, CONFIG_RCU_FANOUT_EXACT=n,
|
|
|
|
- CONFIG_RCU_FANOUT_LEAF=2.
|
|
|
|
-TREE08. CONFIG_NR_CPUS=16, CONFIG_RCU_FANOUT=3, CONFIG_RCU_FANOUT_EXACT=y,
|
|
|
|
- CONFIG_RCU_FANOUT_LEAF=2.
|
|
|
|
-TREE09. CONFIG_NR_CPUS=1.
|
|
|
|
|
|
+Boot parameters:
|
|
|
|
+
|
|
|
|
+nohz_full - do at least one.
|
|
|
|
+maxcpu -- do at least one.
|
|
|
|
+rcupdate.rcu_self_test_bh -- Do at least one each, offloaded and not.
|
|
|
|
+rcupdate.rcu_self_test_sched -- Do at least one each, offloaded and not.
|
|
|
|
+rcupdate.rcu_self_test -- Do at least one each, offloaded and not.
|
|
|
|
+rcutree.rcu_fanout_exact -- Do at least one.
|
|
|
|
|
|
|
|
|
|
Kconfig Parameters Ignored:
|
|
Kconfig Parameters Ignored:
|