The Linux Kernel Mailing List
 help / color / mirror / Atom feed
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,
	dcaratti@redhat.com, fw@strlen.de, cpaasch@openai.com,
	luoqing@kylinos.cn, yangang@kylinos.cn, shuah@kernel.org,
	linux-kselftest@vger.kernel.org, shardul.b@mpiricsoftware.com,
	kishen.maloor@intel.com, bronzed_45_vested@icloud.com,
	yuantan098@gmail.com, yifanwucs@gmail.com,
	tomapufckgml@gmail.com, zcliangcn@gmail.com, bird@lzu.edu.cn,
	n05ec@lzu.edu.cn, dmytro@shytyi.net
Subject: Re: [PATCH net v2 0/8] mptcp: misc fixes for v7.2-rc6
Date: Thu, 06 Aug 2026 15:50:21 +0000	[thread overview]
Message-ID: <178603142138.1348318.7580608127608923718.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260803-net-mptcp-misc-fixes-7-2-rc6-v2-0-b8f496d71664@kernel.org>

Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 03 Aug 2026 18:16:32 +0200 you wrote:
> Here are various unrelated fixes:
> 
> - Patches 1-3: harden incoming MPTCP suboptions parsing by rejecting
>   non-combinable ones. Patch 3 removes unreachable code after patch 2
>   added here for consistency, and to reduce comments from AI reviews.
>   Fixes for v5.6.
> 
> [...]

Here is the summary with links:
  - [net,v2,1/8] mptcp: options: reset DSS fields in case of unexpected size
    https://git.kernel.org/netdev/net/c/35772b4981f3
  - [net,v2,2/8] mptcp: avoid combining some incoming suboptions
    https://git.kernel.org/netdev/net/c/b6ee36152464
  - [net,v2,3/8] mptcp: remove MPC && MPJ check
    https://git.kernel.org/netdev/net/c/900e6d80548e
  - [net,v2,4/8] mptcp: pm: fix data race in add_addr timer callback
    https://git.kernel.org/netdev/net/c/a7aad5b69d3b
  - [net,v2,5/8] selftests: mptcp: join: mark tests with data corruption as failed
    https://git.kernel.org/netdev/net/c/ca318e7bbb77
  - [net,v2,6/8] mptcp: pm: fix memory leak from alloc-during-teardown race
    https://git.kernel.org/netdev/net/c/efc33b5102ff
  - [net,v2,7/8] mptcp: fastopen: only mark MPTFO subflows with SYN data
    https://git.kernel.org/netdev/net/c/e00b63056fb4
  - [net,v2,8/8] mptcp: reclaim forward-allocated memory on RX path errors
    https://git.kernel.org/netdev/net/c/41b49a8b914e

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2026-08-06 15:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-03 16:16 [PATCH net v2 0/8] mptcp: misc fixes for v7.2-rc6 Matthieu Baerts (NGI0)
2026-08-03 16:16 ` [PATCH net v2 1/8] mptcp: options: reset DSS fields in case of unexpected size Matthieu Baerts (NGI0)
2026-08-03 16:16 ` [PATCH net v2 2/8] mptcp: avoid combining some incoming suboptions Matthieu Baerts (NGI0)
2026-08-03 16:16 ` [PATCH net v2 3/8] mptcp: remove MPC && MPJ check Matthieu Baerts (NGI0)
2026-08-03 16:16 ` [PATCH net v2 4/8] mptcp: pm: fix data race in add_addr timer callback Matthieu Baerts (NGI0)
2026-08-03 16:16 ` [PATCH net v2 5/8] selftests: mptcp: join: mark tests with data corruption as failed Matthieu Baerts (NGI0)
2026-08-03 16:16 ` [PATCH net v2 6/8] mptcp: pm: fix memory leak from alloc-during-teardown race Matthieu Baerts (NGI0)
2026-08-03 16:16 ` [PATCH net v2 7/8] mptcp: fastopen: only mark MPTFO subflows with SYN data Matthieu Baerts (NGI0)
2026-08-03 16:16 ` [PATCH net v2 8/8] mptcp: reclaim forward-allocated memory on RX path errors Matthieu Baerts (NGI0)
2026-08-05 11:29 ` [PATCH net v2 0/8] mptcp: misc fixes for v7.2-rc6 Matthieu Baerts
2026-08-06 15:50 ` 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=178603142138.1348318.7580608127608923718.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=bird@lzu.edu.cn \
    --cc=bronzed_45_vested@icloud.com \
    --cc=cpaasch@openai.com \
    --cc=davem@davemloft.net \
    --cc=dcaratti@redhat.com \
    --cc=dmytro@shytyi.net \
    --cc=edumazet@google.com \
    --cc=fw@strlen.de \
    --cc=geliang@kernel.org \
    --cc=horms@kernel.org \
    --cc=kishen.maloor@intel.com \
    --cc=kuba@kernel.org \
    --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=n05ec@lzu.edu.cn \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=shardul.b@mpiricsoftware.com \
    --cc=shuah@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=tomapufckgml@gmail.com \
    --cc=yangang@kylinos.cn \
    --cc=yifanwucs@gmail.com \
    --cc=yuantan098@gmail.com \
    --cc=zcliangcn@gmail.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