On Fri, 2011-07-15 at 17:03 -0700, Roland Dreier wrote: > Nick, please pull from > > 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 > > This will get the recent fixes I've sent, with patches exactly as sent > to the list except updated with Christoph and Andy's acks: > > Roland Dreier (5): > target: Allow for built-in target modules > target: Fix reporting of supported VPD pages > target: Implement Block Device Characteristics VPD page > target/iblock: Remove unused iblock_dev members > target: Fix se_queue_req removal leftovers > Thanks alot Roland! I've individually merged these patches into lio-core-2.6.git/master to address some breakage with Andy's series to use SGLs exclusively for control CDBs. Also, these changes have been picked into lio-4.1-2.6.39 and updated to the most recent .39.3 stable. --nab > drivers/target/target_core_cdb.c | 112 ++++++++++++++++++-------------- > drivers/target/target_core_configfs.c | 8 +- > drivers/target/target_core_device.c | 13 ++++ > drivers/target/target_core_iblock.c | 20 ++---- > drivers/target/target_core_iblock.h | 5 -- > drivers/target/target_core_tmr.c | 27 ++------ > drivers/target/target_core_transport.c | 30 ++++----- > include/target/target_core_base.h | 1 + > include/target/target_core_device.h | 1 + > include/target/target_core_transport.h | 2 + > 10 files changed, 109 insertions(+), 110 deletions(-) > -- > 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 -- 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