Skip to content
Snippets Groups Projects
Commit c0ee4500 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcutorture: Add a scenario for Classic SRCU


A robust combination of paranoia and cowardice has resulted in retaining
Classic SRCU (CONFIG_CLASSIC_SRCU) as a backup for the shiny new Tiny
and Tree SRCU implementations.  If it is to be a viable backup, it of
course needs to be tested.  This commit therefore adds an rcutorture
scenario named SRCU-C for Classic SRCU.  This commit also adds this
scenario to the set that are run by default.

Once sufficient good experience has accumulated for Tiny and Tree SRCU,
this test will be removed, along with the Classic SRCU implementation
itself.

Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent 23ca0967
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ TREE06 ...@@ -7,6 +7,7 @@ TREE06
TREE07 TREE07
TREE08 TREE08
TREE09 TREE09
SRCU-C
SRCU-N SRCU-N
SRCU-P SRCU-P
SRCU-t SRCU-t
......
CONFIG_RCU_TRACE=n
CONFIG_SMP=y
CONFIG_NR_CPUS=8
CONFIG_HOTPLUG_CPU=y
CONFIG_RCU_EXPERT=y
CONFIG_CLASSIC_SRCU=y
CONFIG_PREEMPT_NONE=n
CONFIG_PREEMPT_VOLUNTARY=n
CONFIG_PREEMPT=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
rcutorture.torture_type=srcud
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment