[GIT PULL] s390 updates for 5.17-rc7

From: Vasily Gorbik
Date: Sat Mar 05 2022 - 06:45:49 EST


Hello Linus,

please pull s390 changes for 5.17-rc7.

Thank you,
Vasily

The following changes since commit dd9cb842fa9d90653a9b48aba52f89c069f3bc50:

s390/cio: verify the driver availability for path_event call (2022-02-09 22:55:01 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-5.17-5

for you to fetch changes up to c194dad21025dfd043210912653baab823bdff67:

s390/extable: fix exception table sorting (2022-03-01 20:41:28 +0100)

----------------------------------------------------------------
s390 updates for 5.17-rc7

- Fix HAVE_DYNAMIC_FTRACE_WITH_ARGS implementation by providing correct
switching between ftrace_caller/ftrace_regs_caller and supplying pt_regs
only when ftrace_regs_caller is activated.

- Fix exception table sorting.

- Fix breakage of kdump tooling by preserving metadata it cannot function
without.

----------------------------------------------------------------
Alexander Egorenkov (1):
s390/setup: preserve memory at OLDMEM_BASE and OLDMEM_SIZE

Heiko Carstens (3):
s390/ftrace: fix ftrace_caller/ftrace_regs_caller generation
s390/ftrace: fix arch_ftrace_get_regs implementation
s390/extable: fix exception table sorting

arch/s390/include/asm/extable.h | 9 +++++++--
arch/s390/include/asm/ftrace.h | 10 ++++++----
arch/s390/include/asm/ptrace.h | 2 ++
arch/s390/kernel/ftrace.c | 37 ++++++++++++++++++++++++++++++++++++-
arch/s390/kernel/mcount.S | 9 +++++++++
arch/s390/kernel/setup.c | 2 ++
6 files changed, 62 insertions(+), 7 deletions(-)