Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Sep 2023 16:58:02 +0000 (09:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Sep 2023 16:58:02 +0000 (09:58 -0700)
commit633b47cb009d09dc8f4ba9cdb3a0ca138809c7c7
tree12eac99049a12e2fb6942c445d9c63a4a06bc217
parentb6cd17050bc0817c79924f23716198b2e935556e
parent2132df16f53b4f01ab25f5d404f36a22244ae342
Merge tag 'scsi-fixes' of git://git./linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "A single fix for libata: older devices don't support command duration
  limits (CDL) and some don't support report opcodes, meaning there's no
  way to tell if they support the command or not.

  Reduce the problems of incorrectly using CDL commands on older devices
  by checking SCSI spec compliance at SPC-5 (the spec which introduced
  the command) before turning on CDL"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: core: ata: Do no try to probe for CDL on old drives