* [GIT PULL] KVM fixes for 3.10-rc4
@ 2013-06-04 12:28 Gleb Natapov
0 siblings, 0 replies; only message in thread
From: Gleb Natapov @ 2013-06-04 12:28 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, kvm, Paolo Bonzini
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-04 12:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-04 12:28 [GIT PULL] KVM fixes for 3.10-rc4 Gleb Natapov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox