[dpdk-stable] [PATCH] raw/ioat: fix memory leak in device configure

Bruce Richardson bruce.richardson at intel.com
Thu Jun 17 16:20:35 CEST 2021


On Thu, Jun 17, 2021 at 02:17:52PM +0000, Kevin Laatz wrote:
> During device configure, memory is allocated for "hdl_ring_flags". In the
> event of another call to the device configure function (reconfigure), a
> memory leak would occur. This patch fixes the memory leak by free'ing the
> memory before reallocating it.
> 
> Fixes: 245efe544d8e ("raw/ioat: report status of completed jobs")
> 
> Signed-off-by: Kevin Laatz <kevin.laatz at intel.com>
> ---

Thanks, Kevin.
Acked-by: Bruce Richardson <bruce.richardson at intel.com>


More information about the stable mailing list