From: patchwork-bot+netdevbpf@kernel.org
To: Matthieu Baerts <matttbe@kernel.org>
Cc: martineau@kernel.org, geliang@kernel.org, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
horms@kernel.org, netdev@vger.kernel.org, mptcp@lists.linux.dev,
linux-kernel@vger.kernel.org, stable@vger.kernel.org,
fw@strlen.de, kalpan.jani@mpiricsoftware.com,
syzbot+55c2a5c871441261ed14@syzkaller.appspotmail.com,
cuitao@kylinos.cn, yangang@kylinos.cn, shuah@kernel.org,
linux-kselftest@vger.kernel.org, luoqing@kylinos.cn,
kishen.maloor@intel.com, kuniyu@google.com, kmta1236@gmail.com,
jakub@cloudflare.com
Subject: Re: [PATCH net v2 00/15] mptcp: misc fixes for v7.3-rc1
Date: Wed, 09 Sep 2026 20:40:09 +0000 [thread overview]
Message-ID: <178898640963.1048067.13477009364378101406.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260908-net-mptcp-misc-fixes-7-3-rc1-v2-0-df1de70348b6@kernel.org>
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 08 Sep 2026 16:07:05 +0200 you wrote:
> Here are various unrelated fixes:
>
> - Patch 1: Do not reschedule the RTX timer for sockets that fell back to
> TCP. A fix for v5.7.
>
> - Patch 2: Avoid copying thmac which will not be used and could be
> uninitialised. A fix for v5.7.
>
> [...]
Here is the summary with links:
- [net,v2,01/15] mptcp: do not reschedule the RTX timer for fallback sockets
https://git.kernel.org/netdev/net/c/e2ab913f68c7
- [net,v2,02/15] mptcp: subflow: no need to copy thmac during ulp_clone
https://git.kernel.org/netdev/net/c/29f641951be0
- [net,v2,03/15] mptcp: syncookies: remember the request backup flag
https://git.kernel.org/netdev/net/c/b76c0e28b392
- [net,v2,04/15] mptcp: pm: kernel: drop pending ADD_ADDR when removing ID0
https://git.kernel.org/netdev/net/c/2ac7d6e62076
- [net,v2,05/15] mptcp: options: handle MPC data + csum reqd + no csum
https://git.kernel.org/netdev/net/c/ab36b1a80942
- [net,v2,06/15] mptcp: prevent race between disconnect() and rtx
https://git.kernel.org/netdev/net/c/85c580b0d859
- [net,v2,07/15] selftests: mptcp: fix an UAF in mptcp_connect.c
https://git.kernel.org/netdev/net/c/730444f094b1
- [net,v2,08/15] mptcp: pm: userspace: fix address ID overflow
https://git.kernel.org/netdev/net/c/f9f0068e8813
- [net,v2,09/15] mptcp: pm: reset retrans_time when ADD_ADDR entry is reused
https://git.kernel.org/netdev/net/c/f968190c0b42
- [net,v2,10/15] mptcp: remove unneeded READ_ONCE() annotation
https://git.kernel.org/netdev/net/c/caa4a79f74f3
- [net,v2,11/15] selftests: mptcp: lib: dump nstat for the right test
https://git.kernel.org/netdev/net/c/e1a56368eac1
- [net,v2,12/15] selftests: mptcp: lib: get counters for the right test
https://git.kernel.org/netdev/net/c/d23c41366e85
- [net,v2,13/15] mptcp: options: fix uninit-value in mptcp_write_data_fin
https://git.kernel.org/netdev/net/c/b110f1dd6cb6
- [net,v2,14/15] mptcp: being below memory limit is a likely() condition
https://git.kernel.org/netdev/net/c/a4257a91af7a
- [net,v2,15/15] mptcp: avoid pruning for OoW data
https://git.kernel.org/netdev/net/c/f01b8275745e
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:[~2026-09-09 20:41 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-08 14:07 Matthieu Baerts (NGI0)
2026-09-08 14:07 ` [PATCH net v2 01/15] mptcp: do not reschedule the RTX timer for fallback sockets Matthieu Baerts (NGI0)
2026-09-09 14:49 ` netdev-bot+sashiko
2026-09-09 15:32 ` Paolo Abeni
2026-09-08 14:07 ` [PATCH net v2 02/15] mptcp: subflow: no need to copy thmac during ulp_clone Matthieu Baerts (NGI0)
2026-09-08 14:07 ` [PATCH net v2 03/15] mptcp: syncookies: remember the request backup flag Matthieu Baerts (NGI0)
2026-09-08 14:07 ` [PATCH net v2 04/15] mptcp: pm: kernel: drop pending ADD_ADDR when removing ID0 Matthieu Baerts (NGI0)
2026-09-09 14:49 ` netdev-bot+sashiko
2026-09-09 17:57 ` Matthieu Baerts
2026-09-08 14:07 ` [PATCH net v2 05/15] mptcp: options: handle MPC data + csum reqd + no csum Matthieu Baerts (NGI0)
2026-09-09 14:49 ` netdev-bot+sashiko
2026-09-09 18:03 ` Matthieu Baerts
2026-09-08 14:07 ` [PATCH net v2 06/15] mptcp: prevent race between disconnect() and rtx Matthieu Baerts (NGI0)
2026-09-09 14:49 ` netdev-bot+sashiko
2026-09-09 15:54 ` Paolo Abeni
2026-09-09 18:05 ` Matthieu Baerts
2026-09-08 14:07 ` [PATCH net v2 07/15] selftests: mptcp: fix an UAF in mptcp_connect.c Matthieu Baerts (NGI0)
2026-09-08 14:07 ` [PATCH net v2 08/15] mptcp: pm: userspace: fix address ID overflow Matthieu Baerts (NGI0)
2026-09-08 14:07 ` [PATCH net v2 09/15] mptcp: pm: reset retrans_time when ADD_ADDR entry is reused Matthieu Baerts (NGI0)
2026-09-08 14:07 ` [PATCH net v2 10/15] mptcp: remove unneeded READ_ONCE() annotation Matthieu Baerts (NGI0)
2026-09-08 14:07 ` [PATCH net v2 11/15] selftests: mptcp: lib: dump nstat for the right test Matthieu Baerts (NGI0)
2026-09-08 14:07 ` [PATCH net v2 12/15] selftests: mptcp: lib: get counters " Matthieu Baerts (NGI0)
2026-09-08 14:07 ` [PATCH net v2 13/15] mptcp: options: fix uninit-value in mptcp_write_data_fin Matthieu Baerts (NGI0)
2026-09-08 14:07 ` [PATCH net v2 14/15] mptcp: being below memory limit is a likely() condition Matthieu Baerts (NGI0)
2026-09-08 14:07 ` [PATCH net v2 15/15] mptcp: avoid pruning for OoW data Matthieu Baerts (NGI0)
2026-09-09 14:49 ` netdev-bot+sashiko
2026-09-09 15:50 ` Paolo Abeni
2026-09-09 18:07 ` Matthieu Baerts
2026-09-09 18:09 ` [PATCH net v2 00/15] mptcp: misc fixes for v7.3-rc1 Matthieu Baerts
2026-09-09 20:40 ` 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=178898640963.1048067.13477009364378101406.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=cuitao@kylinos.cn \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=geliang@kernel.org \
--cc=horms@kernel.org \
--cc=jakub@cloudflare.com \
--cc=kalpan.jani@mpiricsoftware.com \
--cc=kishen.maloor@intel.com \
--cc=kmta1236@gmail.com \
--cc=kuba@kernel.org \
--cc=kuniyu@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=luoqing@kylinos.cn \
--cc=martineau@kernel.org \
--cc=matttbe@kernel.org \
--cc=mptcp@lists.linux.dev \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shuah@kernel.org \
--cc=stable@vger.kernel.org \
--cc=syzbot+55c2a5c871441261ed14@syzkaller.appspotmail.com \
--cc=yangang@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
all inboxes | Powered by JetHome®