netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] net: more data-races fixes and lockless socket options
@ 2023-09-21 20:28 Eric Dumazet
  2023-09-21 20:28 ` [PATCH net-next 1/8] net: implement lockless SO_PRIORITY Eric Dumazet
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Eric Dumazet @ 2023-09-21 20:28 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: netdev, eric.dumazet, Eric Dumazet

This is yet another round of data-races fixes,
and lockless socket options.

Eric Dumazet (8):
  net: implement lockless SO_PRIORITY
  net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSEC
  net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt()
  net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL,
    SO_BUSY_POLL_BUDGET
  net: implement lockless SO_MAX_PACING_RATE
  net: lockless implementation of SO_TXREHASH
  net: annotate data-races around sk->sk_tx_queue_mapping
  net: annotate data-races around sk->sk_dst_pending_confirm

 drivers/net/ppp/pppoe.c           |   2 +-
 include/net/bluetooth/bluetooth.h |   2 +-
 include/net/sock.h                |  26 +++--
 include/trace/events/mptcp.h      |   2 +-
 net/appletalk/aarp.c              |   2 +-
 net/ax25/af_ax25.c                |   2 +-
 net/bluetooth/l2cap_sock.c        |   2 +-
 net/can/j1939/socket.c            |   2 +-
 net/can/raw.c                     |   2 +-
 net/core/sock.c                   | 163 ++++++++++++++----------------
 net/dccp/ipv6.c                   |   2 +-
 net/ipv4/inet_diag.c              |   2 +-
 net/ipv4/ip_output.c              |   2 +-
 net/ipv4/tcp_bbr.c                |  13 +--
 net/ipv4/tcp_input.c              |   4 +-
 net/ipv4/tcp_ipv4.c               |   2 +-
 net/ipv4/tcp_minisocks.c          |   2 +-
 net/ipv4/tcp_output.c             |  11 +-
 net/ipv6/inet6_connection_sock.c  |   2 +-
 net/ipv6/ip6_output.c             |   2 +-
 net/ipv6/tcp_ipv6.c               |   4 +-
 net/mptcp/sockopt.c               |   2 +-
 net/netrom/af_netrom.c            |   2 +-
 net/rose/af_rose.c                |   2 +-
 net/sched/em_meta.c               |   2 +-
 net/sched/sch_fq.c                |   2 +-
 net/sctp/ipv6.c                   |   2 +-
 net/smc/af_smc.c                  |   2 +-
 net/x25/af_x25.c                  |   2 +-
 net/xdp/xsk.c                     |   2 +-
 30 files changed, 138 insertions(+), 131 deletions(-)

-- 
2.42.0.515.g380fc7ccd1-goog


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-10-01 18:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-21 20:28 [PATCH net-next 0/8] net: more data-races fixes and lockless socket options Eric Dumazet
2023-09-21 20:28 ` [PATCH net-next 1/8] net: implement lockless SO_PRIORITY Eric Dumazet
2023-09-21 23:37   ` Wenjia Zhang
2023-09-21 20:28 ` [PATCH net-next 2/8] net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSEC Eric Dumazet
2023-09-21 20:28 ` [PATCH net-next 3/8] net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt() Eric Dumazet
2023-09-21 20:28 ` [PATCH net-next 4/8] net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_POLL_BUDGET Eric Dumazet
2023-09-21 20:28 ` [PATCH net-next 5/8] net: implement lockless SO_MAX_PACING_RATE Eric Dumazet
2023-09-21 20:28 ` [PATCH net-next 6/8] net: lockless implementation of SO_TXREHASH Eric Dumazet
2023-09-21 20:28 ` [PATCH net-next 7/8] net: annotate data-races around sk->sk_tx_queue_mapping Eric Dumazet
2023-09-21 20:28 ` [PATCH net-next 8/8] net: annotate data-races around sk->sk_dst_pending_confirm Eric Dumazet
2023-09-22 16:56 ` [PATCH net-next 0/8] net: more data-races fixes and lockless socket options Simon Horman
2023-10-01 18:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).