Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Pull more scsi target fixes from Nicholas Bellinger: "This series is a second round of target fixes for v3.7-rc4 that have come into target-devel over the last days, and are important enough to be applied ASAP. All are being CC'ed to stable. The most important two are: - target: Re-add explict zeroing of INQUIRY bounce buffer memory to fix a regression for handling zero-length payloads, a bug that went during v3.7-rc1, and hit >= v3.6.3 stable. (nab + paolo) - iscsi-target: Fix a long-standing missed R2T wakeup race in TX thread processing when using a single queue slot. (Roland) Thanks to Roland & PureStorage team for helping to track down this long standing race with iscsi-target single queue slot operation. Also, the tcm_fc(FCoE) regression bug that was observed recently with -rc2 code has also been resolved with the cancel_delayed_work() return bugfix (commit c0158ca6: "workqueue: cancel_delayed_work() should return %false if work item is idle") now in -rc3. Thanks again to Yi Zou, MDR, Robert Love @ Intel for helping to track this down." * git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending: target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK path iscsi-target: Fix missed wakeup race in TX thread target: Avoid integer overflow in se_dev_align_max_sectors() target: Don't return success from module_init() if setup fails target: Re-add explict zeroing of INQUIRY bounce buffer memory
Showing
- drivers/target/iscsi/iscsi_target.c 3 additions, 1 deletiondrivers/target/iscsi/iscsi_target.c
- drivers/target/iscsi/iscsi_target_core.h 1 addition, 0 deletionsdrivers/target/iscsi/iscsi_target_core.h
- drivers/target/iscsi/iscsi_target_login.c 1 addition, 0 deletionsdrivers/target/iscsi/iscsi_target_login.c
- drivers/target/iscsi/iscsi_target_util.c 20 additions, 2 deletionsdrivers/target/iscsi/iscsi_target_util.c
- drivers/target/iscsi/iscsi_target_util.h 1 addition, 0 deletionsdrivers/target/iscsi/iscsi_target_util.h
- drivers/target/target_core_configfs.c 2 additions, 1 deletiondrivers/target/target_core_configfs.c
- drivers/target/target_core_device.c 9 additions, 9 deletionsdrivers/target/target_core_device.c
- drivers/target/target_core_spc.c 2 additions, 0 deletionsdrivers/target/target_core_spc.c
- drivers/target/target_core_tmr.c 3 additions, 3 deletionsdrivers/target/target_core_tmr.c
Loading
Please register or sign in to comment