From: Leon Romanovsky <leon@kernel.org>
To: Yan Cangang <nalanzeyu@gmail.com>
Cc: Mark-MC.Lee@mediatek.com, john@phrozen.org, nbd@nbd.name,
netdev@vger.kernel.org, sean.wang@mediatek.com
Subject: Re: [PATCH v2] net: ethernet: mtk_eth_soc: fix memory leak in error path
Date: Thu, 17 Nov 2022 11:50:59 +0200 [thread overview]
Message-ID: <Y3YEA35SVvReOoXC@unreal> (raw)
In-Reply-To: <20221116051407.1679342-1-nalanzeyu@gmail.com>
On Wed, Nov 16, 2022 at 01:14:07PM +0800, Yan Cangang wrote:
> In mtk_ppe_init(), when dmam_alloc_coherent() or devm_kzalloc() failed,
> the rhashtable ppe->l2_flows isn't destroyed. Fix it.
>
> In mtk_probe(), when mtk_eth_offload_init() or register_netdev() failed,
> have the same problem. Also, call to mtk_mdio_cleanup() is missed in this
> case. Fix it.
>
> Fixes: 33fc42de3327 ("net: ethernet: mtk_eth_soc: support creating mac address based offload entries")
> Fixes: ba37b7caf1ed ("net: ethernet: mtk_eth_soc: add support for initializing the PPE")
> Fixes: 502e84e2382d ("net: ethernet: mtk_eth_soc: add flow offloading support")
> Signed-off-by: Yan Cangang <nalanzeyu@gmail.com>
> ---
> v1: https://lore.kernel.org/netdev/20221112233239.824389-1-nalanzeyu@gmail.com/T/
> v2:
> - clean up commit message
> - new mtk_ppe_deinit() function, call it before calling mtk_mdio_cleanup()
Subject line should include target [PATCH net v2] ....
>
> drivers/net/ethernet/mediatek/mtk_eth_soc.c | 9 +++++----
> drivers/net/ethernet/mediatek/mtk_ppe.c | 19 +++++++++++++++++--
> drivers/net/ethernet/mediatek/mtk_ppe.h | 1 +
> 3 files changed, 23 insertions(+), 6 deletions(-)
The change seems ok, but please be aware that mtk_eth_offload_init()
calls to rhashtable_init() which is not destroyed too.
Thanks,
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
next prev parent reply other threads:[~2022-11-17 9:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-12 23:32 [PATCH] net: ethernet: mtk_eth_soc: fix memory leak in mtk_ppe_init() Yan Cangang
2022-11-14 7:59 ` Leon Romanovsky
2022-11-16 5:14 ` [PATCH v2] net: ethernet: mtk_eth_soc: fix memory leak in error path Yan Cangang
2022-11-17 9:50 ` Leon Romanovsky [this message]
2022-11-18 5:13 ` Jakub Kicinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y3YEA35SVvReOoXC@unreal \
--to=leon@kernel.org \
--cc=Mark-MC.Lee@mediatek.com \
--cc=john@phrozen.org \
--cc=nalanzeyu@gmail.com \
--cc=nbd@nbd.name \
--cc=netdev@vger.kernel.org \
--cc=sean.wang@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).