Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Pull SCSI target fixes from Nicholas Bellinger: "Here are the outstanding target pending fixes for v3.12-rc7. This includes a number of EXTENDED_COPY related fixes as a result of Thomas and Doug's continuing testing and feedback. Also included is an important vhost/scsi fix that addresses a long standing issue where the 'write' parameter for get_user_pages_fast() was incorrectly set for virtio-scsi WRITEs -> DMA_TO_DEVICE, and not for virtio-scsi READs -> DMA_FROM_DEVICE. This resulted in random userspace segfaults and other unpleasantness on KVM host, and unfortunately has been an issue since the initial merge of vhost/scsi in v3.6. This patch is CC'ed to stable, along with two other less critical items" * git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending: vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameter target/pscsi: fix return value check target: Fail XCOPY for non matching source + destination block_size target: Generate failure for XCOPY I/O with non-zero scsi_status target: Add missing XCOPY I/O operation sense_buffer iser-target: check device before dereferencing its variable target: Return an error for WRITE SAME with ANCHOR==1 target: Fix assignment of LUN in tracepoints target: Reject EXTENDED_COPY when emulate_3pc is disabled target: Allow non zero ListID in EXTENDED_COPY parameter list target: Make target_do_xcopy failures return INVALID_PARAMETER_LIST
No related branches found
No related tags found
Showing
- drivers/infiniband/ulp/isert/ib_isert.c 1 addition, 1 deletiondrivers/infiniband/ulp/isert/ib_isert.c
- drivers/target/target_core_pscsi.c 4 additions, 4 deletionsdrivers/target/target_core_pscsi.c
- drivers/target/target_core_sbc.c 5 additions, 0 deletionsdrivers/target/target_core_sbc.c
- drivers/target/target_core_xcopy.c 37 additions, 16 deletionsdrivers/target/target_core_xcopy.c
- drivers/vhost/scsi.c 1 addition, 1 deletiondrivers/vhost/scsi.c
- include/trace/events/target.h 2 additions, 2 deletionsinclude/trace/events/target.h
Loading
Please register or sign in to comment