* [PATCH for-4.10-fixes] libata: apply MAX_SEC_1024 to all CX1-JB*-HP devices
[not found] <e0d6b4dc-9f3f-f97b-4bc1-5b1bb746a801@koski-vahala.com>
@ 2017-01-06 16:48 ` Tejun Heo
0 siblings, 0 replies; only message in thread
From: Tejun Heo @ 2017-01-06 16:48 UTC (permalink / raw)
To: Marko Koski-Vähälä; +Cc: linux-ide
Marko reports that CX1-JB512-HP shows the same timeout issues as
CX1-JB256-HP. Let's apply MAX_SEC_128 to all devices in the series.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Marko Koski-Vähälä <marko@koski-vahala.com>
Cc: stable@vger.kernel.org # v3.19+
---
Applying to libata/for-4.10-fixes.
Thanks.
drivers/ata/libata-core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index dc70b5f..f70eb6b 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -4356,10 +4356,10 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
{ "ST380013AS", "3.20", ATA_HORKAGE_MAX_SEC_1024 },
/*
- * Device times out with higher max sects.
+ * These devices time out with higher max sects.
* https://bugzilla.kernel.org/show_bug.cgi?id=121671
*/
- { "LITEON CX1-JB256-HP", NULL, ATA_HORKAGE_MAX_SEC_1024 },
+ { "LITEON CX1-JB*-HP", NULL, ATA_HORKAGE_MAX_SEC_1024 },
/* Devices we expect to fail diagnostics */
^ permalink raw reply related [flat|nested] only message in thread