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
test
.gitignore -rw-r--r-- 54 bytes
Makefile -rw-r--r-- 3.8 KB
algos.c -rw-r--r-- 6.2 KB
altivec.uc -rw-r--r-- 3.3 KB
avx2.c -rw-r--r-- 17.1 KB
avx512.c -rw-r--r-- 18.1 KB
int.uc -rw-r--r-- 3.7 KB
mktables.c -rw-r--r-- 4.0 KB
mmx.c -rw-r--r-- 3.9 KB
neon.c -rw-r--r-- 2.1 KB
neon.uc -rw-r--r-- 3.4 KB
recov.c -rw-r--r-- 3.6 KB
recov_avx2.c -rw-r--r-- 9.0 KB
recov_avx512.c -rw-r--r-- 9.5 KB
recov_s390xc.c -rw-r--r-- 2.7 KB
recov_ssse3.c -rw-r--r-- 9.2 KB
s390vx.uc -rw-r--r-- 3.8 KB
sse1.c -rw-r--r-- 4.9 KB
sse2.c -rw-r--r-- 16.1 KB
tilegx.uc -rw-r--r-- 2.2 KB
unroll.awk -rw-r--r-- 424 bytes
x86.h -rw-r--r-- 2.4 KB

back to top