Skip to content

Commit

Permalink
locktorture: Add test scenario for rwsem_lock
Browse files Browse the repository at this point in the history
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
  • Loading branch information
Paul E. McKenney committed Sep 16, 2014
1 parent 862917a commit aaa693e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/rcutorture/configs/lock/CFLIST
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
LOCK01
LOCK02
LOCK03
6 changes: 6 additions & 0 deletions tools/testing/selftests/rcutorture/configs/lock/LOCK03
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CONFIG_SMP=y
CONFIG_NR_CPUS=4
CONFIG_HOTPLUG_CPU=y
CONFIG_PREEMPT_NONE=n
CONFIG_PREEMPT_VOLUNTARY=n
CONFIG_PREEMPT=y
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
locktorture.torture_type=rwsem_lock

0 comments on commit aaa693e

Please sign in to comment.