Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull KVM fixes from Paolo Bonzini: "PPC: - user-triggerable use-after-free in HPT resizing - stale TLB entries in the guest - trap-and-emulate (PR) KVM guests failing to start under pHyp x86: - Another "Spectre" fix. - async pagefault fix - Revert an old fix for x86 nested virtualization, which turned out to do more harm than good - Check shrinker registration return code, to avoid warnings from upcoming 4.16 -mm patches" * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: x86: Add memory barrier on vmcs field lookup KVM: x86: emulate #UD while in guest mode x86: kvm: propagate register_shrinker return code KVM MMU: check pending exception before injecting APF KVM: PPC: Book3S HV: Always flush TLB in kvmppc_alloc_reset_hpt() KVM: PPC: Book3S PR: Fix WIMG handling under pHyp KVM: PPC: Book3S HV: Fix use after free in case of multiple resize requests KVM: PPC: Book3S HV: Drop prepare_done from struct kvm_resize_hpt
Showing
- arch/powerpc/kvm/book3s_64_mmu.c 1 addition, 0 deletionsarch/powerpc/kvm/book3s_64_mmu.c
- arch/powerpc/kvm/book3s_64_mmu_hv.c 61 additions, 29 deletionsarch/powerpc/kvm/book3s_64_mmu_hv.c
- arch/powerpc/kvm/book3s_pr.c 2 additions, 0 deletionsarch/powerpc/kvm/book3s_pr.c
- arch/x86/kvm/mmu.c 12 additions, 7 deletionsarch/x86/kvm/mmu.c
- arch/x86/kvm/svm.c 1 addition, 8 deletionsarch/x86/kvm/svm.c
- arch/x86/kvm/vmx.c 11 additions, 6 deletionsarch/x86/kvm/vmx.c
Loading
Please register or sign in to comment