commit | 3a5f55500f3e93cf4d62351c753452279b088b4b | [log] [tgz] |
---|---|---|
author | Yue Haibing <yuehaibing@huawei.com> | Mon Sep 01 20:37:25 2025 +0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Tue Sep 02 17:01:06 2025 -0700 |
tree | bcc03494a6c173b6ced6900536dea1f0649c030d | |
parent | 41ec374bdece1f59f2511e8a3046bb6efa1ed48d [diff] |
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>