Something that should've been done from the start... --- include/linux/rtmutex.h | 25 ++++++- kernel/locking/rtmutex-debug.c | 6 + kernel/locking/rtmutex-debug.h | 2 kernel/locking/rtmutex.c | 36 ++++++++-- kernel/locking/rtmutex.h | 2 lib/Kconfig.debug | 3 lib/locking-selftest.c | 133 ++++++++++++++++++++++++++++++--------- lib/locking-selftest-rtmutex.h | 11 +++ 8 files changed, 176 insertions(+), 42 deletions(-)
- [RFC][PATCH 0/3] rt_mutex: Add lockdep annotations Peter Zijlstra
- [RFC][PATCH 1/3] rt_mutex: Add lockdep annotations Peter Zijlstra
- [RFC][PATCH 3/3] locking/selftest: Add RT-mutex suppor... Peter Zijlstra