mbox series

[GIT,PULL] ata fixes for 6.12-rc5

Message ID 20241025092043.3962056-1-cassel@kernel.org
State New
Headers show
Series [GIT,PULL] ata fixes for 6.12-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.12-rc5

Message

Niklas Cassel Oct. 25, 2024, 9:20 a.m. UTC
Linus,

The following changes since commit 0df4b9d91488922859db8dde4ee56936e01d547c:

  ata: libata: Update MAINTAINERS file (2024-10-10 10:58:27 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.12-rc5

for you to fetch changes up to 8e59a2a5459fd9840dbe2cbde85fe154b11e1727:

  ata: libata: Set DID_TIME_OUT for commands that actually timed out (2024-10-24 11:14:00 +0200)

----------------------------------------------------------------
ata fix for 6.12-rc5

 - Fix the handling of ATA commands that timeout (command that did not
   receive a completion interrupt within the configured timeout time).

   Commands that timeout, while also having either the FAILFAST flag
   set, or the command being a passthrough command, should never be
   retried. Restore this behavior (as it was before v6.12-rc1).

----------------------------------------------------------------
Niklas Cassel (1):
      ata: libata: Set DID_TIME_OUT for commands that actually timed out

 drivers/ata/libata-eh.c | 1 +
 1 file changed, 1 insertion(+)

Comments

pr-tracker-bot@kernel.org Oct. 25, 2024, 6:11 p.m. UTC | #1
The pull request you sent on Fri, 25 Oct 2024 11:20:43 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.12-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7a7aecd9c031c25988d0e123750674e6d6a876ec

Thank you!