summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2019-04-23 09:43:26 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-05 14:42:37 +0200
commit485f382f2c6da326e5ceea085f45257c71f6f907 (patch)
treea38ba17b27eca3195e0b853929b9f67259a1357e /drivers/net
parente571a33963f4d58f2780253635b1361ab7692d7b (diff)
downloadlinux-stable-485f382f2c6da326e5ceea085f45257c71f6f907.tar.gz
linux-stable-485f382f2c6da326e5ceea085f45257c71f6f907.tar.bz2
linux-stable-485f382f2c6da326e5ceea085f45257c71f6f907.zip
l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()
[ Upstream commit c1c477217882c610a2ba0268f5faf36c9c092528 ] Canonical way to fetch sk_user_data from an encap_rcv() handler called from UDP stack in rcu protected section is to use rcu_dereference_sk_user_data(), otherwise compiler might read it multiple times. Fixes: d00fa9adc528 ("il2tp: fix races with tunnel socket close") Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: James Chapman <jchapman@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions