Revision 4fd1bd443e80b12f0a01a45fb9a793206b41cb72 authored by Laurent Vivier on 21 July 2017, 14:51:39 UTC, committed by Michael Ellerman on 26 July 2017, 06:41:53 UTC
As for commit 68baf692c435 ("powerpc/pseries: Fix of_node_put()
underflow during DLPAR remove"), the call to of_node_put() must be
removed from pSeries_reconfig_remove_node().

dlpar_detach_node() and pSeries_reconfig_remove_node() both call
of_detach_node(), and thus the node should not be released in both
cases.

Fixes: 0829f6d1f69e ("of: device_node kobject lifecycle fixes")
Cc: stable@vger.kernel.org # v3.15+
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
1 parent a25bd72
History
File Mode Size
Kconfig -rw-r--r-- 7.8 KB
Makefile -rw-r--r-- 684 bytes
bcm47xxsflash.c -rw-r--r-- 9.7 KB
bcm47xxsflash.h -rw-r--r-- 2.5 KB
block2mtd.c -rw-r--r-- 11.0 KB
docg3.c -rw-r--r-- 58.8 KB
docg3.h -rw-r--r-- 10.2 KB
lart.c -rw-r--r-- 18.4 KB
m25p80.c -rw-r--r-- 8.8 KB
ms02-nv.c -rw-r--r-- 7.2 KB
ms02-nv.h -rw-r--r-- 3.9 KB
mtd_dataflash.c -rw-r--r-- 23.9 KB
mtdram.c -rw-r--r-- 4.2 KB
phram.c -rw-r--r-- 6.5 KB
pmc551.c -rw-r--r-- 25.3 KB
powernv_flash.c -rw-r--r-- 6.6 KB
serial_flash_cmds.h -rw-r--r-- 1.8 KB
slram.c -rw-r--r-- 8.7 KB
spear_smi.c -rw-r--r-- 28.6 KB
sst25l.c -rw-r--r-- 9.6 KB
st_spi_fsm.c -rw-r--r-- 58.0 KB

back to top