[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.10.1801231055060.23969@shri-linux.eng.vmware.com>
Date: Tue, 23 Jan 2018 10:55:49 -0800
From: Shrikrishna Khare <skhare@...i-linux.eng.vmware.com>
To: Neil Horman <nhorman@...driver.com>
CC: <netdev@...r.kernel.org>, <boyang@...hat.com>,
Shrikrishna Khare <skhare@...are.com>,
"VMware, Inc." <pv-drivers@...are.com>,
"David S . Miller" <davem@...emloft.net>
Subject: Re: [PATCH] vmxnet3: repair memory leak
On Mon, 22 Jan 2018, Neil Horman wrote:
> with the introduction of commit
> b0eb57cb97e7837ebb746404c2c58c6f536f23fa, it appears that rq->buf_info
> is improperly handled. While it is heap allocated when an rx queue is
> setup, and freed when torn down, an old line of code in
> vmxnet3_rq_destroy was not properly removed, leading to rq->buf_info[0]
> being set to NULL prior to its being freed, causing a memory leak, which
> eventually exhausts the system on repeated create/destroy operations
> (for example, when the mtu of a vmxnet3 interface is changed
> frequently.
>
> Fix is pretty straight forward, just move the NULL set to after the
> free.
>
> Tested by myself with successful results
>
> Applies to net, and should likely be queued for stable, please
>
> Signed-off-by: Neil Horman <nhorman@...driver.com>
> Reported-By: boyang@...hat.com
Thank you for root causing and fixing this.
Acked-by: Shrikrishna Khare <skhare@...are.com>
Powered by blists - more mailing lists