[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <165474721330.28317.7209219946969772778.git-patchwork-notify@kernel.org>
Date: Thu, 09 Jun 2022 04:00:13 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Miaoqian Lin <linmq006@...il.com>
Cc: joyce.ooi@...el.com, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, vbridgers2013@...il.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: altera: Fix refcount leak in altera_tse_mdio_create
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Tue, 7 Jun 2022 08:11:43 +0400 you wrote:
> Every iteration of for_each_child_of_node() decrements
> the reference count of the previous node.
> When break from a for_each_child_of_node() loop,
> we need to explicitly call of_node_put() on the child node when
> not need anymore.
> Add missing of_node_put() to avoid refcount leak.
>
> [...]
Here is the summary with links:
- net: altera: Fix refcount leak in altera_tse_mdio_create
https://git.kernel.org/netdev/net/c/11ec18b1d8d9
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists