* [GIT PULL] ata fixes for 7.0-rc3
@ 2026-03-06 12:38 Niklas Cassel
2026-03-06 18:38 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Niklas Cassel @ 2026-03-06 12:38 UTC (permalink / raw)
To: Linus Torvalds, linux-ide; +Cc: Damien Le Moal, Niklas Cassel
Linus,
The following changes since commit 55db009926634b20955bd8abbee921adbc8d2cb4:
ata: libata-core: fix cancellation of a port deferred qc work (2026-02-24 09:38:55 +0900)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-7.0-rc3
for you to fetch changes up to ee0e6e69a772d601e152e5368a1da25d656122a8:
ata: libata-eh: Fix detection of deferred qc timeouts (2026-03-06 09:58:47 +0100)
----------------------------------------------------------------
ata fixes for 7.0-rc3
- Fix a problem where the deferred non-NCQ command would incorrectly get
completed as a failed command, if there was another command that timed
out. Found by Gemini. (Guenter)
- The deferred non-NCQ command work is only supposed to run after the
last NCQ command finishes. However, because the work was never canceled
on error (e.g. a timeout), the work could incorrectly run when commands
were still in flight. Found by syzbot. (me)
- Add a quirk to make sure that QEMU harddrives can potentially use up to
32 MiB I/Os. (Pedro)
- Add a quirk to disable LPM on Seagate ST1000DM010-2EP102. (Maximilian)
----------------------------------------------------------------
Guenter Roeck (1):
ata: libata-eh: Fix detection of deferred qc timeouts
Maximilian Pezzullo (1):
ata: libata-core: Disable LPM on ST1000DM010-2EP102
Niklas Cassel (1):
ata: libata: cancel pending work after clearing deferred_qc
Pedro Falcato (1):
ata: libata-core: Add BRIDGE_OK quirk for QEMU drives
drivers/ata/libata-core.c | 2 ++
drivers/ata/libata-eh.c | 3 ++-
drivers/ata/libata-scsi.c | 1 +
3 files changed, 5 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-06 18:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-06 12:38 [GIT PULL] ata fixes for 7.0-rc3 Niklas Cassel
2026-03-06 18:38 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox