Re: [PATCH net-next 4/4] virtio_net: Allocate rss_hdr with devres

2025-03-18 Thread Jason Wang
On Tue, Mar 18, 2025 at 5:57 PM Akihiko Odaki 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: Akih

[PATCH net-next 4/4] virtio_net: Allocate rss_hdr with devres

2025-03-18 Thread Akihiko Odaki
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 --- drivers/net/virtio_net.c | 10 -- 1 file