[GIT PULL] ata fixes for 7.2-rc6
Damien Le Moal <[email protected]> Sat, 1 Aug 2026 08:52:49 +0900
| Newsgroups | gmane.linux.ide |
|---|---|
| Message-ID | <[email protected]> |
Linus, The following changes since commit c2130f6553f4a5cbdc259de069600117a995f197: ata: sata_dwc_460ex: fix infinite loop in NCQ tag completion bit-scanning (2026-07-13 14:32:11 +0900) are available in the Git repository at: ssh://[email protected]/pub/scm/linux/kernel/git/libata/linux tags/ata-7.2-rc6 for you to fetch changes up to 3fd70e96914d761c17c376aadd0b0d1a3c9badba: ata: libata-sata: fix ata_scsi_lpm_supported() iteration (2026-07-29 10:55:11 +0900) ---------------------------------------------------------------- ata fixes for 7.2-rc6 - Fix PCI resource initialization in the sata_mv driver to keep legacy Marvell boards functional (Rosen). - Fix ahci_ceva driver initialization error path (Radhey). - Fix libata header file to remove a kernel doc compilation warning (Randy). - Increase the timeout for the STANDBY IMMEDIATE command to avoid suspend failures with drives that are slow to respond to this command (Matt). - Fixes for the handling of timed out commands in the presence of deferred non-NCQ commands, to avoid excessive delays in executing the error handler (me). - Disable link power management for a couple of WD drives that have been identified as not functioning properly when power management is used (Niklas). - Fix the device iteration loop when checking for link power management support to correctly handle port multiplier setups (Niklas). ---------------------------------------------------------------- Damien Le Moal (3): ata: libata-scsi: terminate deferred commands on time out ata: libata-scsi: schedule deferred atapi command scsi: libsas: terminate deferred commands on time out Matt Vollrath (1): ata: libata-eh: Increase STANDBY IMMEDIATE timeout Niklas Cassel (3): ata: libata-core: Disable LPM on some WD drives ata: libata-core: Disable LPM on WD Green 2.5 480GB ata: libata-sata: fix ata_scsi_lpm_supported() iteration Radhey Shyam Pandey (1): ata: ahci_ceva: fix error paths in ceva_ahci_platform_enable_resources() Randy Dunlap (1): ata: libata: avoid kernel-doc warnings Rosen Penev (1): ata: sata_mv: accept 1 or 2 resources in platform probe drivers/ata/ahci_ceva.c | 18 ++++-- drivers/ata/libata-core.c | 9 +++ drivers/ata/libata-eh.c | 37 +++++------ drivers/ata/libata-sata.c | 2 +- drivers/ata/libata-scsi.c | 119 ++++++++++++++++++++++++++++++++---- drivers/ata/libata.h | 3 +- drivers/ata/sata_mv.c | 2 +- drivers/scsi/libsas/sas_scsi_host.c | 15 +++++ include/linux/ata.h | 6 +- include/linux/libata.h | 6 +- include/scsi/libsas.h | 2 + 11 files changed, 173 insertions(+), 46 deletions(-)