[PATCH -next] tsnep: Add missing of_node_put() in tsnep_mdio_init()

Subsystems: networking drivers, the rest

STALE1723d LANDED

Landed in mainline as 739752d655b3 on 2021-11-26.

2 messages, 2 authors, 2021-11-26 · open the first message on its own page

[PATCH -next] tsnep: Add missing of_node_put() in tsnep_mdio_init()

From: Yang Yingliang <hidden>
Date: 2021-11-24 08:34:31

The node pointer is returned by of_get_child_by_name() with
refcount incremented in tsnep_mdio_init(). Calling of_node_put()
to aovid the refcount leak in tsnep_mdio_init().

Reported-by: Hulk Robot <redacted>
Signed-off-by: Yang Yingliang <redacted>
---
 drivers/net/ethernet/engleder/tsnep_main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/engleder/tsnep_main.c b/drivers/net/ethernet/engleder/tsnep_main.c
index 8333313dd706..d7d436d6aed2 100644
--- a/drivers/net/ethernet/engleder/tsnep_main.c
+++ b/drivers/net/ethernet/engleder/tsnep_main.c
@@ -1089,9 +1089,10 @@ static int tsnep_mdio_init(struct tsnep_adapter *adapter)
 	adapter->mdiobus->phy_mask = 0x0000001;
 
 	retval = of_mdiobus_register(adapter->mdiobus, np);
+
+out:
 	if (np)
 		of_node_put(np);
-out:
 
 	return retval;
 }
-- 
2.25.1

Re: [PATCH -next] tsnep: Add missing of_node_put() in tsnep_mdio_init()

From: patchwork-bot+netdevbpf@kernel.org
Date: 2021-11-26 03:32:14

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski [off-list ref]:

On Wed, 24 Nov 2021 16:40:48 +0800 you wrote:
The node pointer is returned by of_get_child_by_name() with
refcount incremented in tsnep_mdio_init(). Calling of_node_put()
to aovid the refcount leak in tsnep_mdio_init().

Reported-by: Hulk Robot <redacted>
Signed-off-by: Yang Yingliang <redacted>

[...]
Here is the summary with links:
  - [-next] tsnep: Add missing of_node_put() in tsnep_mdio_init()
    https://git.kernel.org/netdev/net-next/c/739752d655b3

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help