On Thu, Mar 06, 2025 at 08:04:40PM +0800, Cheng Xu wrote: > After the erdma_cep_put(new_cep) being called, new_cep will be freed, > and the following dereference will cause a UAF problem. Fix this issue. > > Fixes: 920d93eac8b9 ("RDMA/erdma: Add connection management (CM) support") > Signed-off-by: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Cheng Xu <chengyou@xxxxxxxxxxxxxxxxx> > --- > drivers/infiniband/hw/erdma/erdma_cm.c | 1 - > 1 file changed, 1 deletion(-) Applied as is. Thanks