From: Damien Le Moal <dlemoal@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-ide@vger.kernel.org
Cc: Niklas Cassel <cassel@kernel.org>
Subject: [GIT PULL] ata fixes for 7.2-rc2
Date: Fri, 3 Jul 2026 14:05:13 +0900 [thread overview]
Message-ID: <20260703050513.2276742-1-dlemoal@kernel.org> (raw)
Linus,
The following changes since commit 51512e22efe813d8223de27f6fd02a8a48ea2323:
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (2026-07-02 16:39:28 -1000)
are available in the Git repository at:
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-7.2-rc2
for you to fetch changes up to cd64be0ecd399fa2b1ab60b3aaf2b2b744243467:
ata: libata-scsi: limit simulated SCSI command copy to response length (2026-07-03 13:44:18 +0900)
----------------------------------------------------------------
ata fixes for 7.2-rc2
- Quirk the Phison PS3111-S11 SSD with NOLPM due to its defective link
power management (Bryam).
- Strengthen checks on a device concurrent positioning range
information to make sure to reject any invalid report (Bryam).
- Fix probe error handling in the pata_pxa and sata_gemini drivers
(Myeonghun, Wentao).
- Limit buffer size of replies from translated commands to what libata
actually generated (Karuna)
----------------------------------------------------------------
Bryam Vargas (2):
ata: libata-core: Add NOLPM quirk for PNY CS900 1TB SSD
ata: libata-core: Reject an invalid concurrent positioning ranges count
Karuna Ramkumar (1):
ata: libata-scsi: limit simulated SCSI command copy to response length
Myeonghun Pak (1):
ata: sata_gemini: unwind clocks on IDE pinctrl errors
Wentao Liang (1):
ata: pata_pxa: Fix DMA channel leak on probe error
drivers/ata/libata-core.c | 21 +++++++++++++++++++++
drivers/ata/libata-scsi.c | 9 ++++++---
drivers/ata/libata.h | 9 +++++++++
drivers/ata/pata_pxa.c | 1 +
drivers/ata/sata_gemini.c | 2 +-
5 files changed, 38 insertions(+), 4 deletions(-)
next reply other threads:[~2026-07-03 5:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-03 5:05 Damien Le Moal [this message]
2026-07-03 7:37 ` [GIT PULL] ata fixes for 7.2-rc2 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=20260703050513.2276742-1-dlemoal@kernel.org \
--to=dlemoal@kernel.org \
--cc=cassel@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