Re: [PATCH v2] ACPI: PPTT: Dump PPTT table when error detected

From: Rafael J. Wysocki

Date: Wed Jan 14 2026 - 10:07:52 EST


On Wed, Jan 14, 2026 at 4:06 PM Sudeep Holla <sudeep.holla@xxxxxxx> wrote:
>
> On Wed, Jan 14, 2026 at 10:28:19PM +0800, Feng Tang wrote:
> >
> > As for the original issue where kernel printed the error message
> > " ACPI PPTT: PPTT table found, but unable to locate core 1 (1)",
> > can we just printed out all the CPU entries of the PPTT table?
> > which is much cleaner and smaller, and have the enough information
> > for quickly identifying the root cause. As the number of cache
> > items is usually 3X of number of CPUs.
>
> I am still not sure what additional value is gained by listing all those CPU
> entries. On a 512-CPU system, for example, if an issue is identified with the
> entry for CPU 256, what extra information is obtained by listing all the other
> CPUs, such as those sharing the same L3 cache or entire list of CPUs on this
> system?
>
> The message above already indicates that something is wrong with core
> (n = 1 in above case). If that is not sufficiently clear, it should be
> improved to be more specific about the issue. Simply listing all CPUs in the
> PPTT provides no additional insight and only results in an unnecessarily long
> and distracting CPU list in the kernel log.

Fair enough.