Re: [PATCH V13 4/4] powerpc/vphn: Fix numa update end-loop bug

2017-09-07 Thread Nathan Fontenot
On 09/06/2017 05:03 PM, Michael Bringmann wrote: > > > On 09/06/2017 09:45 AM, Nathan Fontenot wrote: >> On 09/01/2017 10:48 AM, Michael Bringmann wrote: >>> powerpc/vphn: On Power systems with shared configurations of CPUs >>> and memory, there are some issues with the association of additional

Re: [PATCH V13 4/4] powerpc/vphn: Fix numa update end-loop bug

2017-09-06 Thread Michael Bringmann
On 09/06/2017 09:45 AM, Nathan Fontenot wrote: > On 09/01/2017 10:48 AM, Michael Bringmann wrote: >> powerpc/vphn: On Power systems with shared configurations of CPUs >> and memory, there are some issues with the association of additional >> CPUs and memory to nodes when hot-adding resources. Th

Re: [PATCH V13 4/4] powerpc/vphn: Fix numa update end-loop bug

2017-09-06 Thread Nathan Fontenot
On 09/01/2017 10:48 AM, Michael Bringmann wrote: > powerpc/vphn: On Power systems with shared configurations of CPUs > and memory, there are some issues with the association of additional > CPUs and memory to nodes when hot-adding resources. This patch > fixes an end-of-updates processing problem

[PATCH V13 4/4] powerpc/vphn: Fix numa update end-loop bug

2017-09-01 Thread Michael Bringmann
powerpc/vphn: On Power systems with shared configurations of CPUs and memory, there are some issues with the association of additional CPUs and memory to nodes when hot-adding resources. This patch fixes an end-of-updates processing problem observed occasionally in numa_update_cpu_topology(). Sig