net: dst: annotate data-races around dst->expires
authorEric Dumazet <edumazet@google.com>
Mon, 30 Jun 2025 12:19:26 +0000 (12:19 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 2 Jul 2025 21:32:29 +0000 (14:32 -0700)
commit36229b2caca2228b834c03fb83867022485a0563
tree3fa283264347b44f58eacb15f19dbc836e0d5f1b
parent8a402bbe54760dea67f1b2980c727761b47994d7
net: dst: annotate data-races around dst->expires

(dst_entry)->expires is read and written 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-3-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/dst.h
include/net/ip.h
net/ipv4/route.c
net/ipv6/route.c