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

2017-06-06 Thread Peter Zijlstra
On Sun, Jun 04, 2017 at 04:26:43PM +0200, Thomas Gleixner wrote: > 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-o

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

2017-06-04 Thread Thomas Gleixner
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) > --- > include/linux/rtmutex.h| 25 +

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

2017-05-31 Thread Peter Zijlstra
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) --- include/linux/rtmutex.h| 25 + kernel/locking/rtmutex-debug.c |