android_kernel_motorola_sm6225/drivers/misc/cxl
Miaoqian Lin ee870f7246 cxl: Fix refcount leak in cxl_calc_capp_routing
[ Upstream commit 1d09697ff22908ae487fc8c4fbde1811732be523 ]

of_get_next_parent() returns a node pointer with refcount incremented,
we should use of_node_put() on it when not need anymore.
This function only calls of_node_put() in normal path,
missing it in the error path.
Add missing of_node_put() to avoid refcount leak.

Fixes: f24be42aab ("cxl: Add psl9 specific code")
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Acked-by: Andrew Donnellan <ajd@linux.ibm.com>
Acked-by: Frederic Barrat <fbarrat@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220605060038.62217-1-linmq006@gmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-01-18 11:30:31 +01:00
..
api.c
base.c
context.c
cxl.h
cxllib.c
debugfs.c
fault.c
file.c
flash.c
guest.c cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter() 2023-01-18 11:30:27 +01:00
hcalls.c
hcalls.h
irq.c cxl: Fix a memory leak in an error handling path 2022-08-25 11:15:44 +02:00
Kconfig
main.c
Makefile
native.c
of.c
pci.c cxl: Fix refcount leak in cxl_calc_capp_routing 2023-01-18 11:30:31 +01:00
sysfs.c cxl: Fix kobject memleak 2020-08-19 08:14:55 +02:00
trace.c
trace.h
vphb.c