From: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> Hi Greg-KH, The following series contains v3.14.y stable backports for a number of recent target patches from upstream code, that did not apply cleanly to your stable tree this week. Included are two prerequsite patches originally merged in v3.15 back in early 2014, that are required in order to backport the recent TMR LUN_RESET bug-fixes to current v3.14.y. Also included is Mike's recent WRITE_SAME/DISCARD conversion bug-fix for IBLOCK/FILEIO backends, following Kamal's earlier fix-up for 4.4.y. Please apply at your earliest convience. Thank you, --nab Alex Leung (1): target: Fix Task Aborted Status (TAS) handling Mike Christie (1): target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors Nicholas Bellinger (6): target: Add TFO->abort_task for aborted task resources release target: Fix LUN_RESET active TMR descriptor handling target: Fix LUN_RESET active I/O handling for ACK_KREF target: Fix TAS handling for multi-session se_node_acls target: Fix remote-port TMR ABORT + se_cmd fabric stop target: Fix race with SCF_SEND_DELAYED_TAS handling drivers/infiniband/ulp/isert/ib_isert.c | 19 ++ drivers/infiniband/ulp/srpt/ib_srpt.c | 9 + drivers/scsi/qla2xxx/tcm_qla2xxx.c | 16 ++ drivers/target/iscsi/iscsi_target.c | 13 ++ drivers/target/iscsi/iscsi_target_configfs.c | 8 + drivers/target/iscsi/iscsi_target_util.c | 4 +- drivers/target/iscsi/iscsi_target_util.h | 1 + drivers/target/loopback/tcm_loop.c | 6 + drivers/target/sbp/sbp_target.c | 6 + drivers/target/target_core_configfs.c | 4 + drivers/target/target_core_device.c | 43 ++++ drivers/target/target_core_file.c | 29 +-- drivers/target/target_core_iblock.c | 56 ++---- drivers/target/target_core_tmr.c | 150 ++++++++++---- drivers/target/target_core_transport.c | 289 +++++++++++++++++++-------- drivers/target/tcm_fc/tcm_fc.h | 1 + drivers/target/tcm_fc/tfc_cmd.c | 5 + drivers/target/tcm_fc/tfc_conf.c | 1 + drivers/usb/gadget/tcm_usb_gadget.c | 6 + drivers/vhost/scsi.c | 6 + include/target/iscsi/iscsi_transport.h | 1 + include/target/target_core_backend.h | 4 + include/target/target_core_base.h | 4 +- include/target/target_core_fabric.h | 1 + 24 files changed, 495 insertions(+), 187 deletions(-) -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html