From: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> Hi Greg-KH, Here are two iscsi-target patches from v3.11-rc1 that failed to apply for v3.10.y earlier this evening. This updated series applies on top of the four other iscsi-target patches currently in stable-queue/queue-3.10: iser-target-fix-isert_put_reject-payload-buffer-post.patch iscsi-target-fix-tfc_tpg_nacl_auth_cit-configfs-length-overflow.patch iser-target-fix-session-reset-bug-with-rdma_cm_event_disconnected.patch iscsi-target-fix-iscsi_op_scsi_tmfunc-handling-for-iser.patch Again, apologies for the inconvience of patch #1 being larger than what you'd typically want to see for stable. Along with the actual OOP bugfixes, the remainder is a long overdue iscsit_add_reject() parameter cleanup that increased the diff stat to what you see below. However, the net result is still -60 LOC for patch #1, and v3.10.y being closer to mainline makes my life easier (and hopefully yours too) for any subsequent v3.10.y iscsi-target bugfixes. So that said, please consider including these into queue-3.10. Thank you, --nab Nicholas Bellinger (2): iscsi-target: Fix iscsit_add_reject* usage for iser iscsi-target: Fix iscsit_sequence_cmd reject handling for iser drivers/infiniband/ulp/isert/ib_isert.c | 7 +- drivers/target/iscsi/iscsi_target.c | 301 +++++++++++++----------------- drivers/target/iscsi/iscsi_target.h | 2 +- drivers/target/iscsi/iscsi_target_core.h | 4 +- drivers/target/iscsi/iscsi_target_erl0.c | 7 +- drivers/target/iscsi/iscsi_target_erl1.c | 26 ++-- drivers/target/iscsi/iscsi_target_util.c | 27 ++- drivers/target/iscsi/iscsi_target_util.h | 3 +- include/target/iscsi/iscsi_transport.h | 5 +- 9 files changed, 176 insertions(+), 206 deletions(-) -- 1.7.2.5 -- 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