Skip to content

Commit c143bac

Browse files
paulmckrcufbq
authored andcommitted
rcutorture: Make scenario SRCU-P use srcu_read_lock_fast()
This commit causes the rcutorture SRCU-P scenario use the srcu_read_lock_fast() and srcu_read_unlock_fast() functions. This will cause these two functions to be regularly tested by several developers (myself included), for example, those who use torture.sh as an RCU acceptance test. Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
1 parent 4c3fca0 commit c143bac

File tree

1 file changed

+1
-0
lines changed
  • tools/testing/selftests/rcutorture/configs/rcu

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ rcutorture.torture_type=srcud
22
rcupdate.rcu_self_test=1
33
rcutorture.fwd_progress=3
44
srcutree.big_cpu_lim=5
5+
rcutorture.reader_flavor=0x8

0 commit comments

Comments
 (0)