Received: by 10.223.176.46 with SMTP id f43csp2659998wra; Mon, 22 Jan 2018 01:04:48 -0800 (PST) X-Google-Smtp-Source: AH8x227dDCIpurvqHgu3RuGvHJe3lc8QYQNA5tT+otcR6XJCMCuNlRykhcxYOimTCTpixgTImAZA X-Received: by 2002:a17:902:590e:: with SMTP id o14-v6mr2965704pli.78.1516611887923; Mon, 22 Jan 2018 01:04:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516611887; cv=none; d=google.com; s=arc-20160816; b=0O5S4suSsgVa4CbKzKIiRjAxFCpCC42fb4bB7x7JztH11SYftgm89Wz88rdOI1fwbY ZMd1RbMfHiusH6HOwtFkAZRcesWiR+a7dK8q3UtFAD0PJZg+7chBjvzHiN5+4Ig+cwIL 2y226+XXGm2JMb4M0K59GLfAwVu3iMN8bi5qdg13AJOLUZp3doSDd9zru29m+dwkzWof YUB5LKWjJHtVnjxzLStB2Mqh+9VDCqT9ZGcQUIF8ri1XWUAQb9haR42lrQT5FeCOvyJH 4u0YUm953HjJ+1fPK2P+IPr5oayccL6pF7tqjxjsh3f5+FwM1ALZIAfMMwe4hAYGqi3t ILWg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=CpTZ0i+J37fheNm1Zc+C1LztbdBGKDWYi+L72OP4Nmg=; b=TTUSZp+5gSezzBqbj5WNDFf7sDD/7kEbH4nW2kdGrO2CBeu9feHbIAQh4Fahq+C4jc TMbRnrwV9lALKjq8EezNn8h2HkTu9JxMiO/91oFwX5QzlKPT16RaotapN1N+HN+9oqfa EATc047rjxbLZRqCI3IZg+3A4Qjtefx9z/76mjxzv2aBvaf2Hb0gamvxL1NIcRj19917 HXW0cNrtRff0tKUIz45hCcE0TiSwIknj6vsodpzAAs2eiyJKZeRs+n1qBLTSxqbWq06U W8vTx45T3phwVHaI66iIQMkncjhO3+oi+niJVMkL8KssR5nAPqw9k4QZA8lTMAsROxuq LUFw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u12si13210020pgv.826.2018.01.22.01.04.33; Mon, 22 Jan 2018 01:04:47 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753509AbeAVIxJ (ORCPT + 99 others); Mon, 22 Jan 2018 03:53:09 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:33884 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753491AbeAVIxH (ORCPT ); Mon, 22 Jan 2018 03:53:07 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 6C64DF00; Mon, 22 Jan 2018 08:53:06 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Xinyu Lin , Tejun Heo Subject: [PATCH 4.14 66/89] libata: apply MAX_SEC_1024 to all LITEON EP1 series devices Date: Mon, 22 Jan 2018 09:45:46 +0100 Message-Id: <20180122084001.105784277@linuxfoundation.org> X-Mailer: git-send-email 2.16.0 In-Reply-To: <20180122083954.683903493@linuxfoundation.org> References: <20180122083954.683903493@linuxfoundation.org> User-Agent: quilt/0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Xinyu Lin commit db5ff909798ef0099004ad50a0ff5fde92426fd1 upstream. LITEON EP1 has the same timeout issues as CX1 series devices. Revert max_sectors to the value of 1024. Fixes: e0edc8c54646 ("libata: apply MAX_SEC_1024 to all CX1-JB*-HP devices") Signed-off-by: Xinyu Lin Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- drivers/ata/libata-core.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c @@ -4439,6 +4439,7 @@ static const struct ata_blacklist_entry * https://bugzilla.kernel.org/show_bug.cgi?id=121671 */ { "LITEON CX1-JB*-HP", NULL, ATA_HORKAGE_MAX_SEC_1024 }, + { "LITEON EP1-*", NULL, ATA_HORKAGE_MAX_SEC_1024 }, /* Devices we expect to fail diagnostics */