* [GIT PULL] ata fixes for 7.3-rc2
@ 2026-09-04 14:42 Niklas Cassel
2026-09-04 16:30 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Niklas Cassel @ 2026-09-04 14:42 UTC (permalink / raw)
To: Linus Torvalds, linux-ide; +Cc: Damien Le Moal, Niklas Cassel
Linus,
The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:
Linux 7.3-rc1 (2026-08-30 13:34:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-7.3-rc2
for you to fetch changes up to 6d81700ad7c4871f94fb72e469cb0f3f55843ef7:
ata: libata-scsi: do not raise UA for storage element depopulation and restoration (2026-09-03 16:10:44 +0200)
----------------------------------------------------------------
ata fixes for 7.3-rc2
- Work around lost interrupts on Marvell 88SE61xx.
The Marvell AHCI controller requires you to clear interrupts in the
opposite order from what is specified in the AHCI specification in
order to not lose interrupts (Hajo)
- Do not raise UNIT ATTENTION for depopulation commands.
The libata completion function unconditionally sets sense data with
sense key UNIT ATTENTION (UA) for depopulation commands. The SCSI
layer will fail a command when seeing this sense data. UA is only
supposed to be raised if the capacity actually changed. Since these
commands are currently only supported as passthrough commands, the
user is expected to revalidate the device, which will detect a
capacity change anyway. Thus drop the unconditional UA until a
better solution has been implemented (Damien)
----------------------------------------------------------------
Damien Le Moal (1):
ata: libata-scsi: do not raise UA for storage element depopulation and restoration
Hajo Noerenberg (1):
ata: ahci: work around lost interrupts on Marvell 88SE61xx
drivers/ata/ahci.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++
drivers/ata/libata-scsi.c | 24 -----------------------
2 files changed, 49 insertions(+), 24 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] ata fixes for 7.3-rc2
2026-09-04 14:42 [GIT PULL] ata fixes for 7.3-rc2 Niklas Cassel
@ 2026-09-04 16:30 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-09-04 16:30 UTC (permalink / raw)
To: Niklas Cassel; +Cc: Linus Torvalds, linux-ide, Damien Le Moal, Niklas Cassel
The pull request you sent on Fri, 4 Sep 2026 16:42:28 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-7.3-rc2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3e66602704746dd59543b62820a3b86ec19218a5
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-04 16:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-04 14:42 [GIT PULL] ata fixes for 7.3-rc2 Niklas Cassel
2026-09-04 16:30 ` 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