Skip to content

Commit

Permalink
locktorture: Add test scenario for mutex_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 0acf015 commit 862917a
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 +1,2 @@
LOCK01
LOCK02
6 changes: 6 additions & 0 deletions tools/testing/selftests/rcutorture/configs/lock/LOCK02
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=mutex_lock

0 comments on commit 862917a

Please sign in to comment.