Re: [RFC][PATCH 1/3] rt_mutex: Add lockdep annotations

From: Thomas Gleixner
Date: Sun Jun 04 2017 - 10:27:08 EST


On Wed, 31 May 2017, Peter Zijlstra wrote:

> Now that (PI) futexes have their own private RT-mutex interface and
> implementation we can easily add lockdep annotations to the existing
> RT-mutex interface.
>
> Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
> ---
> include/linux/rtmutex.h | 25 +++++++++++++++++++++----
> kernel/locking/rtmutex-debug.c | 6 +++++-

Shouldn't we get rid of all that home brewn rtmutex debug muck?

Thanks,

tglx