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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 21 Sep 2023 20:28:10 +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-next 0/8] net: more data-races fixes and lockless socket options

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ