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. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html