Re: [PATCH] IB/cma: Fix net_dev reference leak with failed requests

2015-09-03 Thread Doug Ledford
On 08/27/2015 08:55 AM, Haggai Eran wrote: > When no matching listening ID is found for a given request, the net_dev > that was used to find the request isn't released. > > Fixes: 20c36836ecad ("IB/cma: Use found net_dev for passive connections") > Signed-off-by: Haggai Eran

Re: [PATCH] IB/cma: Fix net_dev reference leak with failed requests

2015-08-31 Thread Doug Ledford
On 08/31/2015 11:20 AM, Weiny, Ira wrote: >> >> On 08/30/2015 02:12 AM, Or Gerlitz wrote: >>> On Thu, Aug 27, 2015 at 5:55 AM, Haggai Eran >> wrote: When no matching listening ID is found for a given request, the net_dev that was used to find the request isn't

Re: [PATCH] IB/cma: Fix net_dev reference leak with failed requests

2015-08-30 Thread Or Gerlitz
On Thu, Aug 27, 2015 at 5:55 AM, Haggai Eran hagg...@mellanox.com wrote: When no matching listening ID is found for a given request, the net_dev that was used to find the request isn't released. Fixes: 20c36836ecad (IB/cma: Use found net_dev for passive connections) same here, Doug, if this

Re: [PATCH] IB/cma: Fix net_dev reference leak with failed requests

2015-08-30 Thread Doug Ledford
On 08/30/2015 02:12 AM, Or Gerlitz wrote: On Thu, Aug 27, 2015 at 5:55 AM, Haggai Eran hagg...@mellanox.com wrote: When no matching listening ID is found for a given request, the net_dev that was used to find the request isn't released. Fixes: 20c36836ecad (IB/cma: Use found net_dev for

[PATCH] IB/cma: Fix net_dev reference leak with failed requests

2015-08-27 Thread Haggai Eran
When no matching listening ID is found for a given request, the net_dev that was used to find the request isn't released. Fixes: 20c36836ecad (IB/cma: Use found net_dev for passive connections) Signed-off-by: Haggai Eran hagg...@mellanox.com --- drivers/infiniband/core/cma.c | 4 1 file