From: Andrew Morton <akpm@linux-foundation.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: bugme-daemon@bugzilla.kernel.org, linux-kernel@vger.kernel.org,
Ingo Molnar <mingo@elte.hu>, Stas Sergeev <stsp@aknet.ru>,
Takashi Iwai <tiwai@suse.de>
Subject: Re: [Bugme-new] [Bug 10701] New: snd_pcsp lockdep warning
Date: Fri, 16 May 2008 10:38:27 -0700 [thread overview]
Message-ID: <20080516103827.0d5ab023.akpm@linux-foundation.org> (raw)
In-Reply-To: <alpine.LFD.1.10.0805161338500.3255@apollo.tec.linutronix.de>
On Fri, 16 May 2008 14:46:31 +0200 (CEST) Thomas Gleixner <tglx@linutronix.de> wrote:
> On Thu, 15 May 2008, Andrew Morton wrote:
>
> > (switched to email. Please respond via emailed reply-to-all, not via the
> > bugzilla web interface).
> >
> > On Thu, 15 May 2008 03:43:36 -0700 (PDT) bugme-daemon@bugzilla.kernel.org wrote:
> >
> > > http://bugzilla.kernel.org/show_bug.cgi?id=10701
> > >
> > > Summary: snd_pcsp lockdep warning
> > > Product: Drivers
> > > Version: 2.5
> > > KernelVersion: 2.6.26-rc2
> > > Platform: All
> > > OS/Version: Linux
> > > Tree: Mainline
> > > Status: NEW
> > > Severity: normal
> > > Priority: P1
> > > Component: Sound(ALSA)
> > > AssignedTo: perex@perex.cz
> > > ReportedBy: nuclearcat@nuclearcat.com
> > >
> > >
> > > Latest working kernel version: unknown
> > > Earliest failing kernel version: 2.6.26-rc2
> > > Distribution: Gentoo
> > > Hardware Environment: Intel 965 chipset, Core 2 Duo
> > > Software Environment: mplayer
> > > Problem Description: Just lockdep warning in dmesg
> >
> > This looks like a problem in the core hrtimers code?
>
> No, this is a problem in the sound code. It uses the hrtimer callback
> mode HRTIMER_CB_IRQSAFE. This mode was never intended to provide a
> lock free call mode and was created for very fast callbacks like
> wakeups and the like. Also I find it pretty amazing that the pscp code
> has the following comment:
>
> /*
> * We need the hrtimer_start as a tasklet to avoid
> * the nasty locking problem. :(
> * The problem:
> * - The timer handler is called with the cpu_base->lock
> * already held by hrtimer code.
> * - snd_pcm_period_elapsed() takes the
> * substream->self_group.lock.
> * So far so good.
> * But the snd_pcsp_trigger() is called with the
> * substream->self_group.lock held, and it calls
> * hrtimer_start(), which takes the cpu_base->lock.
> * You see the problem. We have the code pathes
> * which take two locks in a reverse order. This
> * can deadlock and the lock validator complains.
> * The only solution I could find was to move the
> * hrtimer_start() into a tasklet. -stsp
> */
>
> So the author was well aware of locking problem and the whole code is
> just a stupid hack around the problem without solving it. This code is
> not at all suited for HRTIMER_CB_IRQSAFE.
You sound impressed! So what's the fix? HRTIMER_CB_SOFTIRQ?
next prev parent reply other threads:[~2008-05-16 17:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <bug-10701-10286@http.bugzilla.kernel.org/>
2008-05-15 18:02 ` Andrew Morton
2008-05-16 12:46 ` Thomas Gleixner
2008-05-16 17:38 ` Andrew Morton [this message]
2008-05-16 19:32 ` Thomas Gleixner
2008-05-17 13:45 ` Takashi Iwai
2008-05-17 15:24 ` Thomas Gleixner
2008-05-18 7:55 ` Takashi Iwai
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=20080516103827.0d5ab023.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=bugme-daemon@bugzilla.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=stsp@aknet.ru \
--cc=tglx@linutronix.de \
--cc=tiwai@suse.de \
/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®