Skip to content
Commit 2ddc0dd7 authored by Wen Gu's avatar Wen Gu Committed by Paolo Abeni
Browse files

net/smc: fix neighbour and rtable leak in smc_ib_find_route()

In smc_ib_find_route(), the neighbour found by neigh_lookup() and rtable
resolved by ip_route_output_flow() are not released or put before return.
It may cause the refcount leak, so fix it.

Link: https://lore.kernel.org/r/20240506015439.108739-1-guwen@linux.alibaba.com
Fixes: e5c4744c

 ("net/smc: add SMC-Rv2 connection establishment")
Signed-off-by: default avatarWen Gu <guwen@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240507125331.2808-1-guwen@linux.alibaba.com
Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent 4db783d6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment