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 branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata

Pull libata fix from Tejun Heo:
"Another fallout from max_sectors bump a couple years ago. The lite-on
optical drive times out on large requests"

* 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata:
libata: LITE-ON CX1-JB256-HP needs lower max_sectors

+6
+6
drivers/ata/libata-core.c
··· 4314 4314 */ 4315 4315 { "ST380013AS", "3.20", ATA_HORKAGE_MAX_SEC_1024 }, 4316 4316 4317 + /* 4318 + * Device times out with higher max sects. 4319 + * https://bugzilla.kernel.org/show_bug.cgi?id=121671 4320 + */ 4321 + { "LITEON CX1-JB256-HP", NULL, ATA_HORKAGE_MAX_SEC_1024 }, 4322 + 4317 4323 /* Devices we expect to fail diagnostics */ 4318 4324 4319 4325 /* Devices where NCQ should be avoided */