[PATCH AUTOSEL 4.19 029/191] powerpc/pseries/memory-hotplug: Only update DT once per memory DLPAR request

2019-11-09 Thread Sasha Levin
From: Nathan Fontenot [ Upstream commit 063b8b1251fd069f3740339fca56119d218f11ba ] The updates to powerpc numa and memory hotplug code now use the in-kernel LMB array instead of the device tree. This change allows the pseries memory DLPAR code to only update the device tree once after successful

Re: pseries/memory-hotplug: Only update DT once per memory DLPAR request

2018-09-19 Thread Michael Ellerman
On Fri, 2018-04-20 at 20:29:48 UTC, Nathan Fontenot wrote: > The updates to powerpc numa and memory hotplug code now use the > in-kernel LMB array instead of the device tree. This change > allows the pseries memory DLPAR code to only update the device > tree once after successfully handling a DLPAR

Re: [PATCH] pseries/memory-hotplug: Only update DT once per memory DLPAR request

2018-05-22 Thread Nathan Fontenot
Hi Michael, I sent this patch out several weeks ago, just wanted to make sure it hasn't fallen off your radar. Thanks, -Nathan On 04/20/2018 03:29 PM, Nathan Fontenot wrote: > The updates to powerpc numa and memory hotplug code now use the > in-kernel LMB array instead of the device tree. This

[PATCH] pseries/memory-hotplug: Only update DT once per memory DLPAR request

2018-04-20 Thread Nathan Fontenot
The updates to powerpc numa and memory hotplug code now use the in-kernel LMB array instead of the device tree. This change allows the pseries memory DLPAR code to only update the device tree once after successfully handling a DLPAR request. Prior to the in-kernel LMB array, the numa code looked u