[RFC][PATCH 0/3] rt_mutex: Add lockdep annotations

From: Peter Zijlstra
Date: Wed May 31 2017 - 11:22:13 EST


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(-)