mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Matt Wilson <msw@linux.com>,
	xen-devel@lists.xenproject.org, Matt Wilson <msw@amazon.com>,
	Boris Ostrovsky <boris.ostrovsky@oracle.com>,
	David Vrabel <david.vrabel@citrix.com>,
	Anthony Liguori <aliguori@amazon.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] xen/gnttab: leave lazy MMU mode in the case of a m2p override failure
Date: Mon, 2 Dec 2013 16:43:40 -0500	[thread overview]
Message-ID: <20131202214340.GA12852@phenom.dumpdata.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1311291222150.3198@kaball.uk.xensource.com>

On Fri, Nov 29, 2013 at 12:22:40PM +0000, Stefano Stabellini wrote:
> On Fri, 22 Nov 2013, Konrad Rzeszutek Wilk wrote:
> > On Wed, Nov 20, 2013 at 12:11:35PM -0800, Matt Wilson wrote:
> > > From: Matt Wilson <msw@amazon.com>
> > > 
> > > Commit f62805f1 introduced a bug where lazy MMU mode isn't exited if a
> > > m2p_add/remove_override call fails.
> > 
> > Stefano?
> > 
> 
> Already acked here:
> 
> http://marc.info/?l=linux-kernel&m=138505917602905&w=2

Sent to Linus today.

Thank you!
> 
> 
> 
> > > Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> > > Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> > > Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
> > > Cc: David Vrabel <david.vrabel@citrix.com>
> > > Cc: Anthony Liguori <aliguori@amazon.com>
> > > Cc: xen-devel@lists.xenproject.org
> > > Cc: linux-kernel@vger.kernel.org
> > > Signed-off-by: Matt Wilson <msw@amazon.com>
> > > ---
> > >  drivers/xen/grant-table.c |    6 ++++--
> > >  1 file changed, 4 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/drivers/xen/grant-table.c b/drivers/xen/grant-table.c
> > > index 62ccf54..0283871 100644
> > > --- a/drivers/xen/grant-table.c
> > > +++ b/drivers/xen/grant-table.c
> > > @@ -930,9 +930,10 @@ int gnttab_map_refs(struct gnttab_map_grant_ref *map_ops,
> > >  		ret = m2p_add_override(mfn, pages[i], kmap_ops ?
> > >  				       &kmap_ops[i] : NULL);
> > >  		if (ret)
> > > -			return ret;
> > > +			goto out;
> > >  	}
> > >  
> > > + out:
> > >  	if (lazy)
> > >  		arch_leave_lazy_mmu_mode();
> > >  
> > > @@ -969,9 +970,10 @@ int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops,
> > >  		ret = m2p_remove_override(pages[i], kmap_ops ?
> > >  				       &kmap_ops[i] : NULL);
> > >  		if (ret)
> > > -			return ret;
> > > +			goto out;
> > >  	}
> > >  
> > > + out:
> > >  	if (lazy)
> > >  		arch_leave_lazy_mmu_mode();
> > >  
> > > -- 
> > > 1.7.9.5
> > > 
> > 

      reply	other threads:[~2013-12-02 21:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-20 20:11 Matt Wilson
2013-11-20 21:04 ` [Xen-devel] " Anthony Liguori
2013-11-21 11:19 ` David Vrabel
2013-11-21 18:39 ` Stefano Stabellini
2013-11-22 15:21 ` Konrad Rzeszutek Wilk
2013-11-29 12:22   ` Stefano Stabellini
2013-12-02 21:43     ` Konrad Rzeszutek Wilk [this message]

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=20131202214340.GA12852@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=aliguori@amazon.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=david.vrabel@citrix.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=msw@amazon.com \
    --cc=msw@linux.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xenproject.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

Powered by JetHome