diff options
| author | Nikita V. Shirokov <[email protected]> | 2017-12-07 01:15:43 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-12-07 18:59:37 +0000 |
| commit | 74c4b656c3d92ec4c824ea1a4afd726b7b6568c8 (patch) | |
| tree | 936133a50a718d218502281293909aff1ff027bc /net/unix/af_unix.c | |
| parent | Merge branch 'mv88e6xxx-error-patch-fixes' (diff) | |
| download | kernel-74c4b656c3d92ec4c824ea1a4afd726b7b6568c8.tar.gz kernel-74c4b656c3d92ec4c824ea1a4afd726b7b6568c8.zip | |
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 <[email protected]>
Acked-by: Alexei Starovoitov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
