Re: [patch v2 2/5] rtmutex: Cleanup deadlock detector debug logic

2014-06-04 Thread Thomas Gleixner
On Wed, 4 Jun 2014, Steven Rostedt wrote: > On Wed, 4 Jun 2014 15:17:35 +0200 (CEST) > Thomas Gleixner wrote: > > > > > > +static int rt_mutex_cond_detect_deadlock(struct rt_mutex_waiter > > > > *waiter, > > > > +enum rtmutex_chainwalk detect) > > > > +{

Re: [patch v2 2/5] rtmutex: Cleanup deadlock detector debug logic

2014-06-04 Thread Steven Rostedt
On Wed, 4 Jun 2014 15:17:35 +0200 (CEST) Thomas Gleixner wrote: > > > +static int rt_mutex_cond_detect_deadlock(struct rt_mutex_waiter *waiter, > > > + enum rtmutex_chainwalk detect) > > > +{ > > > + return debug_rt_mutex_detect_deadlock(waiter, detect); > > > +}

Re: [patch v2 2/5] rtmutex: Cleanup deadlock detector debug logic

2014-06-04 Thread Thomas Gleixner
On Sat, 31 May 2014, Steven Rostedt wrote: > On Sat, 31 May 2014 15:57:49 - > Thomas Gleixner wrote: > > > > Index: tip/kernel/locking/rtmutex.c > > === > > --- tip.orig/kernel/locking/rtmutex.c > > +++ tip/kernel/locking/rtmute

Re: [patch v2 2/5] rtmutex: Cleanup deadlock detector debug logic

2014-05-31 Thread Steven Rostedt
On Sat, 31 May 2014 15:57:49 - Thomas Gleixner wrote: > Index: tip/kernel/locking/rtmutex.c > === > --- tip.orig/kernel/locking/rtmutex.c > +++ tip/kernel/locking/rtmutex.c > @@ -256,6 +256,25 @@ static void rt_mutex_adjust_prio