staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git] / tools / testing / selftests / rcutorture / doc / TINY_RCU.txt
bloba75b16991a92659e6aebb54d596a61877afcb811
1 This document gives a brief rationale for the TINY_RCU test cases.
4 Kconfig Parameters:
6 CONFIG_DEBUG_LOCK_ALLOC -- Do all three and none of the three.
7 CONFIG_PREEMPT_COUNT
8 CONFIG_RCU_TRACE
10 The theory here is that randconfig testing will hit the other six possible
11 combinations of these parameters.
14 Kconfig Parameters Ignored:
16 CONFIG_DEBUG_OBJECTS_RCU_HEAD
17 CONFIG_PROVE_RCU
19         In common code tested by TREE_RCU test cases.
21 CONFIG_RCU_NOCB_CPU
23         Meaningless for TINY_RCU.
25 CONFIG_RCU_STALL_COMMON
26 CONFIG_RCU_TORTURE_TEST
28         Redundant with CONFIG_RCU_TRACE.
30 CONFIG_HOTPLUG_CPU
31 CONFIG_PREEMPT
32 CONFIG_PREEMPT_RCU
33 CONFIG_SMP
34 CONFIG_TINY_RCU
35 CONFIG_PREEMPT_RCU
36 CONFIG_TREE_RCU
38         All forced by CONFIG_TINY_RCU.