Re: [PATCH] powerpc/pseries hotplug: prevent the reserved mem from removing

2017-05-02 Thread Hari Bathini
On Friday 28 April 2017 09:59 AM, Liu ping fan wrote: On Fri, Apr 28, 2017 at 2:06 AM, Hari Bathini wrote: Hi Pingfan, On Thursday 27 April 2017 01:13 PM, Pingfan Liu wrote: E.g after fadump reserves mem regions, these regions should not be removed before fadump explicitly free them. Signed

Re: [PATCH] powerpc/pseries hotplug: prevent the reserved mem from removing

2017-04-28 Thread kbuild test robot
Hi Pingfan, [auto build test WARNING on powerpc/next] [also build test WARNING on v4.11-rc8 next-20170428] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Pingfan-Liu/powerpc-pseries-hotplug-prev

Re: [PATCH] powerpc/pseries hotplug: prevent the reserved mem from removing

2017-04-27 Thread Liu ping fan
On Fri, Apr 28, 2017 at 2:06 AM, Hari Bathini wrote: > Hi Pingfan, > > > On Thursday 27 April 2017 01:13 PM, Pingfan Liu wrote: >> >> E.g after fadump reserves mem regions, these regions should not be removed >> before fadump explicitly free them. >> Signed-off-by: Pingfan Liu >> --- >> arch/po

Re: [PATCH] powerpc/pseries hotplug: prevent the reserved mem from removing

2017-04-27 Thread Hari Bathini
Hi Pingfan, On Thursday 27 April 2017 01:13 PM, Pingfan Liu wrote: E.g after fadump reserves mem regions, these regions should not be removed before fadump explicitly free them. Signed-off-by: Pingfan Liu --- arch/powerpc/platforms/pseries/hotplug-memory.c | 5 +++-- 1 file changed, 3 inser

[PATCH] powerpc/pseries hotplug: prevent the reserved mem from removing

2017-04-27 Thread Pingfan Liu
E.g after fadump reserves mem regions, these regions should not be removed before fadump explicitly free them. Signed-off-by: Pingfan Liu --- arch/powerpc/platforms/pseries/hotplug-memory.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/platforms/pseries/ho