]> git.ipfire.org Git - thirdparty/linux.git/commit
net: dst: annotate data-races around dst->obsolete
authorEric Dumazet <edumazet@google.com>
Mon, 30 Jun 2025 12:19:25 +0000 (12:19 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 2 Jul 2025 21:32:29 +0000 (14:32 -0700)
commit8a402bbe54760dea67f1b2980c727761b47994d7
treeb478ead62258f97c29228298a2cf109e5bfc222f
parent8077b9a911d7cb0f606217f645d82c7b083ca238
net: dst: annotate data-races around dst->obsolete

(dst_entry)->obsolete is read locklessly, add corresponding
annotations.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20250630121934.3399505-2-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
12 files changed:
include/net/dst.h
net/core/dst.c
net/core/dst_cache.c
net/core/neighbour.c
net/core/sock.c
net/ipv4/datagram.c
net/ipv4/route.c
net/ipv6/datagram.c
net/ipv6/route.c
net/netfilter/ipvs/ip_vs_xmit.c
net/sctp/transport.c
net/xfrm/xfrm_policy.c