From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
Linus Torvalds <torvalds@linux-foundation.org>,
rdunlap@xenotime.net, stefan.bader@canonical.com,
JBeulich@novell.com
Subject: [GIT PULL] (xen) stable/bug.fixes for 3.1-rc2
Date: Mon, 22 Aug 2011 12:02:57 -0400 [thread overview]
Message-ID: <20110822160257.GI8944@dumpdata.com> (raw)
Hey Linus,
Please git pull:
git pull git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/bug.fixes
which has some patches that have been there since last week - but the LinuxCon
interrupted my process a bit so sending it late.
The patches are based off git commit c00c8aa2d976e9ed1d12a57b42d6e9b27efb7abe:
Konrad Rzeszutek Wilk (1):
xen/trace: Fix compile error when CONFIG_XEN_PRIVILEGED_GUEST is not set
which you pulled in 3.1-rc1.
Anyhow, this git pull has two boring compile fixes, and then two exciting bug-fixes. The
exciting bug-fixes are 1) Jan's fix to check the ceiling of our M2P table - we
did it slowly and potentially could read userspace pages (oops!) to find out our frame
numbers, being a potential security risk; 2) fix PVonHVM to work with older hypervisors
that don't support callbacks - we have code that does it, but missed one case - leading
to crashes with more than 4 VCPUs.
arch/x86/include/asm/xen/page.h | 4 ++--
arch/x86/xen/Makefile | 2 +-
arch/x86/xen/enlighten.c | 4 ++--
arch/x86/xen/mmu.c | 12 ++++++++----
arch/x86/xen/smp.c | 4 ++--
5 files changed, 15 insertions(+), 11 deletions(-)
Jan Beulich (1):
xen/x86: replace order-based range checking of M2P table by linear one
Jeremy Fitzhardinge (1):
xen/tracing: Fix tracing config option properly
Randy Dunlap (1):
xen: xen-selfballoon.c needs more header files
Stefano Stabellini (1):
xen: Do not enable PV IPIs when vector callback not present
P.S.
If you look in the commits date, you will notice Stefano's patch (and the
subsequent ones) being modified about 30 minutes ago - it did not have his SOB
on it - so I updated it just now using 'git rebase'. Rest assured, the patches
had been for some time in #linux-next:
http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git;a=shortlog;h=refs/heads/linux-next
reply other threads:[~2011-08-22 16:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20110822160257.GI8944@dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=JBeulich@novell.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rdunlap@xenotime.net \
--cc=stefan.bader@canonical.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=torvalds@linux-foundation.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 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.