From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: AH8x2259UFgrFgs4AjP2dd31tt0d/oW1nh6/Vn012o1xVWN0QkOoV3YX2jnWgC4KIdo3QiZHp/xh ARC-Seal: i=1; a=rsa-sha256; t=1516610545; cv=none; d=google.com; s=arc-20160816; b=DBvd/4TfK3ispmCNGUzkivAmph0lkBjfr80mv8pbSYVSQn0xkUbau85V2ET+5JFFBk 0YoGJvhjX5pD2gVS2c+fsKSZmeEDf1ae1uWzqgVAEKzHfKhKPke14Pd1KPW1b5upz1PA z/V8s9Wu4ebOCxK0MbazGWdR/S8EcU19UwZnj6iUsNViD/EgarkMKf4JqSzmCNVg3EVm +/exADUSE+CQOPclnKBBc0Z5VjiJg1asBHy0tUJ6HTqPdL5l6YiQuIcz8zOZoYqAnGcG ldAy9vt2H4x65CxgfI0vl+5rMLRovV2XBCDxKuJ0X9G9j0RHFZeooJxl28dUCy6MlBSx wl0g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:user-agent:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=MguoUcCRcfXWBPAir/cNex7vnSk38DShrHRGo42AsLU=; b=xof1+Ytbn+Wqm59oaB3GWQsai1k455QGTQw3Aw/ePA76ZPgAPnMCu2oyUxOS89egvA uFRTQ9/MBFLYtsuHYLZg+oeXhEp+ptl7an910ns5N21vvWhkCq0RYkcKn3v/kivX2aMp 1Dbalf2kMfHT4/86RlYTONDv1XG6jz1/NUtJj3luy7bZxe2gEgDYgZbip0TVaF5iq8Ic ChWMKWO+GHKxX1Pgh7EFAVsq/TDlZWUdFPplHe75iMfgIeorEa1oU8MliB4vFu8S0Mgr xsizxzPdVl28O+OlB8MB7D+BMnn7sEMMxXjUC+a34s8Ibz3QOS+6WEbF7SPbXDistAT4 mwpg== ARC-Authentication-Results: i=1; mx.google.com; spf=softfail (google.com: domain of transitioning gregkh@linuxfoundation.org does not designate 90.92.71.90 as permitted sender) smtp.mailfrom=gregkh@linuxfoundation.org Authentication-Results: mx.google.com; spf=softfail (google.com: domain of transitioning gregkh@linuxfoundation.org does not designate 90.92.71.90 as permitted sender) smtp.mailfrom=gregkh@linuxfoundation.org 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.4 42/53] libata: apply MAX_SEC_1024 to all LITEON EP1 series devices Date: Mon, 22 Jan 2018 09:40:34 +0100 Message-Id: <20180122083912.228105167@linuxfoundation.org> X-Mailer: git-send-email 2.16.0 In-Reply-To: <20180122083910.299610926@linuxfoundation.org> References: <20180122083910.299610926@linuxfoundation.org> User-Agent: quilt/0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-LABELS: =?utf-8?b?IlxcU2VudCI=?= X-GMAIL-THRID: =?utf-8?q?1590281419465698669?= X-GMAIL-MSGID: =?utf-8?q?1590281419465698669?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: 4.4-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 @@ -4143,6 +4143,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 */