Home
last modified time | relevance | path

Searched hist:cff6a327d78b05c98e0d1c4be77225ea2c0bfe8e (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv6/
H A Droute.cdiff cff6a327d78b05c98e0d1c4be77225ea2c0bfe8e Thu Aug 01 16:36:35 CDT 2019 David Ahern <dsahern@gmail.com> ipv6: Fix unbalanced rcu locking in rt6_update_exception_stamp_rt

The nexthop path in rt6_update_exception_stamp_rt needs to call
rcu_read_unlock if it fails to find a fib6_nh match rather than
just returning.

Fixes: e659ba31d806 ("ipv6: Handle all fib6_nh in a nexthop in exception handling")
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>