91bf6a83e5
Commit d1ec4c34c7
("rcu: Drop RCU_USER_QS in favor of NO_HZ_FULL") has
removed RCU_USER_QS from Kconfig file, so remove it from some documents
to avoid any confusion.
Signed-off-by: Yang Shi <yang.shi@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
40 lines
735 B
Plaintext
40 lines
735 B
Plaintext
This document gives a brief rationale for the TINY_RCU test cases.
|
|
|
|
|
|
Kconfig Parameters:
|
|
|
|
CONFIG_DEBUG_LOCK_ALLOC -- Do all three and none of the three.
|
|
CONFIG_PREEMPT_COUNT
|
|
CONFIG_RCU_TRACE
|
|
|
|
The theory here is that randconfig testing will hit the other six possible
|
|
combinations of these parameters.
|
|
|
|
|
|
Kconfig Parameters Ignored:
|
|
|
|
CONFIG_DEBUG_OBJECTS_RCU_HEAD
|
|
CONFIG_PROVE_RCU
|
|
|
|
In common code tested by TREE_RCU test cases.
|
|
|
|
CONFIG_NO_HZ_FULL_SYSIDLE
|
|
CONFIG_RCU_NOCB_CPU
|
|
|
|
Meaningless for TINY_RCU.
|
|
|
|
CONFIG_RCU_STALL_COMMON
|
|
CONFIG_RCU_TORTURE_TEST
|
|
|
|
Redundant with CONFIG_RCU_TRACE.
|
|
|
|
CONFIG_HOTPLUG_CPU
|
|
CONFIG_PREEMPT
|
|
CONFIG_PREEMPT_RCU
|
|
CONFIG_SMP
|
|
CONFIG_TINY_RCU
|
|
CONFIG_PREEMPT_RCU
|
|
CONFIG_TREE_RCU
|
|
|
|
All forced by CONFIG_TINY_RCU.
|