mbox series

[GIT,PULL] PCI fixes for v6.2

Message ID 20230113181509.GA1852362@bhelgaas
State New
Headers show
Series [GIT,PULL] PCI fixes for v6.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v6.2-fixes-1

Message

Bjorn Helgaas Jan. 13, 2023, 6:15 p.m. UTC
The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v6.2-fixes-1

for you to fetch changes up to fd3a8cff4d4a4acb0af49dd947c822717c053cf7:

  x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM space (2023-01-13 11:53:54 -0600)

----------------------------------------------------------------
- Work around apparent firmware issue that made Linux reject MMCONFIG
  space, which broke PCI extended config space (Bjorn Helgaas)

- Fix CONFIG_PCIE_BT1 dependency due to mid-air collision between a
  PCI_MSI_IRQ_DOMAIN -> PCI_MSI change and addition of PCIE_BT1 (Lukas
  Bulwahn)

----------------------------------------------------------------
Bjorn Helgaas (2):
      x86/pci: Simplify is_mmconf_reserved() messages
      x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM space

Lukas Bulwahn (1):
      PCI: dwc: Adjust to recent removal of PCI_MSI_IRQ_DOMAIN

 arch/x86/pci/mmconfig-shared.c     | 44 ++++++++++++++++++++++++++++++++------
 drivers/pci/controller/dwc/Kconfig |  2 +-
 2 files changed, 39 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 13, 2023, 11:36 p.m. UTC | #1
The pull request you sent on Fri, 13 Jan 2023 12:15:09 -0600:

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

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

Thank you!