summaryrefslogtreecommitdiff
path: root/tools/lib/python/kdoc
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2026-06-10 20:14:58 +0300
committerJakub Kicinski <kuba@kernel.org>2026-06-12 05:12:40 +0300
commitf6033078a9e671e3c8b83d387b91591a6f6a54e7 (patch)
treec43eb050212f5c0f5f3a07af1dee81a6a6c0dd5a /tools/lib/python/kdoc
parent9bbdc7dc409024598d4c89df703073a2e27d634f (diff)
downloadlinux-f6033078a9e671e3c8b83d387b91591a6f6a54e7.tar.xz
ip6_tunnel: annotate data-races around t->err_count and t->err_time
ip6_tnl_xmit() and ipip6_tunnel_xmit() run locklessly (dev->lltx == true). ip6gre_err() and ipip6_err() also run locklessly. We need to add READ_ONCE() and WRITE_ONCE() annotations around t->err_count and t->err_time. Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: Ido Schimmel <idosch@nvidia.com> Link: https://patch.msgid.link/20260610171458.1359630-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/lib/python/kdoc')
0 files changed, 0 insertions, 0 deletions