[GIT PULL] PCI fixes for v4.18

From: Bjorn Helgaas
Date: Thu Aug 02 2018 - 12:04:45 EST


PCI fixes:

- Fix integer overflow in new mobiveil driver (Dan Carpenter)

- Fix race during NVMe removal/rescan (Hari Vyas)


The following changes since commit bd91b56cb3b27492963caeb5fccefe20a986ca8d:

PCI/AER: Work around use-after-free in pcie_do_fatal_recovery() (2018-07-26 12:13:04 -0500)

are available in the Git repository at:

ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.18-fixes-5

for you to fetch changes up to 44bda4b7d26e9fffed6d7152d98a2e9edaeb2a76:

PCI: Fix is_added/is_busmaster race condition (2018-07-31 11:27:54 -0500)

----------------------------------------------------------------
pci-v4.18-fixes-5

----------------------------------------------------------------
Dan Carpenter (1):
PCI: mobiveil: Avoid integer overflow in IB_WIN_SIZE

Hari Vyas (1):
PCI: Fix is_added/is_busmaster race condition

arch/powerpc/kernel/pci-common.c | 4 +++-
arch/powerpc/platforms/powernv/pci-ioda.c | 3 ++-
arch/powerpc/platforms/pseries/setup.c | 3 ++-
drivers/pci/bus.c | 6 +++---
drivers/pci/controller/pcie-mobiveil.c | 2 +-
drivers/pci/hotplug/acpiphp_glue.c | 2 +-
drivers/pci/pci.h | 11 +++++++++++
drivers/pci/probe.c | 4 ++--
drivers/pci/remove.c | 5 +++--
include/linux/pci.h | 1 -
10 files changed, 28 insertions(+), 13 deletions(-)