Re: [PATCH 1/2] powerpc/pseries: Failure on removing device node

2014-08-11 Thread Nathan Fontenot
On 08/11/2014 04:16 AM, Gavin Shan wrote: While running command drmgr -c phb -r -s 'PHB 528', following backtrace jumped out because the target device node isn't marked with OF_DETACHED by of_detach_node(), which caused by error returned from memory hotplug related reconfig notifier when

Re: [PATCH v2] powerpc/pseries: dynamically added OF nodes need to call of_node_init

2014-07-10 Thread Nathan Fontenot
-by: Nathan Fontenot nf...@linux.vnet.ibm.com --- V2: - included stable kernel list on Cc per comment by mpe arch/powerpc/platforms/pseries/dlpar.c| 1 + arch/powerpc/platforms/pseries/reconfig.c | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/powerpc/platforms/pseries