[GIT PULL] s390 updates for 6.11-rc2
From: Vasily Gorbik
Date: Fri Aug 02 2024 - 10:01:28 EST
Hello Linus,
please pull s390 changes for 6.11-rc2.
Thank you,
Vasily
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.11-3
for you to fetch changes up to 33bd8d153c337ba9b30a2e5994437ca703ab4ed8:
s390: Keep inittext section writable (2024-07-31 16:30:20 +0200)
----------------------------------------------------------------
s390 updates for 6.11-rc2
- Remove unused empty CPU alternatives header file
- Fix recently and erroneously removed exception handling when loading
an invalid floating point register
- Couple of ptdump fixes to reflect the recent changes due to the
uncoupling of physical vs virtual kernel address spaces
- Couple of changes to avoid the unnecessary splitting of large pages
in kernel mappings
- Add the missing MODULE_DESCRIPTION for the CIO modules
----------------------------------------------------------------
Heiko Carstens (8):
s390/fpu: Re-add exception handling in load_fpu_state()
s390/alternatives: Remove unused empty header file
s390/mm/ptdump: Fix handling of identity mapping area
s390/mm/ptdump: Add support for relocated lowcore mapping
s390/mm/ptdump: Improve sorting of markers
s390/mm: Get rid of RELOC_HIDE()
s390/vmlinux.lds.S: Move ro_after_init section behind rodata section
s390: Keep inittext section writable
Jeff Johnson (1):
s390/cio: Add missing MODULE_DESCRIPTION() macros
arch/s390/kernel/alternative.h | 0
arch/s390/kernel/fpu.c | 2 +-
arch/s390/kernel/vmlinux.lds.S | 17 ++---
arch/s390/mm/dump_pagetables.c | 140 +++++++++++++++++++++++-----------------
arch/s390/mm/init.c | 9 +--
arch/s390/mm/vmem.c | 13 +---
drivers/s390/cio/ccwgroup.c | 1 +
drivers/s390/cio/vfio_ccw_drv.c | 1 +
8 files changed, 95 insertions(+), 88 deletions(-)
delete mode 100644 arch/s390/kernel/alternative.h