Nikita V. Shirokov 74c4b656c3 adding missing rcu_read_unlock in ipxip6_rcv
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)

Fixes: 8d79266bc48c ("ip6_tunnel: add collect_md mode to IPv6 tunnels")
Signed-off-by: Nikita V. Shirokov <tehnerd@fb.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-12-07 13:59:37 -05:00
..
2017-11-08 11:20:49 +09:00
2017-05-21 13:42:36 -04:00
2016-12-25 17:21:23 +01:00
2017-06-12 09:53:14 -04:00
2017-10-18 14:13:08 +01:00
2017-09-01 18:35:23 -07:00
2017-11-30 10:25:41 -05:00
2015-02-28 16:56:51 -05:00
2015-11-03 10:52:13 -05:00