From: "Nikita V. Shirokov" <tehn...@fb.com> Date: Wed, 6 Dec 2017 17:15:43 -0800
> 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> Applied and queued up for -stable, thanks.