On Wed, Dec 06, 2017 at 05:15:43PM -0800, Nikita V. Shirokov wrote: > commit 8d79266bc48c ("ip6_tunnel: add collect_md mode to IPv6 tunnels") > introduced new exit point in ipxip6_rcv. however rcu_read_unlock is > missing there. this diff is fixing this > > v1->v2: > instead of doing rcu_read_unlock in place, we are going to "drop" > section (to prevent skb leakage) > > Signed-off-by: Nikita V. Shirokov <tehn...@fb.com>
thanks for fixing my mess. Fixes: 8d79266bc48c ("ip6_tunnel: add collect_md mode to IPv6 tunnels") Acked-by: Alexei Starovoitov <a...@kernel.org>