brintos

brintos / linux-shallow public Read only

0
0
Text · 709 B · a75b169 Raw
39 lines · plain
1This document gives a brief rationale for the TINY_RCU test cases.2 3 4Kconfig Parameters:5 6CONFIG_DEBUG_LOCK_ALLOC -- Do all three and none of the three.7CONFIG_PREEMPT_COUNT8CONFIG_RCU_TRACE9 10The theory here is that randconfig testing will hit the other six possible11combinations of these parameters.12 13 14Kconfig Parameters Ignored:15 16CONFIG_DEBUG_OBJECTS_RCU_HEAD17CONFIG_PROVE_RCU18 19	In common code tested by TREE_RCU test cases.20 21CONFIG_RCU_NOCB_CPU22 23	Meaningless for TINY_RCU.24 25CONFIG_RCU_STALL_COMMON26CONFIG_RCU_TORTURE_TEST27 28	Redundant with CONFIG_RCU_TRACE.29 30CONFIG_HOTPLUG_CPU31CONFIG_PREEMPT32CONFIG_PREEMPT_RCU33CONFIG_SMP34CONFIG_TINY_RCU35CONFIG_PREEMPT_RCU36CONFIG_TREE_RCU37 38	All forced by CONFIG_TINY_RCU.39