Re: [PATCH net-next 4/4] virtio_net: Allocate rss_hdr with devres
From: Jason Wang
Date: Tue Mar 18 2025 - 21:45:35 EST
On Tue, Mar 18, 2025 at 5:57 PM Akihiko Odaki <akihiko.odaki@xxxxxxxxxx> wrote:
>
> virtnet_probe() lacks the code to free rss_hdr in its error path.
> Allocate rss_hdr with devres so that it will be automatically freed.
>
> Fixes: 86a48a00efdf ("virtio_net: Support dynamic rss indirection table size")
> Signed-off-by: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
> ---
> drivers/net/virtio_net.c | 10 ++++------
> 1 file changed, 4 insertions(+), 6 deletions(-)
Acked-by: Jason Wang <jasowang@xxxxxxxxxx>
Thanks