Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull kvm fixes from Paolo Bonzini: "This is a pretty large update. I think it is roughly as big as what I usually had for the _whole_ rc period. There are a few bad bugs where the guest can OOPS or crash the host. We have also started looking at attack models for nested virtualization; bugs that usually result in the guest ring 0 crashing itself become more worrisome if you have nested virtualization, because the nested guest might bring down the non-nested guest as well. For current uses of nested virtualization these do not really have a security impact, but you never know and bugs are bugs nevertheless. A lot of these bugs are in 3.17 too, resulting in a large number of stable@ Ccs. I checked that all the patches apply there with no conflicts" * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: kvm: vfio: fix unregister kvm_device_ops of vfio KVM: x86: Wrong assertion on paging_tmpl.h kvm: fix excessive pages un-pinning in kvm_iommu_map error path. KVM: x86: PREFETCH and HINT_NOP should have SrcMem flag KVM: x86: Emulator does not decode clflush well KVM: emulate: avoid accessing NULL ctxt->memopp KVM: x86: Decoding guest instructions which cross page boundary may fail kvm: x86: don't kill guest on unknown exit reason kvm: vmx: handle invvpid vm exit gracefully KVM: x86: Handle errors when RIP is set during far jumps KVM: x86: Emulator fixes for eip canonical checks on near branches KVM: x86: Fix wrong masking on relative jump/call KVM: x86: Improve thread safety in pit KVM: x86: Prevent host from panicking on shared MSR writes. KVM: x86: Check non-canonical addresses upon WRMSR
No related branches found
No related tags found
Showing
- arch/x86/include/asm/kvm_host.h 15 additions, 1 deletionarch/x86/include/asm/kvm_host.h
- arch/x86/include/uapi/asm/vmx.h 2 additions, 0 deletionsarch/x86/include/uapi/asm/vmx.h
- arch/x86/kvm/emulate.c 186 additions, 64 deletionsarch/x86/kvm/emulate.c
- arch/x86/kvm/i8254.c 2 additions, 0 deletionsarch/x86/kvm/i8254.c
- arch/x86/kvm/paging_tmpl.h 1 addition, 1 deletionarch/x86/kvm/paging_tmpl.h
- arch/x86/kvm/svm.c 4 additions, 4 deletionsarch/x86/kvm/svm.c
- arch/x86/kvm/vmx.c 17 additions, 7 deletionsarch/x86/kvm/vmx.c
- arch/x86/kvm/x86.c 34 additions, 4 deletionsarch/x86/kvm/x86.c
- include/linux/kvm_host.h 1 addition, 0 deletionsinclude/linux/kvm_host.h
- virt/kvm/iommu.c 4 additions, 4 deletionsvirt/kvm/iommu.c
- virt/kvm/kvm_main.c 7 additions, 0 deletionsvirt/kvm/kvm_main.c
- virt/kvm/vfio.c 5 additions, 0 deletionsvirt/kvm/vfio.c
- virt/kvm/vfio.h 4 additions, 0 deletionsvirt/kvm/vfio.h
Loading
Please register or sign in to comment