This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6d280f4d760e Merge tag 'for-6.8-rc3-tag' of git://git.kernel.org/pub/sc [...] new 5ea9a7c5fe41 nfsd: don't take fi_lock in nfsd_break_deleg_cb() new c8d80f83de47 Merge tag 'nfsd-6.8-3' of git://git.kernel.org/pub/scm/lin [...] new fe752331d4b3 KVM: s390: vsie: fix race during shadow creation new 83303a4c776c KVM: s390: fix cc for successful PQAP new 3f5198c7f672 Merge tag 'kvm-s390-master-6.8-1' of https://git.kernel.or [...] new 367188297254 RISC-V: KVM: Allow Zbc extension for Guest/VM new ac396141308d KVM: riscv: selftests: Add Zbc extension to get-reg-list test new f370b4e668f0 RISC-V: KVM: Allow scalar crypto extensions for Guest/VM new 14d70de562df KVM: riscv: selftests: Add scaler crypto extensions to get [...] new afd1ef3adfbc RISC-V: KVM: Allow vector crypto extensions for Guest/VM new 2ddf79070f7e KVM: riscv: selftests: Add vector crypto extensions to get [...] new f3901ece5b38 RISC-V: KVM: Allow Zfh[min] extensions for Guest/VM new 496ee21a17ce KVM: riscv: selftests: Add Zfh[min] extensions to get-reg- [...] new ab6da9cdc3f3 RISC-V: KVM: Allow Zihintntl extension for Guest/VM new 1a3bc507821d KVM: riscv: selftests: Add Zihintntl extension to get-reg- [...] new f46300285926 RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VM new 1216fdd99be1 KVM: riscv: selftests: Add Zvfh[min] extensions to get-reg [...] new 41182cc6f507 RISC-V: KVM: Allow Zfa extension for Guest/VM new 4d0e8f9a361b KVM: riscv: selftests: Add Zfa extension to get-reg-list test new 11f563320917 Merge tag 'kvm-riscv-6.8-2' of https://github.com/kvm-risc [...] new 9e05d9b06757 KVM: x86: Check irqchip mode before create PIT new d52734d00b8e KVM: x86: Give a hint when Win2016 might fail to boot due [...] new a9ef277488cf x86/kvm: Fix SEV check in sev_map_percpu_data() new e45964771007 x86/coco: Define cc_vendor without CONFIG_ARCH_HAS_CC_PLATFORM new 5c24ba20555a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new b3ff2d9c3a9c LoongArch: Select ARCH_ENABLE_THP_MIGRATION instead of red [...] new 6b79ecd084c9 LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECC [...] new 4551b30525cf LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[ [...] new 639420e9f6cd LoongArch: Fix earlycon parameter if KASAN enabled new cca5efe77a6a LoongArch: vDSO: Disable UBSAN instrumentation new 547ab8fc4cb0 Merge tag 'loongarch-fixes-6.8-2' of git://git.kernel.org/ [...]
The 31 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: arch/loongarch/Kconfig | 23 +---- arch/loongarch/include/asm/acpi.h | 4 +- arch/loongarch/kernel/acpi.c | 4 +- arch/loongarch/mm/kasan_init.c | 3 + arch/loongarch/vdso/Makefile | 1 + arch/riscv/include/uapi/asm/kvm.h | 27 ++++++ arch/riscv/kvm/vcpu_onereg.c | 54 ++++++++++++ arch/s390/kvm/priv.c | 8 +- arch/s390/kvm/vsie.c | 1 - arch/s390/mm/gmap.c | 1 + arch/x86/include/asm/coco.h | 5 +- arch/x86/include/asm/kvm_host.h | 2 + arch/x86/kernel/kvm.c | 3 +- arch/x86/kvm/hyperv.c | 50 +++++++++++ arch/x86/kvm/hyperv.h | 3 + arch/x86/kvm/x86.c | 7 ++ fs/nfsd/nfs4state.c | 11 ++- tools/testing/selftests/kvm/riscv/get-reg-list.c | 108 +++++++++++++++++++++++ 18 files changed, 278 insertions(+), 37 deletions(-)