From: Roland Dreier <roland@xxxxxxxxxxxxxxx> Hi Nick, Here are a few patches I've come up with as I work on hardening the qla2xxx target here. The first two are pretty minor cleanups, then a fix for a lockdep problem, and finally a fix for the "DMAR: ..." errors we get with intel_iommu=on. If you want to merge directly, I have these patches in: master.kernel.org:/pub/scm/linux/kernel/git/roland/lio.git for-nick This tree is also available from kernel.org mirrors at: git://git.kernel.org/pub/scm/linux/kernel/git/roland/lio.git for-nick Roland Dreier (4): target: Print subpage too for unhandled MODE SENSE pages target: init/exit functions should not be protected by "#ifdef MODULE" target: Make loging in transport_deregister_session() IRQ safe tcm_qla2xxx: Fix confusion about DMA mapping direction drivers/target/target_core_cdb.c | 4 +- drivers/target/target_core_transport.c | 13 +++++---- drivers/target/tcm_fc/tfc_conf.c | 2 - drivers/target/tcm_qla2xxx/tcm_qla2xxx_configfs.c | 2 - drivers/target/tcm_qla2xxx/tcm_qla2xxx_fabric.c | 31 +++++++++++++++++++-- drivers/target/tcm_vhost/tcm_vhost_configfs.c | 2 - 6 files changed, 37 insertions(+), 17 deletions(-) -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html