linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rdma-next] RDMA/qedr: Fix memory leak in iWARP cm
@ 2020-10-21 11:50 Alok Prasad
  2020-10-28 12:48 ` Jason Gunthorpe
  0 siblings, 1 reply; 2+ messages in thread
From: Alok Prasad @ 2020-10-21 11:50 UTC (permalink / raw)
  To: jgg, dledford
  Cc: michal.kalderon, ariel.elior, linux-rdma, palok, Igor Russkikh

Fixes memory leak in iWARP cm

Fixes: e411e0587e0d ("RDMA/qedr: Add iWARP connection management functions")
Signed-off-by: Michal Kalderon <michal.kalderon@marvell.com>
Signed-off-by: Igor Russkikh <irusskikh@marvell.com>
Signed-off-by: Alok Prasad <palok@marvell.com>
---
 drivers/infiniband/hw/qedr/qedr_iw_cm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/infiniband/hw/qedr/qedr_iw_cm.c b/drivers/infiniband/hw/qedr/qedr_iw_cm.c
index c7169d2c69e5..c4bc58736e48 100644
--- a/drivers/infiniband/hw/qedr/qedr_iw_cm.c
+++ b/drivers/infiniband/hw/qedr/qedr_iw_cm.c
@@ -727,6 +727,7 @@ int qedr_iw_destroy_listen(struct iw_cm_id *cm_id)
 						    listener->qed_handle);
 
 	cm_id->rem_ref(cm_id);
+	kfree(listener);
 	return rc;
 }
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH rdma-next] RDMA/qedr: Fix memory leak in iWARP cm
  2020-10-21 11:50 [PATCH rdma-next] RDMA/qedr: Fix memory leak in iWARP cm Alok Prasad
@ 2020-10-28 12:48 ` Jason Gunthorpe
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Gunthorpe @ 2020-10-28 12:48 UTC (permalink / raw)
  To: Alok Prasad
  Cc: dledford, michal.kalderon, ariel.elior, linux-rdma, Igor Russkikh

On Wed, Oct 21, 2020 at 11:50:08AM +0000, Alok Prasad wrote:
> Fixes memory leak in iWARP cm
> 
> Fixes: e411e0587e0d ("RDMA/qedr: Add iWARP connection management functions")
> Signed-off-by: Michal Kalderon <michal.kalderon@marvell.com>
> Signed-off-by: Igor Russkikh <irusskikh@marvell.com>
> Signed-off-by: Alok Prasad <palok@marvell.com>
> ---
>  drivers/infiniband/hw/qedr/qedr_iw_cm.c | 1 +
>  1 file changed, 1 insertion(+)

Applied to for-rc, thanks

Jason

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-28 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21 11:50 [PATCH rdma-next] RDMA/qedr: Fix memory leak in iWARP cm Alok Prasad
2020-10-28 12:48 ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).