[GIT PULL] KVM fixes for 4.15-rc8
From: Paolo Bonzini
Date: Fri Jan 12 2018 - 07:53:40 EST
Linus,
The following changes since commit b2cd1df66037e7c4697c7e40496bf7e4a5e16a2d:
Linux 4.15-rc7 (2018-01-07 14:22:41 -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 2aad9b3e0711f8c67c472920cd5b70199fba8520:
Merge branch 'kvm-insert-lfence' into kvm-master (2018-01-11 18:20:48 +0100)
----------------------------------------------------------------
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
----------------------------------------------------------------
Alexey Kardashevskiy (1):
KVM: PPC: Book3S PR: Fix WIMG handling under pHyp
Andrew Honig (1):
KVM: x86: Add memory barrier on vmcs field lookup
Arnd Bergmann (1):
x86: kvm: propagate register_shrinker return code
David Gibson (1):
KVM: PPC: Book3S HV: Always flush TLB in kvmppc_alloc_reset_hpt()
Haozhong Zhang (1):
KVM MMU: check pending exception before injecting APF
Paolo Bonzini (3):
Merge tag 'kvm-ppc-fixes-4.15-3' of git://git.kernel.org/.../paulus/powerpc into kvm-master
KVM: x86: emulate #UD while in guest mode
Merge branch 'kvm-insert-lfence' into kvm-master
Serhii Popovych (2):
KVM: PPC: Book3S HV: Drop prepare_done from struct kvm_resize_hpt
KVM: PPC: Book3S HV: Fix use after free in case of multiple resize requests
arch/powerpc/kvm/book3s_64_mmu.c | 1 +
arch/powerpc/kvm/book3s_64_mmu_hv.c | 90 +++++++++++++++++++++++++------------
arch/powerpc/kvm/book3s_pr.c | 2 +
arch/x86/kvm/mmu.c | 19 +++++---
arch/x86/kvm/svm.c | 9 +---
arch/x86/kvm/vmx.c | 17 ++++---
6 files changed, 88 insertions(+), 50 deletions(-)