Hello James, Martin, here is a small set of changes for the zFCP device driver. These are basically follow-up changes I made after the fix I send in <979f6e6019d15f91ba56182f1aaf68d61bf37fc6.1668595505.git.bblock@xxxxxxxxxxxxx> that refactor some related areas in the driver, and add some additional tracing if we ever should run into a similar situation somehow. It would be nice, if you could still include them for v6.3. Not sure if I'm too late already. Benjamin Block (3): zfcp: make the type for accessing request hashtable buckets size_t zfcp: change the type of all fsf request id fields and variables to u64 zfcp: trace when request remove fails after qdio send fails drivers/s390/scsi/zfcp_dbf.c | 46 ++++++++++++++++++++++++++++++-- drivers/s390/scsi/zfcp_def.h | 6 ++--- drivers/s390/scsi/zfcp_ext.h | 5 +++- drivers/s390/scsi/zfcp_fsf.c | 22 ++++++++------- drivers/s390/scsi/zfcp_qdio.h | 2 +- drivers/s390/scsi/zfcp_reqlist.h | 26 +++++++++--------- drivers/s390/scsi/zfcp_scsi.c | 2 +- 7 files changed, 80 insertions(+), 29 deletions(-) -- 2.39.2