[PATCH] powerpc/spufs: Fix refcount leak in spufs_init_isolated_loader

Arnd Bergmann arnd at arndb.de
Fri Jun 3 22:29:07 AEST 2022


On Fri, Jun 3, 2022 at 2:15 PM Miaoqian Lin <linmq006 at gmail.com> wrote:
>
> of_find_node_by_path() returns remote device nodepointer with
> refcount incremented, we should use of_node_put() on it when done.
> Add missing of_node_put() to avoid refcount leak.
>
> Fixes: 0afacde3df4c ("[POWERPC] spufs: allow isolated mode apps by starting the SPE loader")
> Signed-off-by: Miaoqian Lin <linmq006 at gmail.com>


Acked-by: Arnd Bergmann <arnd at arndb.de>


More information about the Linuxppc-dev mailing list