Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fixes from James Bottomley: "This is a set of eight fixes. Two are trivial gcc-6 updates (brace additions and unused variable removal). There's a couple of cxlflash regressions, a correction for sd being overly chatty on revalidation (causing excess log increases). A VPD issue which could crash USB devices because they seem very intolerant to VPD inquiries, an ALUA deadlock fix and a mpt3sas buffer overrun fix" * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: scsi: Do not attach VPD to devices that don't support it sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytes scsi_dh_alua: Fix a recently introduced deadlock scsi: Declare local symbols static cxlflash: Move to exponential back-off when cmd_room is not available cxlflash: Fix regression issue with re-ordering patch mpt3sas: Don't overreach ioc->reply_post[] during initialization aacraid: add missing curly braces
Showing
- drivers/scsi/aacraid/linit.c 2 additions, 1 deletiondrivers/scsi/aacraid/linit.c
- drivers/scsi/cxlflash/main.c 95 additions, 43 deletionsdrivers/scsi/cxlflash/main.c
- drivers/scsi/cxlflash/main.h 2 additions, 3 deletionsdrivers/scsi/cxlflash/main.h
- drivers/scsi/device_handler/scsi_dh_alua.c 2 additions, 2 deletionsdrivers/scsi/device_handler/scsi_dh_alua.c
- drivers/scsi/mpt3sas/mpt3sas_base.c 16 additions, 17 deletionsdrivers/scsi/mpt3sas/mpt3sas_base.c
- drivers/scsi/scsi.c 2 additions, 1 deletiondrivers/scsi/scsi.c
- drivers/scsi/scsi_sysfs.c 5 additions, 3 deletionsdrivers/scsi/scsi_sysfs.c
- drivers/scsi/sd.c 9 additions, 38 deletionsdrivers/scsi/sd.c
- drivers/scsi/sd.h 6 additions, 1 deletiondrivers/scsi/sd.h
- include/scsi/scsi_device.h 25 additions, 0 deletionsinclude/scsi/scsi_device.h
Loading
Please register or sign in to comment