diff options
author | 2024-02-28 13:54:29 +0000 | |
---|---|---|
committer | 2024-03-01 08:42:31 +0000 | |
commit | e0bb2675fea2783c45bb95d74f00c55156720863 (patch) | |
tree | 0f7a1c6c8a215727d5dfd5ccc5c86fd9ca717b31 /tools/perf/scripts/python | |
parent | ipv6: annotate data-races around cnf.mtu6 (diff) | |
download | wireguard-linux-e0bb2675fea2783c45bb95d74f00c55156720863.tar.xz wireguard-linux-e0bb2675fea2783c45bb95d74f00c55156720863.zip |
ipv6: annotate data-races around cnf.hop_limit
idev->cnf.hop_limit and net->ipv6.devconf_all->hop_limit
might be read locklessly, add appropriate READ_ONCE()
and WRITE_ONCE() annotations.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Florian Westphal <fw@strlen.de> # for netfilter parts
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions