From: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> Hi Linus, Here are the target updates for v3.0-rc5 that have been marinating in lio-core-2.6.git for a few weeks now, and are ready for you to pull. It includes a OOPs bugfix for task management exception handling in target core, a bugfix for incorrect TMR LUN lookup in tcm_fc fixed by Kiran, a series from Dan to address issues with ERR_PTR dereferencing + strlen usage + possible deadlock fix, and Roland's spin_lock_irq() -> irqsave() change required for certain cases in HW target mode operation in order prevent from re-enabling interrupts that have already been disabled with a seperate irqsave() call. This series has been made against the following HEAD: commit 56299378726d5f2ba8d3c8cbbd13cb280ba45e4f Author: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> Date: Mon Jun 20 20:25:46 2011 -0700 Linux 3.0-rc4 Please pull go ahead and pull from: git://git.kernel.org/pub/scm/linux/kernel/git/nab/scsi-post-merge-2.6.git for-linus Thanks! Signed-off-by: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> Dan Carpenter (4): target: Fix ERR_PTR dereferencing bugs target: Drop bogus ERR_PTR usage in target_fabric_configfs_init target: Fix incorrect strlen() NULL terminator checks tcm_fc: Fix possible lock to unlock type deadlock Kiran Patil (1): tcm_fc: Fix ft_send_tm LUN lookup OOPs Nicholas Bellinger (2): target: Fix transport_get_lun_for_tmr failure cases tcm_fc: Fix conversion spec warning Roland Dreier (1): target: Convert transport_deregister_session_configfs nacl_sess_lock to save irq state drivers/target/loopback/tcm_loop.c | 13 ++++-- drivers/target/target_core_configfs.c | 24 ++++++------ drivers/target/target_core_device.c | 5 +- drivers/target/target_core_pr.c | 6 +- drivers/target/target_core_tmr.c | 8 +++- drivers/target/target_core_transport.c | 6 +- drivers/target/tcm_fc/tcm_fc.h | 2 +- drivers/target/tcm_fc/tfc_cmd.c | 64 ++++++++++++++++--------------- drivers/target/tcm_fc/tfc_io.c | 2 +- drivers/target/tcm_fc/tfc_sess.c | 4 +- 10 files changed, 73 insertions(+), 61 deletions(-) -- 1.7.5.4 -- 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