Hi Linus, The following are target bugfixes for v3.1-rc1 that have been brewing in for-next since the initial drivers/target/iscsi merge last week. This includes an important fix in transport_generic_wait_for_tasks() to address an OOPs with direct I/O submission exception handling that iscsi-target was triggering during testing, a tcm_fc memory corruption bugfix from Kiran Patil to address failures with DDP HW offload enabled in the ft_recv_write_data() path, along with some other minor fixes from various folks. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/nab/target-pending.git for-next This tree is also available from kernel.org mirrors at: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git for-next This series has been made against the same linux-2.6.git HEAD: commit bbd9d6f7fbb0305c9a592bf05a32e87eb364a4ff Merge: 8e20487 5a9a436 Author: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> Date: Fri Jul 22 19:02:39 2011 -0700 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 Thanks! --nab Dan Carpenter (2): iscsi-target: Fix NULL dereference on allocation failure iscsi-target: strlen() doesn't count the terminator Kiran Patil (1): tcm_fc: Handle DDP/SW fc_frame_payload_get failures in ft_recv_write_data Nicholas Bellinger (6): iscsi-target: Fix uninitialized usage of cmd->pad_bytes iscsi-target: Fix snprintf usage with MAX_PORTAL_LEN iscsi-target: Fix CONFIG_SMP=n and CONFIG_MODULES=n build failure MAINTAINERS: Add target-devel list for drivers/target/ target: Fix WRITE_SAME_16 lba assignment breakage target: Fix bug for transport_generic_wait_for_tasks with direct operation Randy Dunlap (1): target: iscsi_target depends on NET MAINTAINERS | 1 + drivers/target/iscsi/Kconfig | 1 + drivers/target/iscsi/iscsi_target.c | 15 ++- drivers/target/iscsi/iscsi_target_configfs.c | 2 +- drivers/target/iscsi/iscsi_target_nego.c | 2 +- drivers/target/target_core_transport.c | 33 +++++++- drivers/target/tcm_fc/tcm_fc.h | 5 + drivers/target/tcm_fc/tfc_cmd.c | 1 + drivers/target/tcm_fc/tfc_io.c | 121 +++++++++++++++----------- 9 files changed, 122 insertions(+), 59 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