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

Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata

Pull libata fixlet from Tejun Heo:
"This just adds one more entry for liteon optical drives to the device
blacklist for large IOs.

The change is very low risk"

* 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata:
libata: apply MAX_SEC_1024 to all LITEON EP1 series devices

+1
+1
drivers/ata/libata-core.c
··· 4449 4449 * https://bugzilla.kernel.org/show_bug.cgi?id=121671 4450 4450 */ 4451 4451 { "LITEON CX1-JB*-HP", NULL, ATA_HORKAGE_MAX_SEC_1024 }, 4452 + { "LITEON EP1-*", NULL, ATA_HORKAGE_MAX_SEC_1024 }, 4452 4453 4453 4454 /* Devices we expect to fail diagnostics */ 4454 4455