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-- 1.3 KB
Makefile -rw-r--r-- 308 bytes
core.c -rw-r--r-- 30.1 KB
pblk-cache.c -rw-r--r-- 3.1 KB
pblk-core.c -rw-r--r-- 44.7 KB
pblk-gc.c -rw-r--r-- 14.5 KB
pblk-init.c -rw-r--r-- 26.2 KB
pblk-map.c -rw-r--r-- 4.9 KB
pblk-rb.c -rw-r--r-- 21.4 KB
pblk-read.c -rw-r--r-- 13.2 KB
pblk-recovery.c -rw-r--r-- 25.6 KB
pblk-rl.c -rw-r--r-- 5.7 KB
pblk-sysfs.c -rw-r--r-- 13.3 KB
pblk-write.c -rw-r--r-- 15.9 KB
pblk.h -rw-r--r-- 35.5 KB
rrpc.c -rw-r--r-- 37.1 KB
rrpc.h -rw-r--r-- 6.9 KB

back to top