This small patchset addresses some issues with descriptor format sense data. Patch 1 fixes wrong additional sense length for descriptor format information field. Patch 2 protects against buffer overflow in scsi_set_information_sense (reported by Hannes). Patch 3 converts the target stack to report descriptor format sense data to avoid 64bit sector info truncation (reported by hch). Sagi Grimberg (3): scsi: Fix wrong additional sense length in descriptor format scsi: Protect against buffer possible overflow in scsi_set_sense_information target: Return descriptor format sense data drivers/ata/libata-scsi.c | 4 +++- drivers/scsi/scsi_common.c | 15 +++++++++++++-- drivers/target/target_core_spc.c | 11 ++++++++--- drivers/target/target_core_transport.c | 16 ++++++++++++---- include/scsi/scsi_common.h | 2 +- 5 files changed, 37 insertions(+), 11 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