[GIT PULL] KVM changes for Linux 5.7-rc3

From: Paolo Bonzini
Date: Tue Apr 21 2020 - 12:07:07 EST


Linus,

The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:

Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to 00a6a5ef39e7db3648b35c86361058854db84c83:

Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master (2020-04-21 09:39:55 -0400)

----------------------------------------------------------------
Bugfixes, and a few cleanups to the newly-introduced assembly language
vmentry code for AMD.

----------------------------------------------------------------
Borislav Petkov (1):
KVM: SVM: Fix build error due to missing release_pages() include

Claudio Imbrenda (1):
MAINTAINERS: add a reviewer for KVM/s390

Eric Farman (1):
KVM: s390: Fix PV check in deliverable_irqs()

Josh Poimboeuf (1):
kvm: Disable objtool frame pointer checking for vmenter.S

Oliver Upton (2):
kvm: nVMX: reflect MTF VM-exits if injected by L1
kvm: nVMX: match comment with return type for nested_vmx_exit_reflected

Paolo Bonzini (4):
KVM: SVM: fix compilation with modular PSP and non-modular KVM
KVM: SVM: move more vmentry code to assembly
Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/.../kvms390/linux into kvm-master
Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/.../paulus/powerpc into kvm-master

Paul Mackerras (1):
KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functions

Sean Christopherson (2):
KVM: Check validity of resolved slot when searching memslots
KVM: s390: Return last valid slot if approx index is out-of-bounds

Steve Rutherford (1):
KVM: Remove CREATE_IRQCHIP/SET_PIT2 race

Uros Bizjak (4):
KVM: VMX: Enable machine check support for 32bit targets
KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARD
KVM: SVM: Do not setup frame pointer in __svm_vcpu_run
KVM: SVM: Fix __svm_vcpu_run declaration.

Venkatesh Srinivas (1):
kvm: Handle reads of SandyBridge RAPL PMU MSRs rather than injecting #GP

MAINTAINERS | 1 +
arch/powerpc/kvm/book3s_64_mmu_hv.c | 9 +++++----
arch/powerpc/kvm/book3s_64_mmu_radix.c | 9 +++++----
arch/s390/kvm/interrupt.c | 2 +-
arch/s390/kvm/kvm-s390.c | 3 +++
arch/x86/include/asm/nospec-branch.h | 21 ---------------------
arch/x86/kvm/Makefile | 4 ++++
arch/x86/kvm/svm/sev.c | 6 +++++-
arch/x86/kvm/svm/svm.c | 10 +---------
arch/x86/kvm/svm/vmenter.S | 10 +++++++++-
arch/x86/kvm/vmx/nested.c | 21 +++++++++++++++++++--
arch/x86/kvm/vmx/vmx.c | 2 +-
arch/x86/kvm/x86.c | 21 +++++++++++++++++++--
include/linux/kvm_host.h | 2 +-
14 files changed, 74 insertions(+), 47 deletions(-)