All of lore.kernel.org
 help / color / mirror / Atom feed
From: Damien Le Moal <dlemoal@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-ide@vger.kernel.org
Cc: Niklas Cassel <cassel@kernel.org>
Subject: [GIT PULL] ata fixes for 7.2-rc6
Date: Sat,  1 Aug 2026 08:52:49 +0900	[thread overview]
Message-ID: <20260731235249.273921-1-dlemoal@kernel.org> (raw)

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://git@gitolite.kernel.org/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(-)

             reply	other threads:[~2026-07-31 23:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-31 23:52 Damien Le Moal [this message]
2026-08-01  0:57 ` [GIT PULL] ata fixes for 7.2-rc6 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260731235249.273921-1-dlemoal@kernel.org \
    --to=dlemoal@kernel.org \
    --cc=cassel@kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.