From: patchwork-bot+netdevbpf@kernel.org
To: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Cc: mptcp@lists.linux.dev, martineau@kernel.org, geliang@kernel.org,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, fw@strlen.de, kishen.maloor@intel.com,
shuah@kernel.org, peter.krystad@linux.intel.com,
cpaasch@apple.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
tanggeliang@kylinos.cn, stable@vger.kernel.org,
dcaratti@redhat.com
Subject: Re: [PATCH net 00/10] mptcp: more misc. fixes for v6.8
Date: Tue, 27 Feb 2024 03:10:28 +0000 [thread overview]
Message-ID: <170900342860.19917.16044337565928875958.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240223-upstream-net-20240223-misc-fixes-v1-0-162e87e48497@kernel.org>
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 23 Feb 2024 17:14:10 +0100 you wrote:
> This series includes 6 types of fixes:
>
> - Patch 1 fixes v4 mapped in v6 addresses support for the userspace PM,
> when asking to delete a subflow. It was done everywhere else, but not
> there. Patch 2 validates the modification, thanks to a subtest in
> mptcp_join.sh. These patches can be backported up to v5.19.
>
> [...]
Here is the summary with links:
- [net,01/10] mptcp: map v4 address to v6 when destroying subflow
https://git.kernel.org/netdev/net/c/535d620ea5ff
- [net,02/10] selftests: mptcp: rm subflow with v4/v4mapped addr
https://git.kernel.org/netdev/net/c/7092dbee2328
- [net,03/10] mptcp: avoid printing warning once on client side
https://git.kernel.org/netdev/net/c/5b49c41ac8f2
- [net,04/10] mptcp: push at DSS boundaries
https://git.kernel.org/netdev/net/c/b9cd26f640a3
- [net,05/10] mptcp: fix snd_wnd initialization for passive socket
https://git.kernel.org/netdev/net/c/adf1bb78dab5
- [net,06/10] mptcp: fix potential wake-up event loss
https://git.kernel.org/netdev/net/c/b111d8fbd2cb
- [net,07/10] selftests: mptcp: join: add ss mptcp support check
https://git.kernel.org/netdev/net/c/9480f388a2ef
- [net,08/10] mptcp: fix double-free on socket dismantle
https://git.kernel.org/netdev/net/c/10048689def7
- [net,09/10] mptcp: fix possible deadlock in subflow diag
https://git.kernel.org/netdev/net/c/d6a9608af9a7
- [net,10/10] selftests: mptcp: explicitly trigger the listener diag code-path
https://git.kernel.org/netdev/net/c/b4b51d36bbaa
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:[~2024-02-27 3:10 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-23 16:14 [PATCH net 00/10] mptcp: more misc. fixes for v6.8 Matthieu Baerts (NGI0)
2024-02-23 16:14 ` [PATCH net 01/10] mptcp: map v4 address to v6 when destroying subflow Matthieu Baerts (NGI0)
2024-02-23 16:14 ` [PATCH net 02/10] selftests: mptcp: rm subflow with v4/v4mapped addr Matthieu Baerts (NGI0)
2024-02-23 16:14 ` [PATCH net 03/10] mptcp: avoid printing warning once on client side Matthieu Baerts (NGI0)
2024-02-23 16:14 ` [PATCH net 04/10] mptcp: push at DSS boundaries Matthieu Baerts (NGI0)
2024-02-23 16:14 ` [PATCH net 05/10] mptcp: fix snd_wnd initialization for passive socket Matthieu Baerts (NGI0)
2024-02-23 16:35 ` [PATCH net 05/10] mptcp: fix snd_wnd initialization for passive socket: manual merge Matthieu Baerts
2024-02-23 16:14 ` [PATCH net 06/10] mptcp: fix potential wake-up event loss Matthieu Baerts (NGI0)
2024-02-23 16:14 ` [PATCH net 07/10] selftests: mptcp: join: add ss mptcp support check Matthieu Baerts (NGI0)
2024-02-23 16:14 ` [PATCH net 08/10] mptcp: fix double-free on socket dismantle Matthieu Baerts (NGI0)
2024-02-23 16:14 ` [PATCH net 09/10] mptcp: fix possible deadlock in subflow diag Matthieu Baerts (NGI0)
2024-02-23 16:14 ` [PATCH net 10/10] selftests: mptcp: explicitly trigger the listener diag code-path Matthieu Baerts (NGI0)
2024-02-26 17:58 ` Simon Horman
2024-03-01 14:37 ` Jakub Kicinski
2024-03-01 15:10 ` Matthieu Baerts
2024-03-01 18:24 ` Matthieu Baerts
2024-03-01 18:55 ` Jakub Kicinski
2024-02-27 3:10 ` 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=170900342860.19917.16044337565928875958.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=cpaasch@apple.com \
--cc=davem@davemloft.net \
--cc=dcaratti@redhat.com \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=geliang@kernel.org \
--cc=kishen.maloor@intel.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=martineau@kernel.org \
--cc=matttbe@kernel.org \
--cc=mptcp@lists.linux.dev \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=peter.krystad@linux.intel.com \
--cc=shuah@kernel.org \
--cc=stable@vger.kernel.org \
--cc=tanggeliang@kylinos.cn \
/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