> -----Original Message----- > From: Mingjin Ye <[email protected]> > Sent: Thursday, March 14, 2024 5:37 PM > To: [email protected] > Cc: Ye, MingjinX <[email protected]>; [email protected] > Subject: [PATCH 3/3] net/vdev: fix insert vdev core dump > > Inserting a vdev device when the device arguments are already stored in > devargs_list, the rte_devargs_insert function replaces the supplied new > devargs with the found devargs and frees the new devargs. As a result, the use > of free devargs results in a core dump. > > This patch fixes the issue by using valid devargs. > > Fixes: f3a1188cee4a ("devargs: make device representation generic") > Cc: [email protected] > > Signed-off-by: Mingjin Ye <[email protected]> > --- > drivers/bus/vdev/vdev.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Tested-by: Yu Jiang <[email protected]> Best regards, Yu Jiang

