[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230831135212.2615985-1-edumazet@google.com>
Date: Thu, 31 Aug 2023 13:52:07 +0000
From: Eric Dumazet <edumazet@...gle.com>
To: "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,
Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH net 0/5] net: another round of data-race annotations
Series inspired by some syzbot reports, taking care
of 4 socket fields that can be read locklessly.
Eric Dumazet (5):
net: use sk_forward_alloc_get() in sk_get_meminfo()
net: annotate data-races around sk->sk_forward_alloc
mptcp: annotate data-races around msk->rmem_fwd_alloc
net: annotate data-races around sk->sk_tsflags
net: annotate data-races around sk->sk_bind_phc
include/net/ip.h | 2 +-
include/net/sock.h | 29 +++++++++++++++++++----------
net/can/j1939/socket.c | 10 ++++++----
net/core/skbuff.c | 10 ++++++----
net/core/sock.c | 18 +++++++++---------
net/ipv4/ip_output.c | 2 +-
net/ipv4/ip_sockglue.c | 2 +-
net/ipv4/tcp.c | 4 ++--
net/ipv4/tcp_output.c | 2 +-
net/ipv4/udp.c | 6 +++---
net/ipv6/ip6_output.c | 2 +-
net/ipv6/ping.c | 2 +-
net/ipv6/raw.c | 2 +-
net/ipv6/udp.c | 2 +-
net/mptcp/protocol.c | 23 +++++++++++++++--------
net/socket.c | 15 ++++++++-------
16 files changed, 76 insertions(+), 55 deletions(-)
--
2.42.0.rc2.253.gd59a3bf2b4-goog
Powered by blists - more mailing lists