diff options
author | Eric Dumazet <edumazet@google.com> | 2024-02-28 13:54:29 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-03-01 08:42:31 +0000 |
commit | e0bb2675fea2783c45bb95d74f00c55156720863 (patch) | |
tree | 0f7a1c6c8a215727d5dfd5ccc5c86fd9ca717b31 /kernel | |
parent | e7135f484994494a38071e3653a83d21d305f50c (diff) | |
download | linux-e0bb2675fea2783c45bb95d74f00c55156720863.tar.gz linux-e0bb2675fea2783c45bb95d74f00c55156720863.tar.bz2 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 'kernel')
0 files changed, 0 insertions, 0 deletions