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(-)