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(+)