Hi Bart, Here's updated series of bug fixes for target code in the driver. Please consider this for target-pending. Changes from v2 --> v3 o Added Reviewed-by tag for Christoph to complete series. o Fixed sparse warning for patch to collect ATIO-Q in firmware dump. o Fixed comment style and field for corrupted ATIO patch. o Fixed minor usage of cpu_to_le32() instead of __constant_cpu_to_le32() o Added description for patch which addresses NULL pointer access. Changes from v1 --> v2 o Updated patches to remove braces. o Added description for the patch reqeusted. Thanks, Himanshu Himanshu Madhani (3): qla2xxx: Include ATIO queue in firmware dump when in target mode qla2xxx: Set tcm_qla2xxx version to automatically track qla2xxx version. qla2xxx: Reset reserved field in firmware options to 0. Quinn Tran (7): qla2xxx: Fix wrong IOCB type assumption. qla2xxx: Collect additional information to debug fw dump. qla2xxx: Fix crash due to null pointer access. qla2xxx: Terminate exchange if corruputed. qla2xxx: Reduce exess wait during chip reset qla2xxx: Fix invalid handle erroneous message. qla2xxx: Disable Out-of-order processing by default in Firmware drivers/scsi/qla2xxx/qla_def.h | 3 ++- drivers/scsi/qla2xxx/qla_init.c | 4 +-- drivers/scsi/qla2xxx/qla_isr.c | 4 +++ drivers/scsi/qla2xxx/qla_mbx.c | 27 ++++++++++++++----- drivers/scsi/qla2xxx/qla_os.c | 16 ++++++++--- drivers/scsi/qla2xxx/qla_target.c | 54 +++++++++++++++++++++++++------------- drivers/scsi/qla2xxx/qla_target.h | 22 +++++++++++++++- drivers/scsi/qla2xxx/qla_tmpl.c | 24 +++++++++++++++++ drivers/scsi/qla2xxx/tcm_qla2xxx.c | 4 +-- drivers/scsi/qla2xxx/tcm_qla2xxx.h | 1 - 10 files changed, 123 insertions(+), 36 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