On Tue, Mar 18, 2025 at 5:57 PM Akihiko Odaki <akihiko.od...@daynix.com> 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.od...@daynix.com> > --- > drivers/net/virtio_net.c | 10 ++++------ > 1 file changed, 4 insertions(+), 6 deletions(-)
Acked-by: Jason Wang <jasow...@redhat.com> Thanks