]> git.baikalelectronics.ru Git - kernel.git/commit
s390: always use the packed stack layout
authorVasily Gorbik <gor@linux.ibm.com>
Fri, 28 Jan 2022 23:34:13 +0000 (00:34 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 1 Mar 2022 20:05:09 +0000 (21:05 +0100)
commit5144f04330e764fabaf1287428f79293e3dbdf02
tree271b1feda483bd44fcaa8ef6b3ae0ead79b5ab5d
parent6232394de4bfb687fcdd04d5975e8800214f31d7
s390: always use the packed stack layout

-mpacked-stack option has been supported by both minimum
gcc and clang versions for a while. With commit ef1cd226e05b
("scripts/min-tool-version.sh: Raise minimum clang version to 13.0.0
for s390") minimum clang version now also supports a combination
of flags -mpacked-stack -mbackchain -pg -mfentry and fulfills
all requirements to always enable the packed stack layout.

Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/Kconfig
arch/s390/Makefile
arch/s390/include/asm/stacktrace.h
arch/s390/kernel/mcount.S
arch/s390/net/bpf_jit_comp.c