mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 09:46:37 +07:00
locktorture: Add test scenario for mutex_lock
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
This commit is contained in:
parent
0acf015316
commit
862917a52b
@ -1 +1,2 @@
|
||||
LOCK01
|
||||
LOCK02
|
||||
|
6
tools/testing/selftests/rcutorture/configs/lock/LOCK02
Normal file
6
tools/testing/selftests/rcutorture/configs/lock/LOCK02
Normal file
@ -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=mutex_lock
|
Loading…
Reference in New Issue
Block a user