ipv6: annotate data-races around devconf->proxy_ndp
authorEric Dumazet <edumazet@google.com>
Wed, 28 Feb 2024 13:54:34 +0000 (13:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Mar 2024 08:42:32 +0000 (08:42 +0000)
commita8fbd4d90720b6c930661ed593d54aba77cec3c2
tree99beb09ddf95a483c71a5795c6485d46cee031c9
parente248948a4471c6efca19f7c5e657b30ee67a6485
ipv6: annotate data-races around devconf->proxy_ndp

devconf->proxy_ndp can be read and written locklessly,
add appropriate annotations.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c
net/ipv6/ip6_output.c
net/ipv6/ndisc.c