From: Niklas Cassel <cassel@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-ide@vger.kernel.org
Cc: Damien Le Moal <dlemoal@kernel.org>, Niklas Cassel <cassel@kernel.org>
Subject: [GIT PULL] ata fixes for 7.0-rc3
Date: Fri, 6 Mar 2026 13:38:32 +0100 [thread overview]
Message-ID: <20260306123832.991363-1-cassel@kernel.org> (raw)
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(-)
next reply other threads:[~2026-03-06 12:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-06 12:38 Niklas Cassel [this message]
2026-03-06 18:38 ` [GIT PULL] ata fixes for 7.0-rc3 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=20260306123832.991363-1-cassel@kernel.org \
--to=cassel@kernel.org \
--cc=dlemoal@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox