Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Pull ata fix from Damien Le Moal:

- Disable link power management (LPM) for a Seagate drive that is
misbehaving when LPM is enabled

* tag 'ata-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux:
ata: libata-core: Disable LPM on ST2000DM008-2FR102

+3
+3
drivers/ata/libata-core.c
··· 4143 4143 { "ST3320[68]13AS", "SD1[5-9]", ATA_QUIRK_NONCQ | 4144 4144 ATA_QUIRK_FIRMWARE_WARN }, 4145 4145 4146 + /* Seagate disks with LPM issues */ 4147 + { "ST2000DM008-2FR102", NULL, ATA_QUIRK_NOLPM }, 4148 + 4146 4149 /* drives which fail FPDMA_AA activation (some may freeze afterwards) 4147 4150 the ST disks also have LPM issues */ 4148 4151 { "ST1000LM024 HN-M101MBB", NULL, ATA_QUIRK_BROKEN_FPDMA_AA |