Skip to content
  • Linus Torvalds's avatar
    Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi · fb41b4be
    Linus Torvalds authored
    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
    fb41b4be