From: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> Hi James, Please pull the followup set of target fixes rebased against scsi-post-merge for .38 here: git://git.kernel.org/pub/scm/linux/kernel/git/nab/scsi-post-merge-2.6.git master This includes an important bugfix for TMR LUN_RESET specific to fabric modules that go into uninterruptible sleep waiting for an unsolicited data out buffer to become ready (eg: SW iSCSI), a minor cleanup to convert the last simple_strtoul() -> strict_strtoul() in target_core_fabric_configfs.c, and configfs kbuild dependency change to include sysfs (by default) to fix a build warning reported by rdd and recently ACK'ed by jlbec. Thanks! Signed-off-by: Nicholas A. Bellinger <nab@xxxxxxxxxxxxxxx> Nicholas Bellinger (3): target: Call transport_new_cmd_failure() while draining qobj_list during LUN_RESET target: Convert remaining usage of simple_strtoul -> strict_strtoul configfs: change depends -> select SYSFS drivers/target/target_core_fabric_configfs.c | 41 +++++++++++-------------- drivers/target/target_core_tmr.c | 9 ++++++ drivers/target/target_core_transport.c | 3 +- fs/configfs/Kconfig | 14 ++++---- include/target/target_core_transport.h | 1 + 5 files changed, 36 insertions(+), 32 deletions(-) -- 1.7.3.5 -- 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