Hello James, Martin, here is a series of changes for our zfcp driver for 5.11. Other than 2 smaller cleanups and clarifications for maintainability we have a refactoring of how zfcp uses s390's qdio layer, and we have a small feature improving our handling of out-of-band version changes to our adapters (or firmware). Especially the refactoring ("zfcp: lift Input Queue tasklet from qdio") would be nice to have, because we have other patches queued internally that depend on this, and because qdio patches go via the s390 tree, this creates a dependency for Heiko and Vasily. As always, feedback and reviews are appreciated :-) Julian Wiedmann (4): zfcp: lift Input Queue tasklet from qdio zfcp: clarify & assert the stat_lock locking in zfcp_qdio_send() zfcp: process Version Change events zfcp: handle event-lost notification for Version Change events Vasily Gorbik (1): zfcp: remove orphaned function declarations drivers/s390/scsi/zfcp_aux.c | 11 ++++++++ drivers/s390/scsi/zfcp_def.h | 1 + drivers/s390/scsi/zfcp_ext.h | 2 -- drivers/s390/scsi/zfcp_fsf.c | 19 ++++++++++++++ drivers/s390/scsi/zfcp_fsf.h | 11 ++++++++ drivers/s390/scsi/zfcp_qdio.c | 47 +++++++++++++++++++++++++++++++++++ drivers/s390/scsi/zfcp_qdio.h | 2 ++ 7 files changed, 91 insertions(+), 2 deletions(-) -- 2.26.2