mirror of https://gitee.com/openkylin/linux.git
locktorture: Add test scenario for rwsem_lock
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
This commit is contained in:
parent
862917a52b
commit
aaa693e3d8
|
@ -1,2 +1,3 @@
|
||||||
LOCK01
|
LOCK01
|
||||||
LOCK02
|
LOCK02
|
||||||
|
LOCK03
|
||||||
|
|
|
@ -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
|
|
@ -0,0 +1 @@
|
||||||
|
locktorture.torture_type=rwsem_lock
|
Loading…
Reference in New Issue