lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <3bfa3059-4ca7-c4f0-a9b4-92049286103f@kernel.org> Date: Thu, 14 Sep 2023 09:06:23 -0600 From: David Ahern <dsahern@...nel.org> To: Eric Dumazet <edumazet@...gle.com>, "David S . Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com> Cc: netdev@...r.kernel.org, eric.dumazet@...il.com Subject: Re: [PATCH net-next 10/14] ipv6: lockless IPV6_RECVERR implemetation On 9/12/23 10:02 AM, Eric Dumazet wrote: > np->recverr is moved to inet->inet_flags to fix data-races. > > Signed-off-by: Eric Dumazet <edumazet@...gle.com> > --- > include/linux/ipv6.h | 3 +-- > include/net/inet_sock.h | 1 + > include/net/ipv6.h | 4 +--- > net/dccp/ipv6.c | 2 +- > net/ipv4/ping.c | 2 +- > net/ipv6/datagram.c | 6 ++---- > net/ipv6/ipv6_sockglue.c | 17 ++++++++--------- > net/ipv6/raw.c | 10 +++++----- > net/ipv6/tcp_ipv6.c | 2 +- > net/ipv6/udp.c | 6 +++--- > net/sctp/ipv6.c | 4 +--- > 11 files changed, 25 insertions(+), 32 deletions(-) > Reviewed-by: David Ahern <dsahern@...nel.org>
Powered by blists - more mailing lists