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@xxxxxxxxxxxxxxxxxxx/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(-)