]> git.itanic.dy.fi Git - linux-stable/commit
s390/stack: merge empty stack frame slots
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 30 May 2022 12:09:24 +0000 (14:09 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 1 Jun 2022 10:03:17 +0000 (12:03 +0200)
commitf037acb41dc9fc0f00521685b3250226d6f9b437
tree64a6dca535df5bef82081c0620eeb91e3cffcad7
parentd144182ed19af0bed4e4a73b51c7af9caccf6fa2
s390/stack: merge empty stack frame slots

Merge empty1 and empty2 arrays within the stack frame to one single
array. This is possible since with commit 42b01a553a56 ("s390: always
use the packed stack layout") the alternative stack frame layout is
gone.

Reviewed-by: Nico Boehr <nrb@linux.ibm.com>
Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/stacktrace.h
arch/s390/kernel/asm-offsets.c
arch/s390/kernel/perf_event.c