[GIT PULL] s390 patches for the 5.7 merge window #2

From: Vasily Gorbik
Date: Fri Apr 10 2020 - 06:40:51 EST


Hello Linus,

please pull the second round of s390 fixes and features for 5.7.

Thank you,
Vasily

The following changes since commit ad0bf4eb91c2f9b93479b679e5472094ddb76da8:

Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2020-04-04 09:45:50 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux tags/s390-5.7-2

for you to fetch changes up to 2bc55eaeb88d30accfc1b6ac2708d4e4b81ca260:

s390/cio: generate delayed uevent for vfio-ccw subchannels (2020-04-06 14:02:28 +0200)

----------------------------------------------------------------
s390 updates for the 5.7 merge window #2

- The rest of fallthrough; annotations conversion.

- Couple of fixes for ADD uevents in the common I/O layer.

- Minor refactoring of the queued direct I/O code.

----------------------------------------------------------------
Cornelia Huck (2):
s390/cio: avoid duplicated 'ADD' uevents
s390/cio: generate delayed uevent for vfio-ccw subchannels

Joe Perches (1):
s390/mm: use fallthrough;

Julian Wiedmann (6):
s390/qdio: cleanly split alloc and establish
zfcp: inline zfcp_qdio_setup_init_data()
s390/qdio: allow for non-contiguous SBAL array in init_data
s390/qdio: remove cdev from init_data
s390/qdio: inline shared_ind()
s390/qdio: clear DSCI early for polling drivers

arch/s390/include/asm/qdio.h | 16 +++++-----
arch/s390/mm/fault.c | 2 --
drivers/s390/cio/device.c | 13 +++++---
drivers/s390/cio/qdio.h | 1 -
drivers/s390/cio/qdio_debug.c | 16 +---------
drivers/s390/cio/qdio_debug.h | 3 +-
drivers/s390/cio/qdio_main.c | 63 +++++++++++++++++++++++++------------
drivers/s390/cio/qdio_setup.c | 10 +++---
drivers/s390/cio/qdio_thinint.c | 28 ++---------------
drivers/s390/cio/vfio_ccw_drv.c | 5 +++
drivers/s390/net/qeth_core.h | 5 +--
drivers/s390/net/qeth_core_main.c | 65 ++++++++-------------------------------
drivers/s390/scsi/zfcp_qdio.c | 51 +++++++++++++-----------------
13 files changed, 110 insertions(+), 168 deletions(-)