From: Thomas Gleixner <tglx@linutronix.de>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Peter Zijlstra <peterz@infradead.org>,
Ingo Molnar <mingo@kernel.org>, Brad Mouring <bmouring@ni.com>
Subject: Re: [patch 1/2] rtmutex: Handle deadlock detection smarter
Date: Fri, 6 Jun 2014 07:40:41 +0200 (CEST) [thread overview]
Message-ID: <alpine.DEB.2.10.1406060740210.23174@nanos> (raw)
In-Reply-To: <20140605225914.13b8b714@gandalf.local.home>
On Thu, 5 Jun 2014, Steven Rostedt wrote:
> On Thu, 05 Jun 2014 15:28:32 -0000
> Thomas Gleixner <tglx@linutronix.de> wrote:
>
> > Index: tip/kernel/locking/rtmutex.h
> > ===================================================================
> > --- tip.orig/kernel/locking/rtmutex.h
> > +++ tip/kernel/locking/rtmutex.h
> > @@ -21,6 +21,10 @@
> > #define debug_rt_mutex_unlock(l) do { } while (0)
> > #define debug_rt_mutex_init(m, n) do { } while (0)
> > #define debug_rt_mutex_deadlock(d, a ,l) do { } while (0)
> > -#define debug_rt_mutex_print_deadlock(w) do { } while (0)
> > #define debug_rt_mutex_detect_deadlock(w,d) (d)
> > #define debug_rt_mutex_reset_waiter(w) do { } while (0)
> > +
> > +static inline void debug_rt_mutex_print_deadlock(struct rt_mutex_waiter *w)
> > +{
> > + WARN(1, "rtmutex deadlock detected\n");
> > +}
> >
>
> The above is called directly in rt_mutex_start_proxy_lock(), and as it
> doesn't have a conditional where the DEBUG_RT_MUTEXES version does, I
> get a ton of these:
Crap, yes. Of course I had debug enabled :)
next prev parent reply other threads:[~2014-06-06 5:40 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-05 15:28 [patch 0/2] rtmutex: Sanitze deadlock detection and chain walk Thomas Gleixner
2014-06-05 15:28 ` [patch 1/2] rtmutex: Handle deadlock detection smarter Thomas Gleixner
2014-06-06 1:14 ` Steven Rostedt
2014-06-06 5:41 ` Thomas Gleixner
2014-06-06 2:59 ` Steven Rostedt
2014-06-06 5:40 ` Thomas Gleixner [this message]
2014-06-09 16:49 ` [tip:locking/urgent] " tip-bot for Thomas Gleixner
2014-06-05 15:28 ` [patch 2/2] rtmutex: Detect changes in the pi lock chain Thomas Gleixner
2014-06-06 9:48 ` Peter Zijlstra
2014-06-06 9:58 ` Steven Rostedt
2014-06-06 14:25 ` Steven Rostedt
2014-06-06 14:49 ` Steven Rostedt
2014-06-07 7:31 ` Thomas Gleixner
2014-06-09 16:49 ` [tip:locking/urgent] " tip-bot for Thomas Gleixner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.DEB.2.10.1406060740210.23174@nanos \
--to=tglx@linutronix.de \
--cc=bmouring@ni.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®