All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Xen-devel@lists.xensource.com" <Xen-devel@lists.xensource.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Stable Kernel <stable@kernel.org>
Subject: [GIT PULL] Xen fixes
Date: Fri, 03 Dec 2010 09:29:53 -0800	[thread overview]
Message-ID: <4CF92911.8060704@goop.org> (raw)

Hi Linus,

Another handful of Xen fixes:

    * Fix a hang-on-shutdown regression introduced by 76fac077db6b34e2
      ("x86, kexec: Make sure to stop all CPUs before exiting the
      kernel") [Also for stable]
    * Fix crash-on-boot regression on 32-bit systems, caused by
      b40827fa7268 ("x86-32, mm: Add an initial page table for core
      bootstrapping")
    * Avoid using memory that's inaccessible on 32-bit systems without
      HIGHMEM
    * Don't assume NUMA node 0 is always present when allocating irq descs
    * Kill Xen's private idle implementation in favour of using default_idle
    * Simplify boot-time E820 mangling, which fixes a couple of corner cases

There are two branches:

  git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git upstream/core

Jeremy Fitzhardinge (4):
      xen: clean up "extra" memory handling some more
      xen: use default_idle
      xen: prevent crashes with non-HIGHMEM 32-bit kernels with largeish memory
      xen: allocate irq descs on any NUMA node

 arch/x86/xen/setup.c  |   41 ++++++++++++++---------------------------
 drivers/xen/balloon.c |   12 ++++++++++--
 drivers/xen/events.c  |    4 ++--
 3 files changed, 26 insertions(+), 31 deletions(-)

  git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git upstream/bugfix

Ian Campbell (1):
      xen: x86/32: perform initial startup on initial_page_table

Jeremy Fitzhardinge (1):
      xen: don't bother to stop other cpus on shutdown/reboot

 arch/x86/xen/enlighten.c |    6 ----
 arch/x86/xen/mmu.c       |   69 +++++++++++++++++++++++++++++++++++++--------
 2 files changed, 56 insertions(+), 19 deletions(-)

Thanks,
	J


             reply	other threads:[~2010-12-03 17:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-03 17:29 Jeremy Fitzhardinge [this message]
2010-12-03 18:58 ` [Xen-devel] [GIT PULL] Xen fixes Jeremy Fitzhardinge

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=4CF92911.8060704@goop.org \
    --to=jeremy@goop.org \
    --cc=Xen-devel@lists.xensource.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable@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.