]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ipv6: annotate data-races around sysctl.ip6_rt_gc_interval
authorEric Dumazet <edumazet@google.com>
Thu, 15 Jan 2026 09:41:39 +0000 (09:41 +0000)
committerJakub Kicinski <kuba@kernel.org>
Mon, 19 Jan 2026 17:56:42 +0000 (09:56 -0800)
commit12eddc68574441b7fe319cf7726f1218f80e4e2b
tree380c5a0615dc331e0b6dad9d4cebc059600b99c0
parent5ade47c974b46eb2a1279185962a0ffa15dc5450
ipv6: annotate data-races around sysctl.ip6_rt_gc_interval

Add READ_ONCE() on lockless reads of net->ipv6.sysctl.ip6_rt_gc_interval

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20260115094141.3124990-7-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/ip6_fib.c