mbox series

[GIT,PULL] PCI fixes for v5.0

Message ID 20190118190722.GA52844@google.com
State Not Applicable
Delegated to: Bjorn Helgaas
Headers show
Series [GIT,PULL] PCI fixes for v5.0 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.0-fixes-2

Message

Bjorn Helgaas Jan. 18, 2019, 7:07 p.m. UTC
PCI fixes:

  - Fix PCI kconfig menu organization (Rob Herring)

  - Fix pci_alloc_irq_vectors_affinity() error return to allow "reduce and
    retry" for drivers using IRQ sets (Ming Lei)

  - Fix "pci=disable_acs_redir" initdata use-after-free problem (Logan
    Gunthorpe)


The following changes since commit a3869d43c9800cf39496615361c83635fa3e7c82:

  PCI: amlogic: Fix build failure due to missing gpio header (2019-01-08 09:01:44 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.0-fixes-2

for you to fetch changes up to d2fd6e81912a665993b24dcdc1c1384a42a54f7e:

  PCI: Fix __initdata issue with "pci=disable_acs_redir" parameter (2019-01-17 08:46:34 -0600)

----------------------------------------------------------------
pci-v5.0-fixes-2

----------------------------------------------------------------
Logan Gunthorpe (1):
      PCI: Fix __initdata issue with "pci=disable_acs_redir" parameter

Ming Lei (1):
      PCI/MSI: Return -ENOSPC from pci_alloc_irq_vectors_affinity()

Rob Herring (1):
      PCI: Fix PCI kconfig menu organization

 drivers/pci/Kconfig | 22 ++++++++--------------
 drivers/pci/msi.c   | 22 +++++++++++++---------
 drivers/pci/pci.c   |  3 ++-
 3 files changed, 23 insertions(+), 24 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 18, 2019, 7:40 p.m. UTC | #1
The pull request you sent on Fri, 18 Jan 2019 13:07:22 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.0-fixes-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d28f3e721974378c404f16d17638d9ae5c0db0d2

Thank you!