mbox series

[0/3] ACPI/NUMA: SRAT/CEDT fixes and updates

Message ID 20240318210904.2188120-1-rrichter@amd.com
Headers show
Series ACPI/NUMA: SRAT/CEDT fixes and updates | expand

Message

Robert Richter March 18, 2024, 9:08 p.m. UTC
Some fixes and updates for SRAT/CEDT parsing code. Patches can be
applied individually and are independent.

First patch fixes a page fault during boot. It should be marked stable.

2nd patch adds diagnostic printouts for CEDT.

3rd patch removes architectural code no longer needed.

Robert Richter (3):
  x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
  ACPI/NUMA: Print CXL Early Discovery Table (CEDT)
  ACPI/NUMA: Remove architecture dependent remainings

 drivers/acpi/numa/Kconfig |   1 +
 drivers/acpi/numa/srat.c  | 178 ++++++++++++++++++++++++++++----------
 include/linux/acpi.h      |   5 --
 3 files changed, 133 insertions(+), 51 deletions(-)