[PATCH] bus/vdev: fix devargs memory leak

Ling, WeiX weix.ling at intel.com
Tue Sep 12 11:07:33 CEST 2023


> -----Original Message-----
> From: Mingjin Ye <mingjinx.ye at intel.com>
> Sent: Friday, September 1, 2023 3:24 PM
> To: dev at dpdk.org
> Cc: Yang, Qiming <qiming.yang at intel.com>; Zhou, YidingX
> <yidingx.zhou at intel.com>; Ye, MingjinX <mingjinx.ye at intel.com>;
> stable at dpdk.org; Burakov, Anatoly <anatoly.burakov at intel.com>
> Subject: [PATCH] bus/vdev: fix devargs memory leak
>
> When a device is created by a secondary process, an empty devargs is
> temporarily generated and bound to it. This causes the device to not be
> associated with the correct devargs, and the empty devargs are not released
> when the resource is freed.
>
> This patch fixes the issue by matching the devargs when inserting a device in
> secondary process.
>
> Fixes: dda987315ca2 ("vdev: make virtual bus use its device struct")
> Fixes: a16040453968 ("eal: extract vdev infra")
> Cc: stable at dpdk.org
>
> Signed-off-by: Mingjin Ye <mingjinx.ye at intel.com>
> ---

Tested-by: Wei Ling <weix.ling at intel.com>


More information about the stable mailing list