public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] SRAT/CEDT fixes and updates
@ 2024-03-19 12:00 Robert Richter
  2024-03-19 12:00 ` [PATCH v2 1/3] x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks() Robert Richter
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Robert Richter @ 2024-03-19 12:00 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Dave Hansen, Dan Williams, Alison Schofield, linux-acpi,
	linux-kernel, linux-cxl, Robert Richter

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

 arch/x86/mm/numa.c       |   4 +-
 drivers/acpi/numa/srat.c | 178 +++++++++++++++++++++++++++++----------
 include/linux/acpi.h     |   5 --
 3 files changed, 134 insertions(+), 53 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-03-28 16:49 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-19 12:00 [PATCH v2 0/3] SRAT/CEDT fixes and updates Robert Richter
2024-03-19 12:00 ` [PATCH v2 1/3] x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks() Robert Richter
2024-03-19 20:15   ` Dan Williams
2024-03-21  8:09     ` Robert Richter
2024-03-20 17:46   ` Alison Schofield
2024-03-21 16:55     ` Robert Richter
2024-03-21 18:39       ` Alison Schofield
2024-03-21 22:17         ` Robert Richter
2024-03-19 12:00 ` [PATCH v2 2/3] ACPI/NUMA: Print CXL Early Discovery Table (CEDT) Robert Richter
2024-03-19 20:18   ` Dan Williams
2024-03-20 17:47   ` Alison Schofield
2024-03-19 12:00 ` [PATCH v2 3/3] ACPI/NUMA: Remove architecture dependent remainings Robert Richter
2024-03-19 20:44   ` Dan Williams
2024-03-22  2:12   ` kernel test robot
2024-03-28 16:49     ` Robert Richter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox