rcutorture: Add a scenario for Classic SRCU
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 10 Apr 2017 20:49:03 +0000 (13:49 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 8 Jun 2017 15:25:21 +0000 (08:25 -0700)
commitc0ee4500ff67e455dcbc74ff3e9e9faa3bc93be1
treed51c7dc696ee5776c8244f9766939a988c2930a4
parent23ca09670312a373d0b72bc7f87bd32323fb673f
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: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
tools/testing/selftests/rcutorture/configs/rcu/CFLIST
tools/testing/selftests/rcutorture/configs/rcu/SRCU-C [new file with mode: 0644]
tools/testing/selftests/rcutorture/configs/rcu/SRCU-C.boot [new file with mode: 0644]