[GIT PULL] s390 updates for 6.14-rc6

From: Vasily Gorbik
Date: Fri Mar 07 2025 - 18:14:13 EST


Hello Linus,

please pull s390 fixes for 6.14-rc6. There is also a vDSO selftest fix
for s390, acked by Shuah Khan.

Thank you,
Vasily

The following changes since commit c3a589fd9fcbf295a7402a4b188dc9277d505f4f:

s390/boot: Fix ESSA detection (2025-02-18 18:49:24 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.14-6

for you to fetch changes up to b4a1dec11793936ffe1a9fb811724532ff3b1174:

s390/ftrace: Fix return address recovery of traced function (2025-03-04 17:15:19 +0100)

----------------------------------------------------------------
s390 updates for 6.14-rc6

- Fix return address recovery of traced function in ftrace to ensure
reliable stack unwinding

- Fix compiler warnings and runtime crashes of vDSO selftests on s390 by
introducing a dedicated GNU hash bucket pointer with correct 32-bit
entry size

- Fix test_monitor_call() inline asm, which misses CC clobber, by
switching to an instruction that doesn't modify CC

----------------------------------------------------------------
Heiko Carstens (1):
s390/traps: Fix test_monitor_call() inline assembly

Sumanth Korikkar (1):
s390/ftrace: Fix return address recovery of traced function

Thomas Weißschuh (1):
selftests/vDSO: Fix GNU hash table entry size for s390x

arch/s390/kernel/ftrace.c | 3 ++-
arch/s390/kernel/traps.c | 6 +++---
tools/testing/selftests/vDSO/parse_vdso.c | 10 +++++-----
3 files changed, 10 insertions(+), 9 deletions(-)