From: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> Hi Folks, The following is a short series of that address some outstanding bugs that have been fixed over the last month in qla2xxx and tcm_qla2xxx code. These have been being discussed off-list, and are reasonable enough now to be included in lio-core-2.6.git The big one here in terms of changes to existing code is the active I/O session shutdown logic patch addresses a long-standing shortcoming of the qla2xxx / tcm_qla2xxx port for mainline target infrastructure. The other big one in terms of severity is the potential FCP WRITE data corruption bug on physical link layer failure. These resolution of patches have been driven by Roland & Co @ PureStorage, with the help of Madhu Iyengar. Thank you, --nab Nicholas Bellinger (3): qla2xxx/tcm_qla2xxx: Add active I/O session shutdown logic tcm_qla2xxx: Clear cmd_stop_free on exception in tcm_qla2xxx_free_cmd tcm_qla2xxx: Fix FCP WRITE data corruption bug drivers/scsi/qla2xxx/qla_target.c | 121 ++++++++++++++++++++--- drivers/scsi/qla2xxx/qla_target.h | 8 ++ drivers/target/tcm_qla2xxx/tcm_qla2xxx_fabric.c | 64 ++++++++++++- 3 files changed, 180 insertions(+), 13 deletions(-) -- 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html