From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org
Cc: Leonid.Kalev@ca.com, Neal.Taylor@ca.com,
george.shuklin@gmail.com, david.vrabel@citrix.com,
ian.campbell@citrix.com
Subject: [GIT PULL] (xen) stable/for-linus-fixes-3.2 for 3.2-rc6
Date: Thu, 15 Dec 2011 12:22:22 -0500 [thread overview]
Message-ID: <20111215172222.GD7272@phenom.dumpdata.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1141 bytes --]
Hey Linus,
Please git pull this branch:
git pull git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-linus-fixes-3.2
which has two bug-fixes found recently. One of them is for how memory
is populated for a guest when the 'max memory' vs 'the initial amount of memory
the guest is going to launch with' is different. We used the wrong metric resulting
in capping the memory to 'the initial amount of memory the guest is going to launch
with' and never being able to go to 'max memory'. The other bug is a boot-up bug found
with Dell hardware were none of the PCI devices were able to set their DMA mask. The fix
is rather embarrassing as I was the one who committed a similar fix to generic SWIOTLB a
year ago and completly forgot to propagate it to the Xen SWIOTLB library.
Please pull!
arch/x86/xen/setup.c | 18 +++++++++++++++---
drivers/xen/swiotlb-xen.c | 4 ++--
2 files changed, 17 insertions(+), 5 deletions(-)
Ian Campbell (1):
xen: only limit memory map to maximum reservation for domain 0.
Konrad Rzeszutek Wilk (1):
xen/swiotlb: Use page alignment for early buffer allocation.
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
reply other threads:[~2011-12-15 17:23 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=20111215172222.GD7272@phenom.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=Leonid.Kalev@ca.com \
--cc=Neal.Taylor@ca.com \
--cc=david.vrabel@citrix.com \
--cc=george.shuklin@gmail.com \
--cc=ian.campbell@citrix.com \
--cc=linux-kernel@vger.kernel.org \
--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.