[PATCH v3 net-next 0/2] ipv6: improve rpl_seg_enabled sysctl handling

Yue Haibing posted 2 patches 3 months, 1 week ago
net/ipv6/addrconf.c | 4 +++-
net/ipv6/exthdrs.c  | 6 ++----
2 files changed, 5 insertions(+), 5 deletions(-)
[PATCH v3 net-next 0/2] ipv6: improve rpl_seg_enabled sysctl handling
Posted by Yue Haibing 3 months, 1 week ago
First commit annotate data-races around it and second one add sanity check that
prevents unintentional misconfiguration.

Yue Haibing (2):
  ipv6: annotate data-races around devconf->rpl_seg_enabled
  ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabled

 net/ipv6/addrconf.c | 4 +++-
 net/ipv6/exthdrs.c  | 6 ++----
 2 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.34.1
Re: [PATCH v3 net-next 0/2] ipv6: improve rpl_seg_enabled sysctl handling
Posted by Yue Haibing 3 months, 1 week ago
On 2025/9/1 20:37, Yue Haibing wrote:
> First commit annotate data-races around it and second one add sanity check that
> prevents unintentional misconfiguration.
> 
I forget to mention the revision history

v3: split v2 into two separate ones and drop Fixes tag.
v2: add extra1/2 check

> Yue Haibing (2):
>   ipv6: annotate data-races around devconf->rpl_seg_enabled
>   ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabled
> 
>  net/ipv6/addrconf.c | 4 +++-
>  net/ipv6/exthdrs.c  | 6 ++----
>  2 files changed, 5 insertions(+), 5 deletions(-)
>