Re: [PATCH v1 2/2] spapr.c: add 'name' property for hotplugged CPUs nodes

2021-01-20 Thread David Gibson
On Wed, Jan 20, 2021 at 08:23:05PM -0300, Daniel Henrique Barboza wrote: > In the CPU hotunplug bug [1] the guest kernel throws a scary > message in dmesg: > > pseries-hotplug-cpu: Failed to offline CPU , rc: -16 > > The reason isn't related to the bug though. This happens because the > kernel fi

[PATCH v1 2/2] spapr.c: add 'name' property for hotplugged CPUs nodes

2021-01-20 Thread Daniel Henrique Barboza
In the CPU hotunplug bug [1] the guest kernel throws a scary message in dmesg: pseries-hotplug-cpu: Failed to offline CPU , rc: -16 The reason isn't related to the bug though. This happens because the kernel file arch/powerpc/platform/pseries/hotplug-cpu.c, function dlpar_cpu_remove(), is not fin