Commit f374ff79f4bc for kernel

commit f374ff79f4bc4615cb5e13f77f349cb7a45c1c54
Merge: 6ac513185c41 e6d7eba23b66
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Mar 20 09:38:12 2026 -0700

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

    Pull ata fixes from Niklas Cassel:

     - ADATA SU680 SSDs are causing command timeouts when LPM is enabled.
       Enable the ATA_QUIRK_NOLPM quirk to prevent LPM from being enabled
       on these devices (Damien)

     - When receiving a REPORT SUPPORTED OPERATION CODES command with an
       invalid REPORTING OPTIONS format, sense data should have the field
       pointer set to byte 2 (the location of the REPORTING OPTIONS field)
       instead of incorrectly pointing to byte 1 (Damien)

    * tag 'ata-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux:
      ata: libata-scsi: report correct sense field pointer in ata_scsiop_maint_in()
      ata: libata-core: disable LPM on ADATA SU680 SSD