Re: [patch V4 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup

From: Helge Deller
Date: Sat May 13 2023 - 17:02:40 EST


Hi Thomas,
On pátek 12. května 2023 23:06:56 CEST Thomas Gleixner wrote:
This is version 4 of the reworked parallel bringup series. Version 3 can be
found here:

https://lore.kernel.org/lkml/20230508181633.089804905@xxxxxxxxxxxxx
...

Other than that there are no changes and the other details are all the same
as in V3 and V2.

It's also available from git:

git://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git hotplug

I tested your series on the parisc architecture just to make sure that it still works
with your patch applied.
On parisc the CPU bringup happens later in the boot process (after the inventory),
so your patch won't have an direct impact anyway.
But at least everything still works, incl. manual CPU enable/disable.

So, you may add
Tested-by: Helge Deller <deller@xxxxxx> # parisc

Thanks!
Helge