Hi, > -----Original Message----- > From: Dmitry Kozlyuk <[email protected]> > Sent: Tuesday, November 23, 2021 10:22 PM > To: [email protected] > Cc: Raslan Darawsheh <[email protected]>; Xueming(Steven) Li > <[email protected]>; Matan Azrad <[email protected]>; Slava Ovsiienko > <[email protected]> > Subject: [PATCH] net/mlx5: fix segfault on close after failed start > > If mlx5_rxq_start() failed and rxq_ctrl was not initialized, > mlx5_rxq_obj_verify() would segfaul in an attempt to dereference it. > Add a check that rxq_ctrl is not NULL before accessing its members. > > Fixes: 09c2555303be ("net/mlx5: support shared Rx queue") > Cc: [email protected] > > Signed-off-by: Dmitry Kozlyuk <[email protected]> > Acked-by: Matan Azrad <[email protected]> > --- Patch applied to next-net-mlx,
Kindest regards, Raslan Darawsheh

