This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9d5906799f7d Merge tag 'selinux-pr-20240814' of git://git.kernel.org/pu [...] new 92b6c2f0076c KVM: SVM: Fix uninitialized variable bug new 32b9a52f88a5 KVM: arm64: free kvm->arch.nested_mmus with kvfree() new 963a08e586bd KVM: arm64: fix override-init warnings in W=1 builds new 0aa34b37a78d KVM: arm64: fix kdoc warnings in W=1 builds new 19d837bc881b KVM: arm64: vgic: fix unexpected unlock sparse warnings new 7fef1eb0b013 docs: KVM: Fix register ID of SPSR_FIQ new 10f2ad032def KVM: arm64: Enforce dependency on an ARMv8.4-aware toolchain new 01ab08cafece KVM: arm64: vgic-debug: Exit the iterator properly w/o LPI new 7e814a20f6da KVM: arm64: Tidying up PAuth code in KVM new ad518452fd26 KVM: selftests: arm64: Correct feature test for S1PIE in g [...] new 9eb18136af9f KVM: arm64: vgic: Hold config_lock while tearing down a CP [...] new 747cfbf161a5 Merge tag 'kvmarm-fixes-6.11-1' of git://git.kernel.org/pu [...] new 5a44bb061d04 KVM: s390: fix validity interception issue when gisa is sw [...] new cff59d8631e1 s390/uv: Panic for set and remove shared access UVC errors new 696eb24ac2af Merge tag 'kvm-s390-master-6.11-1' of https://git.kernel.o [...] new cd2d00606553 KVM: SVM: Fix an error code in sev_gmem_post_populate() new b098495e6949 KVM: x86: hyper-v: Remove unused inline function kvm_hv_fr [...] new 15e1c3d65975 KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_pr [...] new 4b7c3f6d04bd KVM: x86: Make x2APIC ID 100% readonly new 238d3d63d1e2 KVM: selftests: Add a testcase to verify x2APIC is fully readonly new c9b35a6f4ede KVM: eventfd: Use synchronize_srcu_expedited() on shutdown new 66155de93bcf KVM: x86: Disallow read-only memslots for SEV-ES and SEV-S [...] new 1c0e5881691a KVM: SEV: uapi: fix typo in SEV_RET_INVALID_CONFIG new d07b43284ab3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 24 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: Documentation/virt/kvm/api.rst | 2 +- arch/arm64/include/asm/kvm_ptrauth.h | 2 +- arch/arm64/kvm/Kconfig | 1 + arch/arm64/kvm/Makefile | 3 +++ arch/arm64/kvm/arm.c | 15 ++++-------- arch/arm64/kvm/hyp/include/hyp/switch.h | 1 - arch/arm64/kvm/hyp/nvhe/Makefile | 2 ++ arch/arm64/kvm/hyp/nvhe/switch.c | 5 ++-- arch/arm64/kvm/hyp/vhe/Makefile | 2 ++ arch/arm64/kvm/nested.c | 2 +- arch/arm64/kvm/vgic/vgic-debug.c | 5 ++-- arch/arm64/kvm/vgic/vgic-init.c | 3 +-- arch/arm64/kvm/vgic/vgic-irqfd.c | 7 +++--- arch/arm64/kvm/vgic/vgic-its.c | 18 ++++++++------ arch/arm64/kvm/vgic/vgic-v3.c | 2 +- arch/arm64/kvm/vgic/vgic.c | 2 +- arch/arm64/kvm/vgic/vgic.h | 2 +- arch/s390/include/asm/uv.h | 5 +++- arch/s390/kvm/kvm-s390.h | 7 +++++- arch/x86/include/asm/kvm_host.h | 2 ++ arch/x86/kvm/hyperv.h | 1 - arch/x86/kvm/lapic.c | 22 +++++++++++------ arch/x86/kvm/svm/sev.c | 7 +++--- arch/x86/kvm/x86.c | 6 ++--- include/linux/kvm_host.h | 7 ++++++ include/uapi/linux/psp-sev.h | 1 + tools/testing/selftests/kvm/aarch64/get-reg-list.c | 4 ++-- .../selftests/kvm/x86_64/xapic_state_test.c | 28 ++++++++++++++++++++++ virt/kvm/eventfd.c | 13 +++++----- virt/kvm/kvm_main.c | 5 ++-- 30 files changed, 120 insertions(+), 62 deletions(-)