From: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> Just a heads up for target fabric driver maintainers that lio-core.git/master has now been updated to this afternoon's mainline head: commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e Author: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> Date: Sat Apr 7 18:30:41 2012 -0700 Linux 3.4-rc2 The following series is being included in order to address a handful of fabric driver specific build failures present in lio-core.git code after the merge.. Patch #1 is the removal of some temporary target/usb-gadget internal defines that have been merged upstream into include/linux/usb/ headers. Thanks again to Sebasitan for making the conversion easy! Patch #2 fixes some minor qla2xxx build breakage addressed in recently in target-pending/for-next-merge from scsi-misc.git.. Along with jumping to use the freshly merged virtio-scsi client code from Stefan and Paolo, Patch #3 performs the mechanical conversion for tcm_vhost to use mainline include/linux/virtio_scsi.h defs for virtio_scsi_cmd_req + virtio_scsi_cmd_resp. Stefan & Co, please have a look at this compile tested Patch #3, and let us know if you have any concerns. Thanks folks! Nicholas Bellinger (3): target/usb-gadget: Drop original remove.h for v3.4-rc qla2xxx: Address minor v3.4-rc build breakage tcm_vhost: Convert to use mainline virtio_scsi.h drivers/scsi/qla2xxx/qla_gbl.h | 1 + drivers/scsi/qla2xxx/qla_os.c | 6 +- drivers/scsi/qla2xxx/qla_target.c | 8 +- drivers/target/tcm_vhost/tcm_vhost_base.h | 4 +- drivers/target/tcm_vhost/tcm_vhost_scsi.c | 64 ++++++++--------- drivers/target/usb-gadget/remove.h | 110 ----------------------------- drivers/target/usb-gadget/usbg.h | 4 +- 7 files changed, 42 insertions(+), 155 deletions(-) delete mode 100644 drivers/target/usb-gadget/remove.h -- 1.7.2.5 -- 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