Re: [PATCH 0/3] ACPI: i386: bump MADT to revision 3

2023-05-16 Thread Ani Sinha
On Tue, May 16, 2023 at 2:03 AM Eric DeVolder wrote: > > The following Linux kernel change broke CPU hotplug for MADT revision > less than 5. > > e2869bd7af60 ("x86/acpi/boot: Do not register processors that cannot be > onlined for x2APIC") > > Discussion on this topic can be located here: > >

[PATCH 0/3] ACPI: i386: bump MADT to revision 3

2023-05-15 Thread Eric DeVolder
The following Linux kernel change broke CPU hotplug for MADT revision less than 5. e2869bd7af60 ("x86/acpi/boot: Do not register processors that cannot be onlined for x2APIC") Discussion on this topic can be located here: https://lore.kernel.org/linux-acpi/20230327191026.3454-1-eric.devol...