From: George Dunlap <george.dunlap@citrix.com>
To: Jan Beulich <JBeulich@novell.com>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
Keir Fraser <keir@xen.org>
Subject: Re: 4.0-testing c/s 21405 incomplete?
Date: Mon, 07 Feb 2011 14:34:50 +0000 [thread overview]
Message-ID: <1297089290.1903.235.camel@elijah> (raw)
In-Reply-To: <4D4FB1460200007800030777@vpn.id2.novell.com>
[-- Attachment #1: Type: text/plain, Size: 609 bytes --]
On Mon, 2011-02-07 at 07:45 +0000, Jan Beulich wrote:
> > The xen-unstable and xen-4.0-testing patches are merely plucked by me from
> > postings by George from the following xen-devel thread:
> >
> > http://lists.xensource.com/archives/html/xen-devel/2010-12/msg00830.html
>
> Ah, okay - I think the patch there wasn't against 4.0-testing, but
> against plain 4.0.x, so it's missing the revert of 4.0-testing c/s
> 21334.
Right -- I'm not exactly sure why that bit was left off my 4.0 patch,
but it certainly shouldn't have been.
Keir, can you please apply the attached patch to 4.0-testing.
-George
[-- Attachment #2: xen-4.0-remove-ept-get-lock.diff --]
[-- Type: text/x-patch, Size: 553 bytes --]
diff -r f7f6fa8665e7 xen/arch/x86/mm/hap/p2m-ept.c
--- a/xen/arch/x86/mm/hap/p2m-ept.c Thu Feb 03 11:56:05 2011 +0000
+++ b/xen/arch/x86/mm/hap/p2m-ept.c Mon Feb 07 14:34:20 2011 +0000
@@ -395,10 +395,6 @@
int i;
int ret = 0;
mfn_t mfn = _mfn(INVALID_MFN);
- int do_locking = !p2m_locked_by_me(d->arch.p2m);
-
- if ( do_locking )
- p2m_lock(d->arch.p2m);
*t = p2m_mmio_dm;
@@ -476,8 +472,6 @@
}
out:
- if ( do_locking )
- p2m_unlock(d->arch.p2m);
unmap_domain_page(table);
return mfn;
}
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
prev parent reply other threads:[~2011-02-07 14:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-02 10:04 4.0-testing c/s 21405 incomplete? Jan Beulich
2011-02-06 17:08 ` Keir Fraser
2011-02-07 7:45 ` Jan Beulich
2011-02-07 14:34 ` George Dunlap [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=1297089290.1903.235.camel@elijah \
--to=george.dunlap@citrix.com \
--cc=George.Dunlap@eu.citrix.com \
--cc=JBeulich@novell.com \
--cc=keir@xen.org \
--cc=xen-devel@lists.xensource.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.