]> Git Repo - linux.git/commit
s390: always use the packed stack layout
authorVasily Gorbik <[email protected]>
Fri, 28 Jan 2022 23:34:13 +0000 (00:34 +0100)
committerVasily Gorbik <[email protected]>
Tue, 1 Mar 2022 20:05:09 +0000 (21:05 +0100)
commit42b01a553a56d9bc7c75b700fd274f1ec4a3763f
tree271b1feda483bd44fcaa8ef6b3ae0ead79b5ab5d
parent9a4f03ad6d67b63e7d2a3fe16c30511f5fb80040
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 e2bc3e91d91e
("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 <[email protected]>
Signed-off-by: Vasily Gorbik <[email protected]>
arch/s390/Kconfig
arch/s390/Makefile
arch/s390/include/asm/stacktrace.h
arch/s390/kernel/mcount.S
arch/s390/net/bpf_jit_comp.c
This page took 0.060362 seconds and 4 git commands to generate.