All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gleb Natapov <gleb@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	kvm <kvm@vger.kernel.org>, Paolo Bonzini <pbonzini@redhat.com>
Subject: [GIT PULL] KVM fixes for 3.10-rc4
Date: Tue, 4 Jun 2013 15:28:09 +0300	[thread overview]
Message-ID: <20130604122809.GA8416@redhat.com> (raw)


Linus,

Please pull from

git://git.kernel.org/pub/scm/virt/kvm/kvm.git fixes

To receive KVM bug fixes. The bulk of the fixes is in MIPS KVM
kernel<->userspace ABI. MIPS KVM is new for 3.10 and some problems were
found with current ABI. It is better to fix them now and do not have
a kernel with broken one.


Andre Przywara (1):
      ARM: KVM: prevent NULL pointer dereferences with KVM VCPU ioctl

David Daney (6):
      mips/kvm: Fix ABI for use of FPU.
      mips/kvm: Fix ABI for use of 64-bit registers.
      mips/kvm: Fix name of gpr field in struct kvm_regs.
      mips/kvm: Use ARRAY_SIZE() instead of hardcoded constants in kvm_arch_vcpu_ioctl_{s,g}et_regs
      mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REG
      mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls.

Gleb Natapov (1):
      KVM: Fix race in apic->pending_events processing

Marc Zyngier (1):
      ARM: KVM: be more thorough when invalidating TLBs

Paolo Bonzini (2):
      KVM: Emulate multibyte NOP
      KVM: fix sil/dil/bpl/spl in the mod/rm fields

 arch/arm/kvm/arm.c               |   15 +-
 arch/arm/kvm/mmu.c               |   41 ++++--
 arch/mips/include/asm/kvm_host.h |    4 -
 arch/mips/include/uapi/asm/kvm.h |  137 +++++++++++++++----
 arch/mips/kvm/kvm_mips.c         |  280 +++++++++++++++++++++++++++++++++++---
 arch/mips/kvm/kvm_trap_emul.c    |   50 -------
 arch/x86/kvm/emulate.c           |    9 +-
 arch/x86/kvm/lapic.c             |    9 +-
 8 files changed, 421 insertions(+), 124 deletions(-)

--
			Gleb.

                 reply	other threads:[~2013-06-04 12:28 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=20130604122809.GA8416@redhat.com \
    --to=gleb@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pbonzini@redhat.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.