From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org, xen-devel@lists.xensource.com
Subject: [GIT PULL] (xen) stable/for-linus-3.7-rc0-tag for v3.7-rc0
Date: Fri, 12 Oct 2012 09:08:01 -0400 [thread overview]
Message-ID: <20121012130800.GD32494@phenom.dumpdata.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1776 bytes --]
Hey Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-linus-3.7-rc0-tag
which has four bug-fixes and one tiny feature that I forgot to put initially in my tree
due to oversight.
The feature is for kdump kernels to speed up the /proc/vmcore reading. There is a
ram_is_pfn helper function that the different platforms can register for. We are
now doing that.
The bug-fixes cover some embarrassing struct pv_cpu_ops variables being set to NULL
on Xen (but not baremetal). We had a similar issue in the past with {write|read}_msr_safe
and this fills the three missing ones. The other bug-fix is to make the console output
(hvc) be capable of dealing with misbehaving backends and not fall flat on its face.
Lastly, a quirk for older XenBus implementations that came with an ancient v3.4
hypervisor (so RHEL5 based) - reading of certain non-existent attributes just hangs
the guest during bootup - so we take precaution of not doing that on such older
installations.
That is it. Please pull!
arch/x86/xen/enlighten.c | 18 +++++++++++++++-
arch/x86/xen/mmu.c | 41 ++++++++++++++++++++++++++++++++++++
drivers/tty/hvc/hvc_xen.c | 5 +++-
drivers/xen/xenbus/xenbus_xs.c | 21 ++++++++++++++++++
include/xen/interface/hvm/hvm_op.h | 19 ++++++++++++++++
5 files changed, 102 insertions(+), 2 deletions(-)
David Vrabel (1):
xen/hvc: handle backend CLOSED without CLOSING
Konrad Rzeszutek Wilk (3):
xen/bootup: allow read_tscp call for Xen PV guests.
xen/bootup: allow {read|write}_cr8 pvops call.
xen/pv-on-hvm kexec: add quirk for Xen 3.4 and shutdown watches.
Olaf Hering (1):
xen pv-on-hvm: add pfn_is_ram helper for kdump
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
reply other threads:[~2012-10-12 13:19 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=20121012130800.GD32494@phenom.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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.