On Tue, Jun 21, 2022 at 09:25:44AM +0400, Miaoqian Lin wrote: > cm_alloc_id_priv() allocates resource for cm_id_priv. > when cm_init_listen() fails, it doesn't free it, > leading to memory leak. call ib_destroy_cm_id() to fix this. > > Fixes: 98f67156a80f ("RDMA/cm: Simplify establishing a listen cm_id") > Signed-off-by: Miaoqian Lin <linmq006@xxxxxxxxx> > --- > drivers/infiniband/core/cm.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Applied to for-rc, thanks Jason