Hello Linus, The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linux.git scsi-target-for-v4.10 for you to fetch changes up to 7c9d8d0c41b3e24473ac7648a7fc2d644ccf08ff: ibmvscsis: Fix srp_transfer_data fail return code (2017-01-10 09:32:14 -0800) ---------------------------------------------------------------- The changes in this pull request are: * A series of bug fixes for the XCOPY implementation from David Disseldorp. * One bug fix for the ibmvscsis driver, a driver that is used for communication between partitions on IBM POWER systems. Please pull. Thanks, Bart. ---------------------------------------------------------------- Bryant G. Ly (1): ibmvscsis: Fix srp_transfer_data fail return code David Disseldorp (10): target: add XCOPY target/segment desc sense codes target: use XCOPY TOO MANY TARGET DESCRIPTORS sense target: bounds check XCOPY segment descriptor list target: bounds check XCOPY total descriptor list length target: return UNSUPPORTED TARGET/SEGMENT DESC TYPE CODE sense target: simplify XCOPY wwn->se_dev lookup helper target: check XCOPY segment descriptor CSCD IDs target: use XCOPY segment descriptor CSCD IDs target: check for XCOPY parameter truncation target: support XCOPY requests without parameters drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 2 +- drivers/target/target_core_transport.c | 24 +++++ drivers/target/target_core_xcopy.c | 157 +++++++++++++++++++++---------- drivers/target/target_core_xcopy.h | 7 ++ include/target/target_core_base.h | 4 + 5 files changed, 142 insertions(+), 52 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