-
- Downloads
Merge tag 's390-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull more s390 updates from Vasily Gorbik: - Fix KMSAN build breakage caused by the conflict between s390 and mm-stable trees - Add KMSAN page markers for ptdump - Add runtime constant support - Fix __pa/__va for modules under non-GPL licenses by exporting necessary vm_layout struct with EXPORT_SYMBOL to prevent linkage problems - Fix an endless loop in the CF_DIAG event stop in the CPU Measurement Counter Facility code when the counter set size is zero - Remove the PROTECTED_VIRTUALIZATION_GUEST config option and enable its functionality by default - Support allocation of multiple MSI interrupts per device and improve logging of architecture-specific limitations - Add support for lowcore relocation as a debugging feature to catch all null ptr dereferences in the kernel address space, improving detection beyond the current implementation's limited write access protection - Clean up and rework CPU alternatives to allow for callbacks and early patching for the lowcore relocation * tag 's390-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (39 commits) s390: Remove protvirt and kvm config guards for uv code s390/boot: Add cmdline option to relocate lowcore s390/kdump: Make kdump ready for lowcore relocation s390/entry: Make system_call() ready for lowcore relocation s390/entry: Make ret_from_fork() ready for lowcore relocation s390/entry: Make __switch_to() ready for lowcore relocation s390/entry: Make restart_int_handler() ready for lowcore relocation s390/entry: Make mchk_int_handler() ready for lowcore relocation s390/entry: Make int handlers ready for lowcore relocation s390/entry: Make pgm_check_handler() ready for lowcore relocation s390/entry: Add base register to CHECK_VMAP_STACK/CHECK_STACK macro s390/entry: Add base register to SIEEXIT macro s390/entry: Add base register to MBEAR macro s390/entry: Make __sie64a() ready for lowcore relocation s390/head64: Make startup code ready for lowcore relocation s390: Add infrastructure to patch lowcore accesses s390/atomic_ops: Disable flag outputs constraint for GCC versions below 14.2.0 s390/entry: Move SIE indicator flag to thread info s390/nmi: Simplify ptregs setup s390/alternatives: Remove alternative facility list ...
Showing
- Documentation/admin-guide/kernel-parameters.txt 0 additions, 3 deletionsDocumentation/admin-guide/kernel-parameters.txt
- arch/s390/Kconfig 0 additions, 11 deletionsarch/s390/Kconfig
- arch/s390/boot/Makefile 1 addition, 2 deletionsarch/s390/boot/Makefile
- arch/s390/boot/alternative.c 3 additions, 0 deletionsarch/s390/boot/alternative.c
- arch/s390/boot/boot.h 4 additions, 0 deletionsarch/s390/boot/boot.h
- arch/s390/boot/ipl_parm.c 3 additions, 0 deletionsarch/s390/boot/ipl_parm.c
- arch/s390/boot/startup.c 12 additions, 2 deletionsarch/s390/boot/startup.c
- arch/s390/boot/uv.c 0 additions, 8 deletionsarch/s390/boot/uv.c
- arch/s390/boot/uv.h 0 additions, 13 deletionsarch/s390/boot/uv.h
- arch/s390/boot/vmem.c 10 additions, 1 deletionarch/s390/boot/vmem.c
- arch/s390/configs/debug_defconfig 0 additions, 1 deletionarch/s390/configs/debug_defconfig
- arch/s390/configs/defconfig 0 additions, 1 deletionarch/s390/configs/defconfig
- arch/s390/include/asm/abs_lowcore.h 8 additions, 0 deletionsarch/s390/include/asm/abs_lowcore.h
- arch/s390/include/asm/alternative-asm.h 0 additions, 57 deletionsarch/s390/include/asm/alternative-asm.h
- arch/s390/include/asm/alternative.h 137 additions, 17 deletionsarch/s390/include/asm/alternative.h
- arch/s390/include/asm/atomic_ops.h 2 additions, 1 deletionarch/s390/include/asm/atomic_ops.h
- arch/s390/include/asm/facility.h 0 additions, 1 deletionarch/s390/include/asm/facility.h
- arch/s390/include/asm/kmsan.h 3 additions, 3 deletionsarch/s390/include/asm/kmsan.h
- arch/s390/include/asm/lowcore.h 29 additions, 3 deletionsarch/s390/include/asm/lowcore.h
- arch/s390/include/asm/nospec-branch.h 9 additions, 0 deletionsarch/s390/include/asm/nospec-branch.h
Loading
Please register or sign in to comment