Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1683256
| From | "Michael S. Tsirkin" <mst@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH net] virtio-net: fix leaking of ctx array |
| Date | 2017-07-07 17:50 +0200 |
| Message-ID | <u0DG1-5Yg-3@gated-at.bofh.it> (permalink) |
| References | <u0A5r-3x2-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Jul 07, 2017 at 07:56:09PM +0800, Jason Wang wrote:
> Fixes: commit d45b897b11ea ("virtio_net: allow specifying context for rx")
> Signed-off-by: Jason Wang <jasowang@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Needed for stable as well.
Thanks Jason.
> ---
> drivers/net/virtio_net.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
> index 2e69bcd..99a26a9 100644
> --- a/drivers/net/virtio_net.c
> +++ b/drivers/net/virtio_net.c
> @@ -2229,6 +2229,7 @@ static int virtnet_find_vqs(struct virtnet_info *vi)
> kfree(names);
> kfree(callbacks);
> kfree(vqs);
> + kfree(ctx);
>
> return 0;
>
> --
> 2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH net] virtio-net: fix leaking of ctx array Jason Wang <jasowang@redhat.com> - 2017-07-07 14:00 +0200 Re: [PATCH net] virtio-net: fix leaking of ctx array "Michael S. Tsirkin" <mst@redhat.com> - 2017-07-07 17:50 +0200 Re: [PATCH net] virtio-net: fix leaking of ctx array David Miller <davem@davemloft.net> - 2017-07-07 21:10 +0200
csiph-web