CAUTION: This email comes from a non Wind River email account!
Do not click links or open attachments unless you recognize the sender and know the content is safe.
-----Original Message-----Yes, this issue also exists when the fec driver is unbound, maybe Xiaolei can
From: Andrew Lunn <andrew@xxxxxxx>
Sent: 2024年5月22日 11:15
To: Wei Fang <wei.fang@xxxxxxx>
Cc: Xiaolei Wang <xiaolei.wang@xxxxxxxxxxxxx>; Shenwei Wang
<shenwei.wang@xxxxxxx>; Clark Wang <xiaoning.wang@xxxxxxx>;
davem@xxxxxxxxxxxxx; edumazet@xxxxxxxxxx; kuba@xxxxxxxxxx;
pabeni@xxxxxxxxxx; imx@xxxxxxxxxxxxxxx; netdev@xxxxxxxxxxxxxxx;
linux-kernel@xxxxxxxxxxxxxxx
Subject: Re: [net PATCH] net: fec: free fec queue when fec_enet_mii_init() fails
The commit 59d0f7465644 ("net: fec: init multi queue date structure")This fix is also not great, and i would say the initial design is really the problem.
was the first to introduce this issue, commit 619fee9eb13b
("net: fec: fix the potential memory leak in fec_enet_init() ") fixed
this, but it does not seem to be completely fixed.
There needs to be a function which is the opposite of fec_enet_init(). It can
then be called in the probe cleanup code, and in fec_drv_remove() which also
appears to leak the queues.
help improve it in his patch.