Commit c85167c926e0 for kernel

commit c85167c926e0b1a9213ecc9040eb355f90426832
Merge: 51512e22efe8 cd64be0ecd39
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Jul 2 20:05:43 2026 -1000

    Merge tag 'ata-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux

    Pull ata fixes from Damien Le Moal:

     - 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)

    * tag 'ata-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux:
      ata: libata-scsi: limit simulated SCSI command copy to response length
      ata: pata_pxa: Fix DMA channel leak on probe error
      ata: sata_gemini: unwind clocks on IDE pinctrl errors
      ata: libata-core: Reject an invalid concurrent positioning ranges count
      ata: libata-core: Add NOLPM quirk for PNY CS900 1TB SSD