[GIT PULL] s390 updates for 6.10-rc4

From: Vasily Gorbik
Date: Fri Jun 14 2024 - 19:02:20 EST


Hello Linus,

please pull s390 changes for 6.10-rc4.

Thank you,
Vasily

The following changes since commit 01c51a32dc18f128d2e55a7b2128b77fc01a2285:

KVM: s390x: selftests: Add shared zeropage test (2024-06-05 17:03:24 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.10-4

for you to fetch changes up to 693d41f7c938f92d881e6a51525e6c132a186afd:

s390/mm: Restore mapping of kernel image using large pages (2024-06-11 16:20:40 +0200)

----------------------------------------------------------------
s390 updates for 6.10-rc4

- A couple of fixes for regressions resulting from the uncoupling of
physical vs virtual kernel address spaces: fix the mapping of the
kernel image using large pages; enforce alignment checks on physical
addresses before creating large pages

- Update defconfigs

----------------------------------------------------------------
Alexander Gordeev (2):
s390/mm: Allow large pages only for aligned physical addresses
s390/mm: Restore mapping of kernel image using large pages

Heiko Carstens (1):
s390: Update defconfigs

arch/s390/boot/startup.c | 27 +++++++++++++++++++---
arch/s390/boot/vmem.c | 12 +++++++---
arch/s390/boot/vmlinux.lds.S | 1 +
arch/s390/configs/debug_defconfig | 43 ++++++++++++++++++++++++++++--------
arch/s390/configs/defconfig | 40 ++++++++++++++++++++++++++++-----
arch/s390/configs/zfcpdump_defconfig | 5 +----
6 files changed, 103 insertions(+), 25 deletions(-)