linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shuah Khan <shuah.khan@hp.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Steven Rostedt <rostedt@goodmis.org>,
	stable <stable@vger.kernel.org>,
	roland@purestorage.com, linux-kernel@vger.kernel.org,
	linux-rt-users <linux-rt-users@vger.kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Carsten Emde <C.Emde@osadl.org>, John Kacur <jkacur@redhat.com>,
	David Woodhouse <David.Woodhouse@intel.com>,
	shuahkhan@gmail.com
Subject: Re: [PATCH 03/11] intel-iommu: Fix AB-BA lockdep report
Date: Wed, 14 Nov 2012 08:58:46 -0700	[thread overview]
Message-ID: <1352908726.2883.0.camel@lorien2> (raw)
In-Reply-To: <20121114033444.GA29560@kroah.com>

On Tue, 2012-11-13 at 19:34 -0800, Greg Kroah-Hartman wrote:
> On Tue, Nov 13, 2012 at 10:04:53PM -0500, Steven Rostedt wrote:
> > On Tue, 2012-11-13 at 19:25 -0700, Shuah Khan wrote:
> > > On Sun, 2011-12-04 at 13:54 -0500, Steven Rostedt wrote:
> > > > From: Roland Dreier <roland@purestorage.com>
> > > > 
> > > > When unbinding a device so that I could pass it through to a KVM VM, I
> > > > got the lockdep report below.  It looks like a legitimate lock
> > > > ordering problem:
> > > 
> > > Did this patch not make it into stable releases other than 3.1. I
> > > couldn't find it in any other stable tress prior to 3.1.
> > 
> > Ah, this was done in the early stable-rt releases. Where we took
> > mainline fixes as long as they were in tglx's tree. But today the
> > stable-rt tree waits for mainline fixes to come in via the stable tree
> > so we don't do something like this. That is, miss getting a fix into
> > stable.  Yeah, this should be added to 3.0. (looks to be already in 3.2
> > and 3.4).
> > 
> > 
> > Greg,
> > 
> > Can you add the following commit to the 3.0 stable tree. We've had this
> > in v3.0-rt for some time now. :-/
> > 
> > commit 3e7abe2556b583e87dabda3e0e6178a67b20d06f
> > Author: Roland Dreier <roland@purestorage.com>
> > Date:   Wed Jul 20 06:22:21 2011 -0700
> > 
> >     intel-iommu: Fix AB-BA lockdep report
> 
> I had to edit the path to the file, but it looks like it applies
> properly now, thanks.


Thanks,
-- Shuah



  parent reply	other threads:[~2012-11-14 15:58 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-04 18:54 [PATCH 00/11] [ANNOUNCE] 3.0.12-rt30-rc2 Steven Rostedt
2011-12-04 18:54 ` [PATCH 01/11] tasklet/rt: Prevent tasklets from going into infinite spin in RT Steven Rostedt
2011-12-04 18:54 ` [PATCH 02/11] genirq: fix regression in irqfixup, irqpoll Steven Rostedt
2011-12-04 18:54 ` [PATCH 03/11] intel-iommu: Fix AB-BA lockdep report Steven Rostedt
2012-11-14  2:25   ` Shuah Khan
2012-11-14  3:04     ` Steven Rostedt
2012-11-14  3:34       ` Greg Kroah-Hartman
2012-11-14  3:43         ` Steven Rostedt
2012-11-14 15:58         ` Shuah Khan [this message]
2011-12-04 18:54 ` [PATCH 04/11] KVM: Sanitize cpuid Steven Rostedt
2011-12-04 18:54 ` [PATCH 05/11] KVM: fix XSAVE bit scanning (now properly) Steven Rostedt
2011-12-04 18:54 ` [PATCH 06/11] wait: Provide __wake_up_all_locked Steven Rostedt
2011-12-04 18:54 ` [PATCH 07/11] pci: Use __wake_up_all_locked pci_unblock_user_cfg_access() Steven Rostedt
2011-12-04 18:54 ` [PATCH 08/11] acpi: Make gbl_[hardware|gpe]_lock raw Steven Rostedt
2011-12-04 18:54 ` [PATCH 09/11] slab, lockdep: Fix silly bug Steven Rostedt
2011-12-05 13:04   ` Pekka Enberg
2011-12-05 13:15     ` Steven Rostedt
2011-12-04 18:54 ` [PATCH 10/11] slab, lockdep: Annotate all slab caches Steven Rostedt
2011-12-04 18:54 ` [PATCH 11/11] Linux v3.0.12-rt30-rc2 Steven Rostedt
2011-12-04 20:13 ` [PATCH 00/11] [ANNOUNCE] 3.0.12-rt30-rc2 Tim Sander
2011-12-04 20:46   ` Thomas Gleixner
2011-12-05  9:11     ` Tim Sander
2011-12-05 13:23       ` Steven Rostedt
2011-12-07  8:09         ` Tim Sander
2011-12-05  2:58   ` Mike Galbraith
2011-12-05 15:12 ` Georgiewskiy Yuriy
2011-12-05 16:57   ` Thomas Gleixner
2011-12-05 20:01     ` Georgiewskiy Yuriy

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=1352908726.2883.0.camel@lorien2 \
    --to=shuah.khan@hp.com \
    --cc=C.Emde@osadl.org \
    --cc=David.Woodhouse@intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jkacur@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=roland@purestorage.com \
    --cc=rostedt@goodmis.org \
    --cc=shuahkhan@gmail.com \
    --cc=stable@vger.kernel.org \
    --cc=tglx@linutronix.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;
as well as URLs for NNTP newsgroup(s).