In the Linux kernel, the following vulnerability has been resolved:
net/smc: fix neighbour and rtable leak in smcibfind_route()
In smcibfindroute(), the neighbour found by neighlookup() and rtable resolved by iprouteoutput_flow() are not released or put before return. It may cause the refcount leak, so fix it.