Re: [PATCH] net: ethernet: lantiq_etop: fix double free in detach
From: Andrew Lunn
Date: Sun Jul 07 2024 - 10:43:52 EST
On Sun, Jul 07, 2024 at 04:10:37PM +0200, Aleksander Jan Bajkowski wrote:
> The number of the currently released descriptor is never incremented
> which results in the same skb being released multiple times.
>
> Reported-by: Joe Perches <joe@xxxxxxxxxxx>
> Closes: https://lore.kernel.org/all/fc1bf93d92bb5b2f99c6c62745507cc22f3a7b2d.camel@xxxxxxxxxxx/
> Signed-off-by: Aleksander Jan Bajkowski <olek2@xxxxx>
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Andrew