linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] net: ethernet: fix device leaks
@ 2025-07-25 17:12 Johan Hovold
  2025-07-25 17:12 ` [PATCH 1/5] net: dpaa: fix device leak when querying time stamp info Johan Hovold
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Johan Hovold @ 2025-07-25 17:12 UTC (permalink / raw)
  To: Andrew Lunn, David S . Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni
  Cc: Madalin Bucur, Claudiu Manoil, Vladimir Oltean, Wei Fang,
	Clark Wang, Felix Fietkau, Sean Wang, Lorenzo Bianconi,
	Matthias Brugger, AngeloGioacchino Del Regno, MD Danish Anwar,
	Roger Quadros, Richard Cochran, netdev, linux-kernel,
	Johan Hovold

This series fixes devices leaks stemming from failure to drop the
reference taken by of_find_device_by_node().

Johan


Johan Hovold (5):
  net: dpaa: fix device leak when querying time stamp info
  net: enetc: fix device and OF node leak at probe
  net: gianfar: fix device leak when querying time stamp info
  net: mtk_eth_soc: fix device leak at probe
  net: ti: icss-iep: fix device and OF node leaks at probe

 .../ethernet/freescale/dpaa/dpaa_ethtool.c    |  4 +++-
 .../net/ethernet/freescale/enetc/enetc_pf.c   | 14 +++++++++--
 .../net/ethernet/freescale/gianfar_ethtool.c  |  4 +++-
 drivers/net/ethernet/mediatek/mtk_wed.c       |  1 -
 drivers/net/ethernet/ti/icssg/icss_iep.c      | 23 +++++++++++++++----
 5 files changed, 36 insertions(+), 10 deletions(-)

-- 
2.49.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-07-31  1:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25 17:12 [PATCH 0/5] net: ethernet: fix device leaks Johan Hovold
2025-07-25 17:12 ` [PATCH 1/5] net: dpaa: fix device leak when querying time stamp info Johan Hovold
2025-07-26 20:48   ` Simon Horman
2025-07-25 17:12 ` [PATCH 2/5] net: enetc: fix device and OF node leak at probe Johan Hovold
2025-07-26 20:49   ` Simon Horman
2025-07-25 17:12 ` [PATCH 3/5] net: gianfar: fix device leak when querying time stamp info Johan Hovold
2025-07-26 20:49   ` Simon Horman
2025-07-25 17:12 ` [PATCH 4/5] net: mtk_eth_soc: fix device leak at probe Johan Hovold
2025-07-26 20:49   ` Simon Horman
2025-07-25 17:12 ` [PATCH 5/5] net: ti: icss-iep: fix device and OF node leaks " Johan Hovold
2025-07-26 20:50   ` Simon Horman
2025-07-31  1:10 ` [PATCH 0/5] net: ethernet: fix device leaks patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).