Hi Jason, On 25/06/2021 08.03, Jason Gunthorpe wrote: > 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 > Thank you, I appreciate it. Gerd