This patch set modifies the target sense data handling. The main changes are that the sense data handling moved to translate_sense_reason() and the sense reason switch statement was converted to a table. In addition the sense buffer construction is now done with scsi sense helpers which moved to scsi_common. In addition t10-pi errors wrong sense setting (non-descriptor format) was fixed. Changes from v0: - Added Bart's patches and converted my patch to apply over his - Moved scsi sense helpers to scsi_common Bart Van Assche (2): target: Inline transport_get_sense_codes() target: Split transport_send_check_condition_and_sense() Sagi Grimberg (1): target: Use scsi helpers to build the sense data correctly drivers/scsi/scsi_common.c | 58 +++++ drivers/scsi/scsi_error.c | 58 ----- drivers/target/target_core_spc.c | 31 +-- drivers/target/target_core_transport.c | 398 ++++++++++++--------------------- include/scsi/scsi_common.h | 3 + include/scsi/scsi_eh.h | 4 +- include/target/target_core_base.h | 9 +- 7 files changed, 212 insertions(+), 349 deletions(-) -- 1.8.4.3 -- 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