netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eric Dumazet <edumazet@google.com>
To: "David S . Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>,
	 Paolo Abeni <pabeni@redhat.com>
Cc: Simon Horman <horms@kernel.org>,
	netdev@vger.kernel.org, eric.dumazet@gmail.com,
	 Eric Dumazet <edumazet@google.com>
Subject: [PATCH net-next 0/2] net: lockless sk_sndtimeo and sk_rcvtimeo
Date: Fri, 20 Jun 2025 15:55:34 +0000	[thread overview]
Message-ID: <20250620155536.335520-1-edumazet@google.com> (raw)

This series completes the task of making sk->sk_sndtimeo and
sk->sk_rcvtimeo lockless.

Eric Dumazet (2):
  net: make sk->sk_sndtimeo lockless
  net: make sk->sk_rcvtimeo lockless

 fs/smb/server/transport_tcp.c |  6 ++----
 include/net/sock.h            |  4 ++--
 net/bluetooth/iso.c           |  4 ++--
 net/bluetooth/l2cap_sock.c    |  4 ++--
 net/bluetooth/sco.c           |  4 ++--
 net/core/sock.c               | 22 ++++++++--------------
 net/llc/af_llc.c              |  6 +++---
 net/sctp/socket.c             |  4 ++--
 net/smc/af_smc.c              |  6 +++---
 net/smc/smc_clc.c             |  6 +++---
 net/strparser/strparser.c     |  2 +-
 net/x25/af_x25.c              |  2 +-
 12 files changed, 31 insertions(+), 39 deletions(-)

-- 
2.50.0.rc2.701.gf1e915cc24-goog


             reply	other threads:[~2025-06-20 15:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-20 15:55 Eric Dumazet [this message]
2025-06-20 15:55 ` [PATCH net-next 1/2] net: make sk->sk_sndtimeo lockless Eric Dumazet
2025-06-20 15:55 ` [PATCH net-next 2/2] net: make sk->sk_rcvtimeo lockless Eric Dumazet
2025-06-24  0:20 ` [PATCH net-next 0/2] net: lockless sk_sndtimeo and sk_rcvtimeo patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250620155536.335520-1-edumazet@google.com \
    --to=edumazet@google.com \
    --cc=davem@davemloft.net \
    --cc=eric.dumazet@gmail.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).