Hello Linus, please pull s390 changes for 5.3-rc3.
Thank you, Vasily The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b: Linux 5.3-rc2 (2019-07-28 12:47:02 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-5.3-4 for you to fetch changes up to 3cdd98606750a5a1d1c8bcda5b481cb86ed67b3b: s390/zcrypt: adjust switch fall through comments for -Wimplicit-fallthrough (2019-08-02 13:58:23 +0200) ---------------------------------------------------------------- s390 updates for 5.3-rc3 - Default configs updates. - Minor qdio cleanup. - Sparse warnings fixes. - Implicit-fallthrough warnings fixes. ---------------------------------------------------------------- Heiko Carstens (3): s390: update configs s390/mm: add fallthrough annotations s390/tape: add fallthrough annotations Julian Wiedmann (1): s390: clean up qdio.h Vasily Gorbik (8): s390/boot: add missing declarations and includes s390/lib: add missing include s390/perf: make cf_diag_csd static s390/kexec: add missing include to machine_kexec_reloc.c s390/mm: make gmap_test_and_clear_dirty_pmd static s390/3215: add switch fall through comment for -Wimplicit-fallthrough vfio-ccw: make vfio_ccw_async_region_ops static s390/zcrypt: adjust switch fall through comments for -Wimplicit-fallthrough arch/s390/boot/boot.h | 1 + arch/s390/boot/kaslr.c | 1 + arch/s390/configs/debug_defconfig | 330 ++++++++++++++++++++------------- arch/s390/configs/defconfig | 233 ++++++++++++++--------- arch/s390/configs/zfcpdump_defconfig | 31 ++-- arch/s390/include/asm/qdio.h | 10 +- arch/s390/include/asm/setup.h | 1 + arch/s390/kernel/machine_kexec_reloc.c | 1 + arch/s390/kernel/perf_cpum_cf_diag.c | 2 +- arch/s390/lib/xor.c | 1 + arch/s390/mm/fault.c | 3 + arch/s390/mm/gmap.c | 4 +- drivers/s390/char/con3215.c | 1 + drivers/s390/char/tape_core.c | 3 + drivers/s390/cio/vfio_ccw_async.c | 2 +- drivers/s390/crypto/ap_queue.c | 1 + drivers/s390/crypto/zcrypt_msgtype6.c | 17 +- 17 files changed, 392 insertions(+), 250 deletions(-)