Hi Bart, Christoph, Please consider this updated series for inclusion in target-pending. Changes from v1 --> v2 o Updated review comments and added Reviewed-by tags for necessary patches. o We left the one particular review comment to add helper routine to be addressed at later time in the follow up bug fixes pathes which we will be sending in few weeks. o Added patch to simplify SRB usage in driver. o Cleaned up warnings reported by sparse option w=1. I will be sending T10-DIF improvements and left over bug-fixes as a new series once these feature are accepted in target-pending. Please apply to target-pending. Thanks, Himanshu Himanshu Madhani (2): qla2xxx: Remove SRR code. qla2xxx: Remove unused reverse_ini_mode. Joe Carnuccio (1): qla2xxx: Simplify usage of SRB structure in driver. Quinn Tran (9): qla2xxx: Remove direct access of scsi_status field in se_cmd qla2xxx: Cleanup TMF code translation from qla_target. qla2xxx: Make trace flags more readable. qla2xxx: Fix wrong argument in sp done callback. qla2xxx: Use d_id instead of s_id for more clarity. qla2xxx: Track I-T nexus as single fc_port struct. qla2xxx: Add framework for Async fabric discovery. qla2xxx: Add Dual mode support in the driver qla2xxx: Improve RSCN handling in driver drivers/scsi/qla2xxx/qla_attr.c | 3 + drivers/scsi/qla2xxx/qla_bsg.c | 23 +- drivers/scsi/qla2xxx/qla_def.h | 305 ++++- drivers/scsi/qla2xxx/qla_dfs.c | 11 +- drivers/scsi/qla2xxx/qla_fw.h | 106 +- drivers/scsi/qla2xxx/qla_gbl.h | 72 +- drivers/scsi/qla2xxx/qla_gs.c | 726 +++++++++-- drivers/scsi/qla2xxx/qla_init.c | 1615 ++++++++++++++++++------ drivers/scsi/qla2xxx/qla_inline.h | 18 +- drivers/scsi/qla2xxx/qla_iocb.c | 167 ++- drivers/scsi/qla2xxx/qla_isr.c | 318 +++-- drivers/scsi/qla2xxx/qla_mbx.c | 235 ++-- drivers/scsi/qla2xxx/qla_mr.c | 48 +- drivers/scsi/qla2xxx/qla_os.c | 330 +++-- drivers/scsi/qla2xxx/qla_target.c | 2359 +++++++++++++++++------------------- drivers/scsi/qla2xxx/qla_target.h | 252 +--- drivers/scsi/qla2xxx/tcm_qla2xxx.c | 256 ++-- drivers/scsi/qla2xxx/tcm_qla2xxx.h | 4 +- 18 files changed, 4314 insertions(+), 2534 deletions(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html