Re: [PATCH 1/1] RDMA/cma: Fix rdma_resolve_route memory leak
From: Jason Gunthorpe
Date: Fri Jun 25 2021 - 11:03:19 EST
On Thu, Jun 24, 2021 at 11:55:31AM -0700, Gerd Rausch wrote:
> Fix a memory leak when "rmda_resolve_route" is called
> more than once on the same "rdma_cm_id".
>
> Signed-off-by: Gerd Rausch <gerd.rausch@xxxxxxxxxx>
> ---
> drivers/infiniband/core/cma.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
I wondered for a while if it would be better to clear this in
cma_query_handler(), but it seems this is OK
Applied to for-next
Thanks,
Jason