From: patchwork-bot+netdevbpf@kernel.org
To: Eric Dumazet <edumazet@google.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
simon.horman@corigine.com, soheil@google.com,
netdev@vger.kernel.org, eric.dumazet@gmail.com
Subject: Re: [PATCH v4 net-next 00/15] inet: socket lock and data-races avoidance
Date: Wed, 16 Aug 2023 10:20:26 +0000 [thread overview]
Message-ID: <169218122691.20553.967730777451496109.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230816081547.1272409-1-edumazet@google.com>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Wed, 16 Aug 2023 08:15:32 +0000 you wrote:
> In this series, I converted 20 bits in "struct inet_sock" and made
> them truly atomic.
>
> This allows to implement many IP_ socket options in a lockless
> fashion (no need to acquire socket lock), and fixes data-races
> that were showing up in various KCSAN reports.
>
> [...]
Here is the summary with links:
- [v4,net-next,01/15] inet: introduce inet->inet_flags
https://git.kernel.org/netdev/net-next/c/c274af224269
- [v4,net-next,02/15] inet: set/get simple options locklessly
https://git.kernel.org/netdev/net-next/c/b4d84bce4c43
- [v4,net-next,03/15] inet: move inet->recverr to inet->inet_flags
https://git.kernel.org/netdev/net-next/c/6b5f43ea0815
- [v4,net-next,04/15] inet: move inet->recverr_rfc4884 to inet->inet_flags
https://git.kernel.org/netdev/net-next/c/8e8cfb114d9f
- [v4,net-next,05/15] inet: move inet->freebind to inet->inet_flags
https://git.kernel.org/netdev/net-next/c/3f7e753206bb
- [v4,net-next,06/15] inet: move inet->hdrincl to inet->inet_flags
https://git.kernel.org/netdev/net-next/c/cafbe182a467
- [v4,net-next,07/15] inet: move inet->mc_loop to inet->inet_frags
https://git.kernel.org/netdev/net-next/c/b09bde5c3554
- [v4,net-next,08/15] inet: move inet->mc_all to inet->inet_frags
https://git.kernel.org/netdev/net-next/c/307b4ac6dc18
- [v4,net-next,09/15] inet: move inet->transparent to inet->inet_flags
https://git.kernel.org/netdev/net-next/c/4bd0623f04ee
- [v4,net-next,10/15] inet: move inet->is_icsk to inet->inet_flags
https://git.kernel.org/netdev/net-next/c/b1c0356a5857
- [v4,net-next,11/15] inet: move inet->nodefrag to inet->inet_flags
https://git.kernel.org/netdev/net-next/c/f04b8d3478a3
- [v4,net-next,12/15] inet: move inet->bind_address_no_port to inet->inet_flags
https://git.kernel.org/netdev/net-next/c/ca571e2eb7eb
- [v4,net-next,13/15] inet: move inet->defer_connect to inet->inet_flags
https://git.kernel.org/netdev/net-next/c/08e39c0dfa29
- [v4,net-next,14/15] inet: implement lockless IP_TTL
https://git.kernel.org/netdev/net-next/c/10f42426e5bc
- [v4,net-next,15/15] inet: implement lockless IP_MINTTL
https://git.kernel.org/netdev/net-next/c/12af73269fd9
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-08-16 10:20 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-16 8:15 [PATCH v4 net-next 00/15] inet: socket lock and data-races avoidance Eric Dumazet
2023-08-16 8:15 ` [PATCH v4 net-next 01/15] inet: introduce inet->inet_flags Eric Dumazet
2023-08-16 8:15 ` [PATCH v4 net-next 02/15] inet: set/get simple options locklessly Eric Dumazet
2023-08-16 8:15 ` [PATCH v4 net-next 03/15] inet: move inet->recverr to inet->inet_flags Eric Dumazet
2023-08-16 8:15 ` [PATCH v4 net-next 04/15] inet: move inet->recverr_rfc4884 " Eric Dumazet
2023-08-16 8:15 ` [PATCH v4 net-next 05/15] inet: move inet->freebind " Eric Dumazet
2023-08-16 9:14 ` Matthieu Baerts
2023-08-16 8:15 ` [PATCH v4 net-next 06/15] inet: move inet->hdrincl " Eric Dumazet
2023-08-16 8:15 ` [PATCH v4 net-next 07/15] inet: move inet->mc_loop to inet->inet_frags Eric Dumazet
2023-08-16 8:15 ` [PATCH v4 net-next 08/15] inet: move inet->mc_all " Eric Dumazet
2023-08-16 8:15 ` [PATCH v4 net-next 09/15] inet: move inet->transparent to inet->inet_flags Eric Dumazet
2023-08-16 9:15 ` Matthieu Baerts
2023-08-16 8:15 ` [PATCH v4 net-next 10/15] inet: move inet->is_icsk " Eric Dumazet
2023-08-16 8:15 ` [PATCH v4 net-next 11/15] inet: move inet->nodefrag " Eric Dumazet
2023-08-16 8:15 ` [PATCH v4 net-next 12/15] inet: move inet->bind_address_no_port " Eric Dumazet
2023-08-16 8:15 ` [PATCH v4 net-next 13/15] inet: move inet->defer_connect " Eric Dumazet
2023-08-16 9:15 ` Matthieu Baerts
2023-08-16 8:15 ` [PATCH v4 net-next 14/15] inet: implement lockless IP_TTL Eric Dumazet
2023-08-16 8:15 ` [PATCH v4 net-next 15/15] inet: implement lockless IP_MINTTL Eric Dumazet
2023-08-16 10:20 ` patchwork-bot+netdevbpf [this message]
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=169218122691.20553.967730777451496109.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=simon.horman@corigine.com \
--cc=soheil@google.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).