]> git.ipfire.org Git - thirdparty/linux.git/commit
ipv6: annotate data-races in ndisc_router_discovery()
authorEric Dumazet <edumazet@google.com>
Wed, 28 Feb 2024 13:54:31 +0000 (13:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Mar 2024 08:42:31 +0000 (08:42 +0000)
commitddea75d344dd87cf7f5d79efb1aab80b493f8393
tree992246c80a4a2779c892ed99c4fa526ded0bee1c
parent32f754176e889cdfe989ef08ece19859427755df
ipv6: annotate data-races in ndisc_router_discovery()

Annotate reads from in6_dev->cnf.XXX fields, as they could
change concurrently.

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/ndisc.c