Hello Linus, please pull s390 changes for 5.17-rc2. Thank you, Vasily The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-5.17-3 for you to fetch changes up to 663d34c8df98740f1e90241e78e456d00b3c6cad: s390/hypfs: include z/VM guests with access control group set (2022-01-26 18:42:39 +0100) ---------------------------------------------------------------- s390 updates for 5.17-rc2 - Fix loading of modules with lots of relocations and add a regression test for it. - Fix machine check handling for vector validity and guarded storage validity failures in KVM guests. - Fix hypervisor performance data to include z/VM guests with access control group set. - Fix z900 build problem in uaccess code. - Update defconfigs. ---------------------------------------------------------------- Christian Borntraeger (2): s390/nmi: handle guarded storage validity failures for KVM guests s390/nmi: handle vector validity failures for KVM guests Heiko Carstens (2): s390/uaccess: fix compile error s390: update defconfigs Ilya Leoshkevich (2): s390/module: fix loading modules with a lot of relocations s390/module: test loading modules with a lot of relocations Vasily Gorbik (1): s390/hypfs: include z/VM guests with access control group set arch/s390/Kconfig | 15 +++++++++++ arch/s390/configs/debug_defconfig | 20 +++++++-------- arch/s390/configs/defconfig | 16 +++++++----- arch/s390/configs/zfcpdump_defconfig | 3 +++ arch/s390/hypfs/hypfs_vm.c | 6 +++-- arch/s390/include/asm/uaccess.h | 4 +-- arch/s390/kernel/module.c | 37 +++++++++++++------------- arch/s390/kernel/nmi.c | 27 +++++++++++++++---- arch/s390/lib/Makefile | 3 +++ arch/s390/lib/test_modules.c | 35 +++++++++++++++++++++++++ arch/s390/lib/test_modules.h | 50 ++++++++++++++++++++++++++++++++++++ arch/s390/lib/test_modules_helpers.c | 13 ++++++++++ 12 files changed, 184 insertions(+), 45 deletions(-) create mode 100644 arch/s390/lib/test_modules.c create mode 100644 arch/s390/lib/test_modules.h create mode 100644 arch/s390/lib/test_modules_helpers.c