From: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> Hi Folks, The following is a bugfix series for lio-core-2.6.git/master to address various CDB processing breakage that has been introduced with -rc1. This includes the removal of some duplicate control CDB emulation completion callbacks in transport_emulate_control_cdb, a fix to allow SYNCHRONIZE_CACHE to work again for default IBLOCK/FILEIO cases with zero LBA + range, and the addition of a missing check for DATA_SG_IO traffic to ensure that a receieved LBA + range does not exceed the maximum via ->get_blocks() This series will also need to goto mainline as well for -rc2, so please have a look and comment. Thanks! --nab Nicholas Bellinger (3): target: Remove duplicate task completions in transport_emulate_control_cdb target: Fix SYNCHRONIZE_CACHE zero LBA + range breakage target: Add missing DATA_SG_IO transport_cmd_get_valid_sectors check drivers/target/target_core_cdb.c | 14 ++++++++------ drivers/target/target_core_transport.c | 29 +++++++++++++++-------------- 2 files changed, 23 insertions(+), 20 deletions(-) -- 1.7.2.5 -- 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