[GIT PULL] ata fixes for 7.2-rc2
Damien Le Moal <[email protected]>
| Newsgroups | org.kernel.vger.linux-ide |
|---|---|
| Message-ID | <[email protected]> |
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://[email protected]/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(-)