Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp3060041imm; Sun, 1 Jul 2018 11:18:06 -0700 (PDT) X-Google-Smtp-Source: AAOMgpc+eYeWiQP0i/utwrFbvUstCTk1OiUPqCGI4B7lLX64x6+mZmuIqXADWAoKxoRTqrOFPs2H X-Received: by 2002:a62:748:: with SMTP id b69-v6mr1164067pfd.177.1530469086776; Sun, 01 Jul 2018 11:18:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530469086; cv=none; d=google.com; s=arc-20160816; b=TF8si6y8iXruisFFgyLiDzwQ5gWRoZqLwpdplg6ktTeNquHqPEzpsTjSb9oRI7u/sv pCDqYlMkqdvEsPyz3tWCW2iJhAm9CRCRwXtjMxQfOOu8sbwHPSfZM3I0qSwSHMHqKDFJ Lrk0iQa0ocEZROAE84iPWuZ4rmAbluFC5iSh1K4jqXMZ2S2ouC1fTw1yLhtyGaotLjt3 RmABuDLqbjF+qdfkckpZHVc5JN3pg5oSEDXYOsvfKsLDbQkVMu5WCnKwdqvdoRjbVIzu MqIHUxBc/ci1vQ8mWtUUAB43S+ebRbWuFrXajTovdmrcbo9F4WIfQitjeDeMrHXCcY6e o8Dw== 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=/tSmNwg8SQeKWl62A/nrWutWUxgLxJoPRkfAixx3ZSg=; b=r+39tU4PgMXauCKetUsev5ZzdOkE4fz2qwryrfnCiCz6Gur7fuvtwkTWYIJ/6vTr5v v78oM4oUk5eI5kbDMBfS80FlmLaVC2/hk4HH3+iNrC0rTG+pf4Cniv/JYRDlBxdDkmgF pTun0tuXp1CboURq8nw1ZerXppsYf2PxIxN92Q0uouN84uKbb5qiZ05ps6xq5PU3MEUI aX5laj9tlYHZkTufHrgTCSKiTCEW+3FHoI1zvPo+ETjkpm4qMn8QVYl9RpcwVnitkuTW aW9WHsRjigIhiw0dSy2Wg2w/eQ7lT/uHtnNpz9xEI3N+vH6uUAc9TUUhNkrevk+bTJA4 FZag== 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 n59-v6si14153652plb.198.2018.07.01.11.17.52; Sun, 01 Jul 2018 11:18:06 -0700 (PDT) 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 S965470AbeGASQ3 (ORCPT + 99 others); Sun, 1 Jul 2018 14:16:29 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33834 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964784AbeGAQ0Q (ORCPT ); Sun, 1 Jul 2018 12:26:16 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id AF16DAEF; Sun, 1 Jul 2018 16:26:14 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Mika Westerberg , Bjorn Helgaas Subject: [PATCH 4.9 047/101] PCI: Add ACS quirk for Intel 300 series Date: Sun, 1 Jul 2018 18:21:33 +0200 Message-Id: <20180701160759.035090830@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180701160757.138608453@linuxfoundation.org> References: <20180701160757.138608453@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review 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.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Mika Westerberg commit f154a718e6cc0d834f5ac4dc4c3b174e65f3659e upstream. Intel 300 series chipset still has the same ACS issue as the previous generations so extend the ACS quirk to cover it as well. Signed-off-by: Mika Westerberg Signed-off-by: Bjorn Helgaas CC: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- drivers/pci/quirks.c | 6 ++++++ 1 file changed, 6 insertions(+) --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c @@ -4236,6 +4236,11 @@ static int pci_quirk_qcom_rp_acs(struct * * 0x9d10-0x9d1b PCI Express Root port #{1-12} * + * The 300 series chipset suffers from the same bug so include those root + * ports here as well. + * + * 0xa32c-0xa343 PCI Express Root port #{0-24} + * * [1] http://www.intel.com/content/www/us/en/chipsets/100-series-chipset-datasheet-vol-2.html * [2] http://www.intel.com/content/www/us/en/chipsets/100-series-chipset-datasheet-vol-1.html * [3] http://www.intel.com/content/www/us/en/chipsets/100-series-chipset-spec-update.html @@ -4253,6 +4258,7 @@ static bool pci_quirk_intel_spt_pch_acs_ case 0xa110 ... 0xa11f: case 0xa167 ... 0xa16a: /* Sunrise Point */ case 0xa290 ... 0xa29f: case 0xa2e7 ... 0xa2ee: /* Union Point */ case 0x9d10 ... 0x9d1b: /* 7th & 8th Gen Mobile */ + case 0xa32c ... 0xa343: /* 300 series */ return true; }