Skip to content
  • Linus Torvalds's avatar
    Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi · 19190f5e
    Linus Torvalds authored
    Pull SCSI fixes from James Bottomley:
     "This is quite a bumper crop of fixes: three from Arnd correcting
      various build issues in some configurations, a lock recursion in
      qla2xxx.  Two potentially exploitable issues in hpsa and mvsas, a
      potential null deref in st, a revert of a bdi registration fix that
      turned out to cause even more problems, a set of fixes to allow people
      who only defined MPT2SAS to still work after the mpt2/mpt3sas merger
      and a couple of fixes for issues turned up by the hyper-v storvsc
      driver"
    
    * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
      mpt3sas: fix Kconfig dependency problem for mpt2sas back compatibility
      Revert "scsi: Fix a bdi reregistration race"
      mpt3sas: Add dummy Kconfig option for backwards compatibility
      Fix a memory leak in scsi_host_dev_release()
      block/sd: Fix device-imposed transfer length limits
      scsi_debug: fix prevent_allow+verify regressions
      MAINTAINERS: Add myself as co-maintainer of the SCSI subsystem.
      sd: Make discard granularity match logical block size when LBPRZ=1
      scsi: hpsa: select CONFIG_SCSI_SAS_ATTR
      scsi: advansys needs ISA dma api for ISA support
      scsi_sysfs: protect against double execution of __scsi_remove_device()
      st: fix potential null pointer dereference.
      scsi: report 'INQUIRY result too short' once per host
      advansys: fix big-endian builds
      qla2xxx: Fix rwlock recursion
      hpsa: logical vs bitwise AND typo
      mvsas: don't allow negative timeouts
      mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_TLR_ON flag
    19190f5e