Linus, The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2: Linux 3.14-rc3 (2014-02-16 13:30:25 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus for you to fetch changes up to 1b385cbdd74aa803e966e01e5fe49490d6044e30: kvm, vmx: Really fix lazy FPU on nested guest (2014-02-27 22:54:11 +0100) Thanks, Paolo ---------------------------------------------------------------- Three x86 fixes and one for ARM/ARM64. In particular, nested virtualization on Intel is broken in 3.13 and fixed by this pull request. ---------------------------------------------------------------- Andrew Honig (1): kvm: x86: fix emulator buffer overflow (CVE-2014-0049) Marc Zyngier (1): arm/arm64: KVM: detect CPU reset on CPU_PM_EXIT Marcelo Tosatti (1): KVM: MMU: drop read-only large sptes when creating lower level sptes Paolo Bonzini (1): kvm, vmx: Really fix lazy FPU on nested guest arch/arm/kvm/arm.c | 3 ++- arch/arm/kvm/interrupts.S | 11 ++++++++++- arch/arm64/kvm/hyp.S | 27 +++++++++++++++++++++++++-- arch/x86/kvm/mmu.c | 1 + arch/x86/kvm/vmx.c | 2 +- arch/x86/kvm/x86.c | 2 +- 6 files changed, 40 insertions(+), 6 deletions(-) -- 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