Merge tag 'ata-ata-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Aug 2025 13:59:13 +0000 (06:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Aug 2025 13:59:13 +0000 (06:59 -0700)
commit90d970cade8e67e20b09bbfdc2f0b52064322921
treed5fca34aca303cadc9d1bb6ff603cee036613b2c
parentc5f3e78d35c00599673e9ba9f2b641969f8667e4
parent58768b0563916ddcb73d8ed26ede664915f8df31
Merge tag 'ata-ata-6.17-rc2' of git://git./linux/kernel/git/libata/linux

Pull ata fixes from Damien Le Moal:

 - Fix a regression affecting old IDE/PATA device scan and introduced by
   the recent link power management cleanups & fixes. The regression
   prevented devices from being properly detected (me)

 - Fix command duration limits (CDL) feature control: attempting to
   enable the feature while NCQ commands are being executed resulted in
   a silent failure to enable CDL when needed (Igor)

* tag 'ata-ata-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux:
  ata: libata-scsi: Fix CDL control
  ata: libata-eh: Fix link state check for IDE/PATA ports