All of lore.kernel.org
 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, cuitao@kylinos.cn,
	rostedt@goodmis.org, mhiramat@kernel.org,
	mathieu.desnoyers@efficios.com,
	linux-trace-kernel@vger.kernel.org,
	kalpan.jani@mpiricsoftware.com, shardul.b@mpiricsoftware.com,
	shuah@kernel.org, linux-kselftest@vger.kernel.org,
	yijiangshan@kylinos.cn
Subject: Re: [PATCH net-next 00/11] mptcp: misc. features for v7.3
Date: Tue, 18 Aug 2026 00:40:21 +0000	[thread overview]
Message-ID: <178701362114.1806156.7611412383996379895.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260812-net-next-mptcp-misc-feat-7-3-v1-0-1905a818f6cb@kernel.org>

Hello:

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

On Wed, 12 Aug 2026 16:55:35 +0200 you wrote:
> This series contains a few independent new features, and small fixes for
> net-next:
> 
> - Patch 1: Add WARN_ON_ONCE guards around extra_subflows to catch issues
>   with this counter, similar to what is done with other PM counters.
> 
> - Patches 2-3: Follow-up patches to remove data_ack field from struct
>   mptcp_ext -- now unused after recent fixes -- and makes a userspace PM
>   helper static.
> 
> [...]

Here is the summary with links:
  - [net-next,01/11] mptcp: pm: add WARN_ON_ONCE guards on extra_subflows underflow
    https://git.kernel.org/netdev/net-next/c/e99c1ca89071
  - [net-next,02/11] mptcp: remove unused data_ack from struct mptcp_ext
    https://git.kernel.org/netdev/net-next/c/91424c4513dd
  - [net-next,03/11] mptcp: pm: userspace: make remove_addr_entry static
    https://git.kernel.org/netdev/net-next/c/bb961fdd1700
  - [net-next,04/11] mptcp: honour configured min/max RTO in retransmit paths
    https://git.kernel.org/netdev/net-next/c/ea4eb2adb0d3
  - [net-next,05/11] mptcp: add per-event MIB counters for MPTCP_RST_EMPTCP resets
    https://git.kernel.org/netdev/net-next/c/3420c0fd7e5d
  - [net-next,06/11] selftests: mptcp: check per-event MPTCP_RST_EMPTCP counters
    https://git.kernel.org/netdev/net-next/c/1aa38a1581c4
  - [net-next,07/11] selftests: mptcp: connect: test name in pcap file
    https://git.kernel.org/netdev/net-next/c/158765a0e50d
  - [net-next,08/11] selftests: mptcp: simult_flow: test name in pcap file
    https://git.kernel.org/netdev/net-next/c/a574bd9b6101
  - [net-next,09/11] selftests: mptcp: pcap: drop most of the payload
    https://git.kernel.org/netdev/net-next/c/1d206e8e4371
  - [net-next,10/11] selftests: mptcp: fix const qualifier warnings in strchr usage
    https://git.kernel.org/netdev/net-next/c/f4a1b63ed520
  - [net-next,11/11] selftests: mptcp: diag: fix stack buffer overflow in get_subflow_info()
    https://git.kernel.org/netdev/net-next/c/6e5635a714c8

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-18  0:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-12 14:55 [PATCH net-next 00/11] mptcp: misc. features for v7.3 Matthieu Baerts (NGI0)
2026-08-12 14:55 ` [PATCH net-next 01/11] mptcp: pm: add WARN_ON_ONCE guards on extra_subflows underflow Matthieu Baerts (NGI0)
2026-08-12 14:55 ` [PATCH net-next 02/11] mptcp: remove unused data_ack from struct mptcp_ext Matthieu Baerts (NGI0)
2026-08-13 14:56   ` sashiko-bot
2026-08-12 14:55 ` [PATCH net-next 03/11] mptcp: pm: userspace: make remove_addr_entry static Matthieu Baerts (NGI0)
2026-08-12 14:55 ` [PATCH net-next 04/11] mptcp: honour configured min/max RTO in retransmit paths Matthieu Baerts (NGI0)
2026-08-12 14:55 ` [PATCH net-next 05/11] mptcp: add per-event MIB counters for MPTCP_RST_EMPTCP resets Matthieu Baerts (NGI0)
2026-08-12 14:55 ` [PATCH net-next 06/11] selftests: mptcp: check per-event MPTCP_RST_EMPTCP counters Matthieu Baerts (NGI0)
2026-08-12 14:55 ` [PATCH net-next 07/11] selftests: mptcp: connect: test name in pcap file Matthieu Baerts (NGI0)
2026-08-12 14:55 ` [PATCH net-next 08/11] selftests: mptcp: simult_flow: " Matthieu Baerts (NGI0)
2026-08-12 14:55 ` [PATCH net-next 09/11] selftests: mptcp: pcap: drop most of the payload Matthieu Baerts (NGI0)
2026-08-12 14:55 ` [PATCH net-next 10/11] selftests: mptcp: fix const qualifier warnings in strchr usage Matthieu Baerts (NGI0)
2026-08-12 14:55 ` [PATCH net-next 11/11] selftests: mptcp: diag: fix stack buffer overflow in get_subflow_info() Matthieu Baerts (NGI0)
2026-08-14 22:21 ` [PATCH net-next 00/11] mptcp: misc. features for v7.3 Matthieu Baerts
2026-08-18  0: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=178701362114.1806156.7611412383996379895.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=cuitao@kylinos.cn \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=geliang@kernel.org \
    --cc=horms@kernel.org \
    --cc=kalpan.jani@mpiricsoftware.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-trace-kernel@vger.kernel.org \
    --cc=martineau@kernel.org \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=matttbe@kernel.org \
    --cc=mhiramat@kernel.org \
    --cc=mptcp@lists.linux.dev \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=rostedt@goodmis.org \
    --cc=shardul.b@mpiricsoftware.com \
    --cc=shuah@kernel.org \
    --cc=yijiangshan@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.