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 v1: - Added Reviewed-by tags for patches 1,2 - Fixed compilation error after testing patch #3 on scsi/for-next branch. Moved scsi_sense_desc_find() to scsi_common as well (dependency) and also moved <asm/unaligned.h> include to scsi_common.h 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 | 98 ++++++++ drivers/scsi/scsi_error.c | 99 +------- drivers/target/target_core_spc.c | 31 +-- drivers/target/target_core_transport.c | 398 ++++++++++++--------------------- include/scsi/scsi_common.h | 5 + include/scsi/scsi_eh.h | 7 +- include/target/target_core_base.h | 9 +- 7 files changed, 255 insertions(+), 392 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