mirror of https://lore.kernel.org/lkml/
 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, fw@strlen.de, netdev@vger.kernel.org,
	mptcp@lists.linux.dev, linux-kernel@vger.kernel.org,
	linux-kselftest@vger.kernel.org, stable@vger.kernel.org,
	cuitao@kylinos.cn, shuah@kernel.org,
	willemdebruijn.kernel@gmail.com, yangang@kylinos.cn,
	syzbot+ff020673c5e3d94d9478@syzkaller.appspotmail.com
Subject: Re: [PATCH net v2 00/11] mptcp: misc fixes for v7.1-rc7
Date: Thu, 04 Jun 2026 02:10:26 +0000	[thread overview]
Message-ID: <178053902614.2204548.2424372511848234047.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260602-net-mptcp-misc-fixes-7-1-rc7-v2-0-856831229976@kernel.org>

Hello:

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

On Tue, 02 Jun 2026 22:14:07 +1000 you wrote:
> Here are various unrelated fixes:
> 
> - Patch 1: fix missing wakeups when multiple threads are reading from
>   the same fd. A fix for v5.7.
> 
> - Patch 2: fix retransmission loop when MPTCP checksum is enabled. A fix
>   for v5.14.
> 
> [...]

Here is the summary with links:
  - [net,v2,01/11] mptcp: fix missing wakeups in edge scenarios
    https://git.kernel.org/netdev/net/c/9d8d28738f24
  - [net,v2,02/11] mptcp: fix retransmission loop when csum is enabled
    https://git.kernel.org/netdev/net/c/d1918b36edca
  - [net,v2,03/11] mptcp: close TOCTOU race while computing rcv_wnd
    https://git.kernel.org/netdev/net/c/8ab24fdebc36
  - [net,v2,04/11] mptcp: allow subflow rcv wnd to shrink
    https://git.kernel.org/netdev/net/c/da23be77e129
  - [net,v2,05/11] mptcp: pm: fix extra_subflows underflow on userspace PM subflow creation
    https://git.kernel.org/netdev/net/c/14e9fea30b68
  - [net,v2,06/11] selftests: mptcp: add test for extra_subflows underflow on userspace PM
    https://git.kernel.org/netdev/net/c/06fd2bec7aeb
  - [net,v2,07/11] mptcp: sockopt: check timestamping ret value
    https://git.kernel.org/netdev/net/c/57132affbc89
  - [net,v2,08/11] mptcp: sockopt: set sockopt on all subflows
    https://git.kernel.org/netdev/net/c/7690137e70ab
  - [net,v2,09/11] mptcp: check desc->count in read_sock
    https://git.kernel.org/netdev/net/c/c378b1a6f8dd
  - [net,v2,10/11] mptcp: fix uninit-value in mptcp_established_options
    https://git.kernel.org/netdev/net/c/5e939544f9d2
  - [net,v2,11/11] mptcp: add-addr: always drop other suboptions
    https://git.kernel.org/netdev/net/c/bd34fa025726

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-06-04  2:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-02 12:14 Matthieu Baerts (NGI0)
2026-06-02 12:14 ` [PATCH net v2 01/11] mptcp: fix missing wakeups in edge scenarios Matthieu Baerts (NGI0)
2026-06-02 12:14 ` [PATCH net v2 02/11] mptcp: fix retransmission loop when csum is enabled Matthieu Baerts (NGI0)
2026-06-02 12:14 ` [PATCH net v2 03/11] mptcp: close TOCTOU race while computing rcv_wnd Matthieu Baerts (NGI0)
2026-06-02 12:14 ` [PATCH net v2 04/11] mptcp: allow subflow rcv wnd to shrink Matthieu Baerts (NGI0)
2026-06-02 12:14 ` [PATCH net v2 05/11] mptcp: pm: fix extra_subflows underflow on userspace PM subflow creation Matthieu Baerts (NGI0)
2026-06-02 12:14 ` [PATCH net v2 06/11] selftests: mptcp: add test for extra_subflows underflow on userspace PM Matthieu Baerts (NGI0)
2026-06-02 12:14 ` [PATCH net v2 07/11] mptcp: sockopt: check timestamping ret value Matthieu Baerts (NGI0)
2026-06-02 12:14 ` [PATCH net v2 08/11] mptcp: sockopt: set sockopt on all subflows Matthieu Baerts (NGI0)
2026-06-02 12:14 ` [PATCH net v2 09/11] mptcp: check desc->count in read_sock Matthieu Baerts (NGI0)
2026-06-02 12:14 ` [PATCH net v2 10/11] mptcp: fix uninit-value in mptcp_established_options Matthieu Baerts (NGI0)
2026-06-02 12:14 ` [PATCH net v2 11/11] mptcp: add-addr: always drop other suboptions Matthieu Baerts (NGI0)
2026-06-04  2: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=178053902614.2204548.2424372511848234047.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=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=shuah@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=syzbot+ff020673c5e3d94d9478@syzkaller.appspotmail.com \
    --cc=willemdebruijn.kernel@gmail.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

Powered by JetHome