]> git.baikalelectronics.ru Git - kernel.git/commit
ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 19 Mar 2022 20:11:03 +0000 (21:11 +0100)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Mon, 4 Apr 2022 00:56:37 +0000 (09:56 +0900)
commit9a8f0b2ff4e72b60e9b6d155d28ea375b641a199
treefa7f2f39dacf99b8507120eefd3ab01ef500ba1b
parent9f629f8d4b2c0323d74f71b0d385f2ef9ae7bcf7
ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs

Samsung' 840 EVO with the latest firmware (EXT0DB6Q) locks up with
the a message: "READ LOG DMA EXT failed, trying PIO" during boot.

Initially this was discovered because it caused a crash
with the sata_dwc_460ex controller on a WD MyBook Live DUO.

The reporter "Tice Rex" which has the unique opportunity that he
has two Samsung 840 EVO SSD! One with the older firmware "EXT0BB0Q"
which booted fine and didn't expose "READ LOG DMA EXT". But the
newer/latest firmware "EXT0DB6Q" caused the headaches.

BugLink: https://github.com/openwrt/openwrt/issues/9505
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/libata-core.c