[PATCH] pi-futex: rt mutex tester
RT-mutex tester: scriptable tester for rt mutexes, which allows userspace scripting of mutex unit-tests (and dynamic tests as well), using the actual rt-mutex implementation of the kernel. [akpm@osdl.org: fixlet] Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
e7eebaf6a8
commit
61a8712286
@@ -120,6 +120,13 @@ config DEBUG_PI_LIST
|
||||
default y
|
||||
depends on DEBUG_RT_MUTEXES
|
||||
|
||||
config RT_MUTEX_TESTER
|
||||
bool "Built-in scriptable tester for rt-mutexes"
|
||||
depends on RT_MUTEXES
|
||||
default n
|
||||
help
|
||||
This option enables a rt-mutex tester.
|
||||
|
||||
config DEBUG_SPINLOCK
|
||||
bool "Spinlock debugging"
|
||||
depends on DEBUG_KERNEL
|
||||
|
Reference in New Issue
Block a user