Hi Linus, Here is a -v2 PULL request for the current set of target-pending fixes for v3.11. These fixes have not hit mainline yet, so I'm resending them now to be sure they hit v3.11 before the merge window opens. Please let me know if you have any concerns with the series. The original PULL request from last Saturday is here: http://marc.info/?l=linux-kernel&m=137737916904812&w=2 Please go ahead and pull from: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master The first patch is to address a long standing issue where INQUIRY vendor + model response data was not correctly padded with ASCII spaces, causing MSFT and Falconstor multipath stacks to not function with our LUNs. The remaining patches are additional iscsi-target regression fixes for the post >= v3.10 iser-target changes. The second and third are failure cases that have appeared during further testing, and the forth is only reproducible with malformed NOP packets. The last three patches are CC'ed to stable, and the first one will be sent to Greg-KH separately. Thank you, --nab Nicholas Bellinger (4): target: Fix trailing ASCII space usage in INQUIRY vendor+model iscsi-target: Fix ImmediateData=Yes failure regression in >= v3.10 iscsi-target: Fix iscsit_transport reference leak during NP thread reset iscsi-target: Fix potential NULL pointer in solicited NOPOUT reject drivers/target/iscsi/iscsi_target.c | 17 ++++++++++------- drivers/target/iscsi/iscsi_target_login.c | 9 ++++----- drivers/target/target_core_spc.c | 9 ++++++--- 3 files changed, 20 insertions(+), 15 deletions(-) -- 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