Hello Linus, please pull s390 changes for 5.15-rc2. Thank you, Vasily The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-5.15-3 for you to fetch changes up to f5711f9df9242446feccf2bdb6fdc06a72ca1010: s390: remove WARN_DYNAMIC_STACK (2021-09-15 14:29:21 +0200) ---------------------------------------------------------------- s390 updates for 5.15-rc2 - Fix potential out-of-range access during secure boot facility detection. - Fully validate the VMA before calling follow_pte() in pci code. - Remove arch specific WARN_DYNAMIC_STACK config option. - Fix zcrypto kernel doc comments. - Update defconfigs. ---------------------------------------------------------------- Alexander Egorenkov (1): s390/sclp: fix Secure-IPL facility detection David Hildenbrand (1): s390/pci_mmio: fully validate the VMA before calling follow_pte() Heiko Carstens (3): s390: update defconfigs s390/ap: fix kernel doc comments s390: remove WARN_DYNAMIC_STACK arch/s390/Kconfig | 10 ---------- arch/s390/Makefile | 7 ------- arch/s390/configs/debug_defconfig | 8 +++++--- arch/s390/configs/defconfig | 5 ++++- arch/s390/pci/pci_mmio.c | 4 ++-- drivers/s390/char/sclp_early.c | 3 ++- drivers/s390/crypto/ap_bus.c | 3 ++- drivers/s390/crypto/ap_queue.c | 4 ++-- 8 files changed, 17 insertions(+), 27 deletions(-)