This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9f867ba24d36 Merge tag '6.15-rc-part2-smb3-client-fixes' of git://git.s [...] new 121df45b37a1 s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation new 1f266fd704ef s390/lowcore: Remove unused machine_flags new 8691abd3afaa s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFs new d10493787421 s390/kvm: Split kvm_host header file new 5eeec5694514 s390/asm-offsets: Include ftrace_regs.h instead of ftrace.h new b9be1bee2f27 s390/asm-offsets: Remove ASM_OFFSETS_C new 3232f1c80865 s390/processor: Use bitop functions for cpu flag helper functions new 991a20173a1f s390: Fix linker error when -no-pie option is unavailable new 1018424ace7e s390/smp: Add support for HOTPLUG_SMT new af6bfcd1698d s390/mm: Dump fault info in case of low address protection fault new 807c27430354 s390/pci: Fix dev.dma_range_map missing sentinel element new d33d729afcc8 s390/vfio-ap: Fix no AP queue sharing allowed message writ [...] new dd9db3bff8ec Merge tag 's390-6.15-2' of git://git.kernel.org/pub/scm/li [...] new 12e0b15b1986 crypto: inside-secure/eip93 - acquire lock on eip93_put_de [...] new a8662bcd2ff1 Merge tag 'v6.15-p3' of git://git.kernel.org/pub/scm/linux [...]
The 15 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/admin-guide/kernel-parameters.txt | 4 +- arch/s390/Kconfig | 1 + arch/s390/Makefile | 2 +- arch/s390/include/asm/kvm_host.h | 339 +-------------------- .../s390/include/asm/kvm_host_types.h | 212 +++++++++---- arch/s390/include/asm/lowcore.h | 4 +- arch/s390/include/asm/processor.h | 19 +- arch/s390/include/asm/thread_info.h | 3 - arch/s390/include/asm/topology.h | 6 + arch/s390/kernel/asm-offsets.c | 7 +- arch/s390/kernel/dumpstack.c | 1 + arch/s390/kernel/early.c | 1 + arch/s390/kernel/entry.S | 2 +- arch/s390/kernel/setup.c | 1 - arch/s390/kernel/smp.c | 9 +- arch/s390/kernel/stacktrace.c | 1 + arch/s390/mm/fault.c | 1 + arch/s390/mm/pfault.c | 1 + arch/s390/pci/pci_bus.c | 27 +- drivers/crypto/inside-secure/eip93/eip93-hash.c | 3 +- drivers/s390/crypto/vfio_ap_ops.c | 72 +++-- 21 files changed, 251 insertions(+), 465 deletions(-) copy tools/testing/selftests/kvm/include/s390/sie.h => arch/s390/include/asm/kvm_h [...]