All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL][RESEND] KVM updates for Linux 2.6.28-rc6
Date: Tue, 02 Dec 2008 10:54:05 +0200	[thread overview]
Message-ID: <4934F7AD.3060104@redhat.com> (raw)

Linus, please pull some kvm fixes from repo and branch at:

   git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git 
kvm-updates/2.6.28

There are a couple of fixes for the out-of-sync mmu, a fix for a lost 
irq while injecting an nmi (which causes guests with an nmi watchdog to 
hang), as well as fixes for the ppc, s390, and ia64 kvm ports.

Avi Kivity (1):
       KVM: VMX: Fix interrupt loss during race with NMI

Christian Borntraeger (1):
       KVM: s390: Fix problem state handling in guest sigp handler

Hollis Blanchard (1):
       KVM: ppc: stop leaking host memory on VM exit

Marcelo Tosatti (2):
       KVM: MMU: fix sync of ptes addressed at owner pagetable
       KVM: MMU: avoid creation of unreachable pages in the shadow

Xiantao Zhang (2):
       KVM: ia64: Fix incorrect kbuild CFLAGS override
       KVM: ia64: Fix: Use correct calling convention for 
PAL_VPS_RESUME_HANDLER

  arch/ia64/kvm/Makefile             |    2 +-
  arch/ia64/kvm/optvfault.S          |   11 +++++++----
  arch/powerpc/include/asm/kvm_ppc.h |    2 ++
  arch/powerpc/kvm/44x_tlb.c         |    8 ++++++++
  arch/powerpc/kvm/powerpc.c         |    1 +
  arch/s390/kvm/sigp.c               |    5 +++++
  arch/x86/kvm/mmu.c                 |    2 +-
  arch/x86/kvm/paging_tmpl.h         |    1 +
  arch/x86/kvm/vmx.c                 |    4 +++-
  9 files changed, 29 insertions(+), 7 deletions(-)

                 reply	other threads:[~2008-12-02  8:54 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=4934F7AD.3060104@redhat.com \
    --to=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --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.