Hi Linus, please pull more s390 updates for the 6.17 merge window. Thanks, Alexander The following changes since commit bc46b7cbc58c4cb562b6a45a1fbc7b8e7b23df58: Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2025-07-29 20:17:08 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.17-2 for you to fetch changes up to 2baf16f381decee303da406ca5a0991134260270: s390/debug: Fix typo in debug_sprintf_format_fn() comment (2025-08-06 17:18:27 +0200) ---------------------------------------------------------------- more s390 updates for 6.17 merge window - Support MMIO read/write tracing - Enable THP swapping and THP migration - Unmask SLCF bit ("stateless command filtering") introduced with CEX8 cards, so that user space applications like lszcrypt could evaluate and list this feature - Fix the value of high_memory variable, so it considers possible tailing offline memory blocks - Make vmem_pte_alloc() consistent and always allocate memory of PAGE_SIZE for page tables. This ensures a page table occupies the whole page, as the rest of the code assumes - Fix kernel image end address in the decompressor debug output - Fix a typo in debug_sprintf_format_fn() comment ---------------------------------------------------------------- Alexander Gordeev (1): s390/mm: Set high_memory at the end of the identity mapping Gerald Schaefer (1): s390/mm: Enable THP_SWAP and THP_MIGRATION Harald Freudenberger (1): s390/ap: Unmask SLCF bit in card and queue ap functions sysfs Mikhail Zaslonko (1): s390/boot: Fix startup debugging log Steffen Maier (1): s390: Support CONFIG_TRACE_MMIO_ACCESS Sumanth Korikkar (1): s390/mm: Allocate page table with PAGE_SIZE granularity Tigran Mkrtchyan (1): s390/debug: Fix typo in debug_sprintf_format_fn() comment arch/s390/Kconfig | 3 +++ arch/s390/boot/startup.c | 2 +- arch/s390/include/asm/ap.h | 2 +- arch/s390/include/asm/pgtable.h | 45 +++++++++++++++++++++++++++++++++++++++++ arch/s390/kernel/debug.c | 2 +- arch/s390/kernel/setup.c | 6 ++++++ arch/s390/mm/vmem.c | 5 ++--- drivers/s390/crypto/ap_bus.h | 2 +- 8 files changed, 60 insertions(+), 7 deletions(-)