From patchwork Thu Sep 13 03:31:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 10598673 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C3DDB112B for ; Thu, 13 Sep 2018 03:31:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 967BA2ADE7 for ; Thu, 13 Sep 2018 03:31:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 88AB12ADEA; Thu, 13 Sep 2018 03:31:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3191B2ADE7 for ; Thu, 13 Sep 2018 03:31:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726399AbeIMIjW (ORCPT ); Thu, 13 Sep 2018 04:39:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:35250 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726080AbeIMIjW (ORCPT ); Thu, 13 Sep 2018 04:39:22 -0400 Received: from localhost (unknown [69.71.4.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 106662133F; Thu, 13 Sep 2018 03:31:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1536809509; bh=w0s+GdFesNgF4FtBnELA0ZL23KZ4/gDMCj2PhRIn0T4=; h=Date:From:To:Cc:Subject:From; b=pZTGI6MwKbbJl007hVFQPRa24lCYJ2Yg1gzhD6XX4iTgL5pepXozVIv+N981FiK+S TVXP+0zoHth6BDjUPKLkdQVhPF13HzJnJG909MenqgeLTi7Am/bnOfvR0nl8vMB91M ZTi+bSI13o/9zSys1vl0CBs0oW6ZbtMn0MpKSFgo= Date: Wed, 12 Sep 2018 22:31:47 -0500 From: Bjorn Helgaas To: Linus Torvalds Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Lorenzo Pieralisi , Felix Kuehling , Dennis Dalessandro , Keith Busch , "Gustavo A. R. Silva" , Mika Westerberg , Joao Pinto , Gustavo Pimentel , Tyrel Datwyler Subject: [GIT PULL] PCI fixes for v4.19 Message-ID: <20180913033147.GA73412@bhelgaas-glaptop.roam.corp.google.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP PCI fixes: - Add Tyrel Datwyler as maintainer for PPC64 RPA hotplug (Tyrel Datwyler) - Add Gustavo Pimentel as DesignWare PCI maintainer (Joao Pinto) - Fix a Switchtec Spectre v1 vulnerability (Gustavo A. R. Silva) - Revert an unnecessary Intel 300 ACS quirk (Mika Westerberg) - Fix pciehp hot-add/powerfault detection that left indicators in wrong state (Keith Busch) - Fix pci_reset_bus() logic error (Dennis Dalessandro) - Revert IB/hfi1 PCI reset change that caused a deadlock (Dennis Dalessandro) - Allow enabling PASID on Root Complex Integrated Endpoints (Felix Kuehling) The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3: Linux 4.19-rc1 (2018-08-26 14:11:59 -0700) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.19-fixes-1 for you to fetch changes up to 9d27e39d309c93025ae6aa97236af15bef2a5f1f: PCI: Fix enabling of PASID on RC integrated endpoints (2018-09-11 21:46:49 -0500) ---------------------------------------------------------------- pci-v4.19-fixes-1 ---------------------------------------------------------------- Dennis Dalessandro (2): PCI: Fix faulty logic in pci_reset_bus() IB/hfi1,PCI: Allow bus reset while probing Felix Kuehling (1): PCI: Fix enabling of PASID on RC integrated endpoints Gustavo A. R. Silva (1): switchtec: Fix Spectre v1 vulnerability Joao Pinto (1): MAINTAINERS: Add Gustavo Pimentel as DesignWare PCI maintainer Keith Busch (1): PCI: pciehp: Fix hot-add vs powerfault detection order Mika Westerberg (1): Revert "PCI: Add ACS quirk for Intel 300 series" Tyrel Datwyler (1): MAINTAINERS: Add entries for PPC64 RPA PCI hotplug drivers MAINTAINERS | 16 +++++++++++++++- drivers/infiniband/hw/hfi1/pcie.c | 11 ++++------- drivers/pci/hotplug/pciehp_hpc.c | 18 +++++++++--------- drivers/pci/pci.c | 3 ++- drivers/pci/probe.c | 5 ++++- drivers/pci/quirks.c | 6 ------ drivers/pci/switch/switchtec.c | 4 ++++ include/linux/pci.h | 3 +++ 8 files changed, 41 insertions(+), 25 deletions(-)