]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
ipv6: annotate data-races around devconf->rpl_seg_enabled
authorYue Haibing <yuehaibing@huawei.com>
Mon, 1 Sep 2025 12:37:25 +0000 (20:37 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 3 Sep 2025 00:01:06 +0000 (17:01 -0700)
commit3a5f55500f3e93cf4d62351c753452279b088b4b
treebcc03494a6c173b6ced6900536dea1f0649c030d
parent41ec374bdece1f59f2511e8a3046bb6efa1ed48d
ipv6: annotate data-races around devconf->rpl_seg_enabled

devconf->rpl_seg_enabled can be changed concurrently from
/proc/sys/net/ipv6/conf, annotate lockless reads on it.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Link: https://patch.msgid.link/20250901123726.1972881-2-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/exthdrs.c