ip_tunnel: annotate data-races around t->parms.link
authorEric Dumazet <edumazet@google.com>
Tue, 13 Feb 2024 06:32:34 +0000 (06:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 Feb 2024 11:20:13 +0000 (11:20 +0000)
commitf694eee9e1c00d6ca06c5e59c04e3b6ff7d64aa9
tree9850b42ac3e65f0e71f7616f740e4b2c60d06f3d
parent1c07dbb0cccfe85060b6eb089db3d6bfeb6aaf31
ip_tunnel: annotate data-races around t->parms.link

t->parms.link is read locklessly, annotate these reads
and opposite writes accordingly.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_tunnel.c