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

(dst_entry)->lastuse 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-4-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/dst.h
net/core/rtnetlink.c
net/ipv6/route.c