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

From: Arnd Bergmann
Date: Fri Jun 03 2022 - 08:29:31 EST


On Fri, Jun 3, 2022 at 2:15 PM Miaoqian Lin <linmq006@xxxxxxxxx> 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@xxxxxxxxx>


Acked-by: Arnd Bergmann <arnd@xxxxxxxx>