aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2016-02-03 01:55:01 +0000
committerDavid S. Miller <[email protected]>2016-02-08 15:33:32 +0000
commit44c3d0c1c0a880354e9de5d94175742e2c7c9683 (patch)
tree53df14135bda97eebaa0e303e0d1e3a3b59973a3 /net/ipv6/tcp_ipv6.c
parentunix: correctly track in-flight fds in sending process user_struct (diff)
downloadkernel-44c3d0c1c0a880354e9de5d94175742e2c7c9683.tar.gz
kernel-44c3d0c1c0a880354e9de5d94175742e2c7c9683.zip
ipv6: fix a lockdep splat
Silence lockdep false positive about rcu_dereference() being used in the wrong context. First one should use rcu_dereference_protected() as we own the spinlock. Second one should be a normal assignation, as no barrier is needed. Fixes: 18367681a10bd ("ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.") Reported-by: Dave Jones <[email protected]> Signed-off-by: Eric Dumazet <[email protected]> Acked-by: Hannes Frederic Sowa <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
0 files changed, 0 insertions, 0 deletions