Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Pull scsi target fixes from Nicholas Bellinger: "Here is the current set of target-pending fixes headed for v3.6-final The main parts of this series include bug-fixes from Paolo Bonzini to address an use-after-free bug in pSCSI sense exception handling, along with addressing some long-standing bugs wrt the handling of zero- length SCSI CDB payloads also specific to pSCSI pass-through device backends." * git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending: target: go through normal processing for zero-length REQUEST_SENSE target: support zero allocation length in REQUEST SENSE target: support zero-size allocation lengths in transport_kmap_data_sg target: fail REPORT LUNS with less than 16 bytes of payload target: report too-small parameter lists everywhere target: go through normal processing for zero-length PSCSI commands target: fix use-after-free with PSCSI sense data target: simplify code around transport_get_sense_data target: move transport_get_sense_data target: Check idr_get_new return value in iscsi_login_zero_tsih_s1 target: Fix ->data_length re-assignment bug with SCSI overflow
No related branches found
No related tags found
Showing
- drivers/target/iscsi/iscsi_target_login.c 10 additions, 1 deletiondrivers/target/iscsi/iscsi_target_login.c
- drivers/target/target_core_alua.c 7 additions, 0 deletionsdrivers/target/target_core_alua.c
- drivers/target/target_core_device.c 7 additions, 0 deletionsdrivers/target/target_core_device.c
- drivers/target/target_core_iblock.c 15 additions, 2 deletionsdrivers/target/target_core_iblock.c
- drivers/target/target_core_pr.c 8 additions, 0 deletionsdrivers/target/target_core_pr.c
- drivers/target/target_core_pscsi.c 11 additions, 18 deletionsdrivers/target/target_core_pscsi.c
- drivers/target/target_core_spc.c 18 additions, 17 deletionsdrivers/target/target_core_spc.c
- drivers/target/target_core_transport.c 61 additions, 87 deletionsdrivers/target/target_core_transport.c
- include/target/target_core_backend.h 3 additions, 1 deletioninclude/target/target_core_backend.h
- include/target/target_core_base.h 1 addition, 0 deletionsinclude/target/target_core_base.h
Loading
Please register or sign in to comment