Re: [PATCH v7 0/5] Make cpuid <-> nodeid mapping persistent

From: Rafael J. Wysocki
Date: Thu May 19 2016 - 08:59:00 EST


On Thu, May 19, 2016 at 12:41 PM, Zhu Guihua <zhugh.fnst@xxxxxxxxxxxxxx> wrote:
> Hi Rafael,

Hi,

> This patch set was reported a kernel panic from Intel LKP team.
> I do some investigation for this. I found that this panic was caused
> because of Intel test machine. On their machine, the acpi tables has
> something wrong. The proc_id of processors which are not present
> cannot be assigned correctly, they are assigned the same value.
> The wrong value will be used by our patch, and lead to panic.

Well, if there's a system that works before your patch and doesn't
work after it, the patch has to be modified to let the system still
work.

Maybe you can detect the firmware defect in question and work around
it so as to avoid the panic?