Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 updates from Heiko Carstens: - Add missing Kconfig option for ftrace direct multi sample, so it can be compiled again, and also add s390 support for this sample. - Update Christian Borntraeger's email address. - Various fixes for memory layout setup. Besides other this makes it possible to load shared DCSS segments again. - Fix copy to user space of swapped kdump oldmem. - Remove -mstack-guard and -mstack-size compile options when building vdso binaries. This can happen when CONFIG_VMAP_STACK is disabled and results in broken vdso code which causes more or less random exceptions. Also remove the not needed -nostdlib option. - Fix memory leak on cpu hotplug and return code handling in kexec code. - Wire up futex_waitv system call. - Replace snprintf with sysfs_emit where appropriate. * tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: ftrace/samples: add s390 support for ftrace direct multi sample ftrace/samples: add missing Kconfig option for ftrace direct multi sample MAINTAINERS: update email address of Christian Borntraeger s390/kexec: fix memory leak of ipl report buffer s390/kexec: fix return code handling s390/dump: fix copying to user-space of swapped kdump oldmem s390: wire up sys_futex_waitv system call s390/vdso: filter out -mstack-guard and -mstack-size s390/vdso: remove -nostdlib compiler flag s390: replace snprintf in show functions with sysfs_emit s390/boot: simplify and fix kernel memory layout setup s390/setup: re-arrange memblock setup s390/setup: avoid using memblock_enforce_memory_limit s390/setup: avoid reserving memory above identity mapping
No related branches found
No related tags found
Showing
- .mailmap 3 additions, 0 deletions.mailmap
- MAINTAINERS 2 additions, 2 deletionsMAINTAINERS
- arch/s390/Kconfig 2 additions, 1 deletionarch/s390/Kconfig
- arch/s390/Makefile 6 additions, 4 deletionsarch/s390/Makefile
- arch/s390/boot/startup.c 31 additions, 57 deletionsarch/s390/boot/startup.c
- arch/s390/include/asm/kexec.h 6 additions, 0 deletionsarch/s390/include/asm/kexec.h
- arch/s390/kernel/crash_dump.c 2 additions, 2 deletionsarch/s390/kernel/crash_dump.c
- arch/s390/kernel/ipl.c 2 additions, 1 deletionarch/s390/kernel/ipl.c
- arch/s390/kernel/machine_kexec_file.c 17 additions, 1 deletionarch/s390/kernel/machine_kexec_file.c
- arch/s390/kernel/setup.c 5 additions, 17 deletionsarch/s390/kernel/setup.c
- arch/s390/kernel/syscalls/syscall.tbl 1 addition, 0 deletionsarch/s390/kernel/syscalls/syscall.tbl
- arch/s390/kernel/vdso32/Makefile 1 addition, 1 deletionarch/s390/kernel/vdso32/Makefile
- arch/s390/kernel/vdso64/Makefile 4 additions, 3 deletionsarch/s390/kernel/vdso64/Makefile
- arch/x86/Kconfig 1 addition, 1 deletionarch/x86/Kconfig
- drivers/s390/block/dasd_devmap.c 38 additions, 38 deletionsdrivers/s390/block/dasd_devmap.c
- drivers/s390/char/raw3270.c 6 additions, 6 deletionsdrivers/s390/char/raw3270.c
- drivers/s390/cio/chp.c 1 addition, 1 deletiondrivers/s390/cio/chp.c
- samples/Kconfig 10 additions, 1 deletionsamples/Kconfig
- samples/Makefile 1 addition, 1 deletionsamples/Makefile
- samples/ftrace/Makefile 1 addition, 1 deletionsamples/ftrace/Makefile
Loading
Please register or sign in to comment