Hello Linus, please pull s390 changes for 6.0-rc4. Thank you, Vasily The following changes since commit b90cb1053190353cc30f0fef0ef1f378ccc063c5: Linux 6.0-rc3 (2022-08-28 15:05:29 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.0-3 for you to fetch changes up to 7c8d42fdf1a84b1a0dd60d6528309c8ec127e87c: s390/hugetlb: fix prepare_hugepage_range() check for 2 GB hugepages (2022-08-30 21:57:07 +0200) ---------------------------------------------------------------- s390 updates for 6.0-rc4 - Update defconfigs. - Fix linker script to align nospec tables correctly to avoid potentially unbootable kernel with some config options. - Fix alignment check in prepare_hugepage_range() for 2GB hugepages to avoid BUG in __unmap_hugepage_range() for unaligned mappings later. - Remove useless hugepage address alignment in hugetlb faults handling. ---------------------------------------------------------------- Gerald Schaefer (2): s390/mm: remove useless hugepage address alignment s390/hugetlb: fix prepare_hugepage_range() check for 2 GB hugepages Heiko Carstens (1): s390: update defconfigs Josh Poimboeuf (1): s390: fix nospec table alignments arch/s390/configs/debug_defconfig | 53 ++++++++++++++++++++---------------- arch/s390/configs/defconfig | 49 ++++++++++++++++++--------------- arch/s390/configs/zfcpdump_defconfig | 6 ++-- arch/s390/include/asm/hugetlb.h | 6 ++-- arch/s390/kernel/vmlinux.lds.S | 1 + arch/s390/mm/fault.c | 2 -- 6 files changed, 65 insertions(+), 52 deletions(-)