Skip to content

Commit d08d409

Browse files
paulmckrcuNeeraj Upadhyay (AMD)
authored andcommitted
rcutorture: Remove SRCU-lite scenarios
This commit prepares for the removal of SRCU-Lite by removing the SRCU-L rcutorture scenario that tests it. Both SRCU-lite and SRCU-fast provide faster readers by dropping the smp_mb() call from their lock and unlock primitives, but incur a pair of added RCU grace periods during the SRCU grace period. There is a trivial mapping from the SRCU-lite API to that of SRCU-fast, so there should be no transition issues. [ paulmck: Apply Christoph Hellwig feedback. ] Signed-off-by: "Paul E. McKenney" <[email protected]> Signed-off-by: Neeraj Upadhyay (AMD) <[email protected]>
1 parent 3b16e77 commit d08d409

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

tools/testing/selftests/rcutorture/configs/rcu/CFLIST

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ TREE04
55
TREE05
66
TREE07
77
TREE09
8-
SRCU-L
98
SRCU-N
109
SRCU-P
1110
SRCU-T

tools/testing/selftests/rcutorture/configs/rcu/SRCU-L

Lines changed: 0 additions & 10 deletions
This file was deleted.

tools/testing/selftests/rcutorture/configs/rcu/SRCU-L.boot

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)