This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3e92c1e6cd87 Merge tag 'selinux-pr-20240402' of git://git.kernel.org/pu [...] new 0e110732473e x86/retpoline: Do the necessary fixup to the Zen3/4 srso r [...] new 701b38995e5b security: Place security_path_post_mknod() where the origi [...] new cc4ce37bed85 KVM: SVM: Set sev->asid in sev_asid_new() instead of overl [...] new 466eec4a22a7 KVM: SVM: Use unsigned integers when dealing with ASIDs new 0aa6b90ef9d7 KVM: SVM: Add support for allowing zero SEV ASIDs new fdd58834d132 KVM: SVM: Return -EINVAL instead of -EBUSY on attempt to r [...] new 1d55934ed584 Merge tag 'kvm-x86-svm-6.9' of https://github.com/kvm-x86/ [...] new ccb2280ec2f9 x86/kvm: Use separate percpu variable to track the enablin [...] new df01f0a1165c KVM: x86: Improve documentation of MSR_KVM_ASYNC_PF_EN new c822a075ab2d Merge tag 'kvm-x86-asyncpf_abi-6.9' of https://github.com/ [...] new f3c80061c0d3 KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OP new 19cebbab995b Documentation: kvm/sev: separate description of firmware new c20722c412f1 Documentation: kvm/sev: clarify usage of KVM_MEMORY_ENCRYPT_OP new 92e82cf632e8 KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper new 4736d85f0d18 KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATU [...] new c2585047c8e1 KVM: selftests: Check that PV_UNHALT is cleared when HLT e [...] new 0d1756482e66 Merge tag 'kvm-x86-pvunhalt-6.9' of https://github.com/kvm [...] new e89c928bedd7 KVM: arm64: Fix host-programmed guest events in nVHE new f5fe0adeed60 KVM: arm64: Fix out-of-IPA space translation fault handling new 29b0075ed61c KVM: selftests: Fix __GUEST_ASSERT() format warnings in AR [...] new f62d4c3eb687 KVM: arm64: Don't defer TLB invalidation when zapping tabl [...] new 36e008323926 KVM: arm64: Don't pass a TLBI level hint when zapping tabl [...] new 0f0ff097bf77 KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range() new 4c36a1567388 KVM: arm64: Ensure target address is granule-aligned for r [...] new b3320142f3db arm64: Fix early handling of FEAT_E2H0 not being implemented new d96c66ab9fb3 KVM: arm64: Rationalise KVM banner output new 52b761b48f8e Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub [...] new 5448d9282af5 KVM: selftests: Fix spelling mistake "trigged" -> "triggered" new 7fd99b7ab570 RISC-V: KVM: Remove second semicolon new d8dd9f113e16 RISC-V: KVM: Fix APLIC setipnum_le/be write emulation new 8e936e98718f RISC-V: KVM: Fix APLIC in_clrip[x] read emulation new 9bc60f733839 Merge tag 'kvm-riscv-fixes-6.9-1' of https://github.com/kv [...] new 0f099dc9d114 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 0200ceed3042 vboxsf: remove redundant variable out_len new de3f64b738af vboxsf: Avoid an spurious warning if load_nls_xxx() fails new 0141d68f86d7 vboxsf: Remove usage of the deprecated ida_simple_xx() API new 1ece2c43b886 vboxsf: explicitly deny setlease attempts new c85af715cac0 Merge tag 'vboxsf-v6.9-1' of git://git.kernel.org/pub/scm/ [...]
The 38 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: .../virt/kvm/x86/amd-memory-encryption.rst | 42 +++++++++------- Documentation/virt/kvm/x86/msr.rst | 19 ++++--- arch/arm64/kernel/head.S | 29 ++++++----- arch/arm64/kvm/arm.c | 13 ++--- arch/arm64/kvm/hyp/nvhe/tlb.c | 3 +- arch/arm64/kvm/hyp/pgtable.c | 23 ++++++--- arch/arm64/kvm/hyp/vhe/tlb.c | 3 +- arch/arm64/kvm/mmu.c | 2 +- arch/riscv/kvm/aia_aplic.c | 37 +++++++++++--- arch/riscv/kvm/vcpu_onereg.c | 2 +- arch/x86/include/uapi/asm/kvm.h | 23 +++++++++ arch/x86/include/uapi/asm/kvm_para.h | 1 - arch/x86/kernel/kvm.c | 11 ++-- arch/x86/kvm/cpuid.c | 42 ++++++++++------ arch/x86/kvm/svm/sev.c | 58 +++++++++++++--------- arch/x86/kvm/trace.h | 10 ++-- arch/x86/lib/retpoline.S | 5 +- fs/namei.c | 7 +-- fs/vboxsf/file.c | 1 + fs/vboxsf/super.c | 9 ++-- fs/vboxsf/utils.c | 3 -- include/kvm/arm_pmu.h | 2 +- security/security.c | 4 +- tools/testing/selftests/kvm/aarch64/arch_timer.c | 4 +- .../selftests/kvm/include/x86_64/processor.h | 11 ++++ tools/testing/selftests/kvm/riscv/arch_timer.c | 2 +- tools/testing/selftests/kvm/x86_64/kvm_pv_test.c | 39 +++++++++++++++ 27 files changed, 268 insertions(+), 137 deletions(-)