Loading
powerpc/fsl_rio: Fix refcount leak in fsl_rio_setup
stable inclusion from stable-v4.19.247 commit 5b8aa2ba38c010f47c965dd9bb5a8561813ed649 category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IBP5WK CVE: CVE-2022-49439 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=5b8aa2ba38c010f47c965dd9bb5a8561813ed649 -------------------------------- [ Upstream commit fcee9692 ] of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Add missing of_node_put() to avoid refcount leak. Fixes: abc3aeae ("fsl-rio: Add two ports and rapidio message units support") Signed-off-by:Miaoqian Lin <linmq006@gmail.com> Signed-off-by:
Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220512123724.62931-1-linmq006@gmail.com Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Huang Xiaojia <huangxiaojia2@huawei.com>