All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] PCI MCFG consolidation and APEI resource filtering
@ 2021-10-08  8:38 ` Xuesong Chen
  0 siblings, 0 replies; 2+ messages in thread
From: Xuesong Chen @ 2021-10-08  8:38 UTC (permalink / raw)
  To: catalin.marinas, lorenzo.pieralisi, james.morse, will, rafael,
	tony.luck, bp, mingo, bhelgaas
  Cc: mark.rutland, linux-pci, linux-acpi, linux-arm-kernel,
	linux-kernel, xuesong.chen

The issue of commit d91525eb8ee6 ("ACPI, EINJ: Enhance error injection tolerance
level") on x86 is also happened on our own arm64 platform. We sent a patch[1]
trying to fix this issue in an arch-specific way as x86 does, but according to
the suggestion from Lorenzo and Catalin, we can consolidate the PCI MCFG part
then fix it in a more common way.
 
[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2021-September/682292.html

v2 change:
Fix the "undefined reference to `pci_mmcfg_list'" build error in case of
PCI_CONFIG=n, reported by the kernel test robot.

Xuesong Chen (2):
  PCI: MCFG: Consolidate the separate PCI MCFG table entry list
  ACPI: APEI: Filter the PCI MCFG address with an arch-agnostic method

 arch/x86/include/asm/pci_x86.h | 17 +---------------
 arch/x86/pci/mmconfig-shared.c | 30 ---------------------------
 drivers/acpi/apei/apei-base.c  | 46 +++++++++++++++++++++++++++---------------
 drivers/acpi/pci_mcfg.c        | 34 ++++++++++++-------------------
 drivers/pci/pci.c              |  2 ++
 include/linux/pci.h            | 17 ++++++++++++++++
 6 files changed, 63 insertions(+), 83 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH v2 0/2] PCI MCFG consolidation and APEI resource filtering
@ 2021-10-08  8:38 ` Xuesong Chen
  0 siblings, 0 replies; 2+ messages in thread
From: Xuesong Chen @ 2021-10-08  8:38 UTC (permalink / raw)
  To: catalin.marinas, lorenzo.pieralisi, james.morse, will, rafael,
	tony.luck, bp, mingo, bhelgaas
  Cc: mark.rutland, linux-pci, linux-acpi, linux-arm-kernel,
	linux-kernel, xuesong.chen

The issue of commit d91525eb8ee6 ("ACPI, EINJ: Enhance error injection tolerance
level") on x86 is also happened on our own arm64 platform. We sent a patch[1]
trying to fix this issue in an arch-specific way as x86 does, but according to
the suggestion from Lorenzo and Catalin, we can consolidate the PCI MCFG part
then fix it in a more common way.
 
[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2021-September/682292.html

v2 change:
Fix the "undefined reference to `pci_mmcfg_list'" build error in case of
PCI_CONFIG=n, reported by the kernel test robot.

Xuesong Chen (2):
  PCI: MCFG: Consolidate the separate PCI MCFG table entry list
  ACPI: APEI: Filter the PCI MCFG address with an arch-agnostic method

 arch/x86/include/asm/pci_x86.h | 17 +---------------
 arch/x86/pci/mmconfig-shared.c | 30 ---------------------------
 drivers/acpi/apei/apei-base.c  | 46 +++++++++++++++++++++++++++---------------
 drivers/acpi/pci_mcfg.c        | 34 ++++++++++++-------------------
 drivers/pci/pci.c              |  2 ++
 include/linux/pci.h            | 17 ++++++++++++++++
 6 files changed, 63 insertions(+), 83 deletions(-)

-- 
1.8.3.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-08  8:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-08  8:38 [PATCH v2 0/2] PCI MCFG consolidation and APEI resource filtering Xuesong Chen
2021-10-08  8:38 ` Xuesong Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.