This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 189522da8b3a Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 9ef1530c0c1b KVM: SVM: fix compilation with modular PSP and non-modular KVM new f14eec0a3203 KVM: SVM: move more vmentry code to assembly new fb56baae5ea5 KVM: VMX: Enable machine check support for 32bit targets new b6467ab142b7 KVM: Check validity of resolved slot when searching memslots new 97daa028f3f6 KVM: s390: Return last valid slot if approx index is out-o [...] new b045ae906b42 kvm: nVMX: reflect MTF VM-exits if injected by L1 new 69c097552502 kvm: nVMX: match comment with return type for nested_vmx_e [...] new b4fd630812a0 KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARD new b2bce0a589ca KVM: SVM: Fix build error due to missing release_pages() include new b61f62d40895 KVM: SVM: Do not setup frame pointer in __svm_vcpu_run new 56a87e5d997b KVM: SVM: Fix __svm_vcpu_run declaration. new 7289fdb5dcdb KVM: Remove CREATE_IRQCHIP/SET_PIT2 race new 2ca1a06a5440 kvm: Handle reads of SandyBridge RAPL PMU MSRs rather than [...] new 7f4b5cde2409 kvm: Disable objtool frame pointer checking for vmenter.S new d47c4c454ab0 KVM: s390: Fix PV check in deliverable_irqs() new 2a173ec993ba MAINTAINERS: add a reviewer for KVM/s390 new 3bda03865fca Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/ [...] new ae49dedaa92b KVM: PPC: Book3S HV: Handle non-present PTEs in page fault [...] new 00a6a5ef39e7 Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/pu [...] new 8160a563cfff Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 20 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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(-)