public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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, horms@kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next 00/10] mptcp: pm: misc cleanups, part 3
Date: Tue, 25 Feb 2025 02:30:38 +0000	[thread overview]
Message-ID: <174045063849.3682145.16015341527538028739.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250221-net-next-mptcp-pm-misc-cleanup-3-v1-0-2b70ab1cee79@kernel.org>

Hello:

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

On Fri, 21 Feb 2025 16:43:53 +0100 you wrote:
> These cleanups lead the way to the unification of the path-manager
> interfaces, and allow future extensions. The following patches are not
> all linked to each others, but are all related to the path-managers,
> except the last three.
> 
> - Patch 1: remove unused returned value in mptcp_nl_set_flags().
> 
> [...]

Here is the summary with links:
  - [net-next,01/10] mptcp: pm: remove unused ret value to set flags
    https://git.kernel.org/netdev/net-next/c/bc337e8c0e76
  - [net-next,02/10] mptcp: pm: change to fullmesh only for 'subflow'
    https://git.kernel.org/netdev/net-next/c/145dc6cc4abd
  - [net-next,03/10] mptcp: pm: add a build check for userspace_pm_dump_addr
    https://git.kernel.org/netdev/net-next/c/63132fb05474
  - [net-next,04/10] mptcp: pm: add mptcp_pm_genl_fill_addr helper
    https://git.kernel.org/netdev/net-next/c/f8fe81746573
  - [net-next,05/10] mptcp: pm: drop match in userspace_pm_append_new_local_addr
    https://git.kernel.org/netdev/net-next/c/640e3d69d0bc
  - [net-next,06/10] mptcp: pm: drop inet6_sk after inet_sk
    https://git.kernel.org/netdev/net-next/c/dc41695200a1
  - [net-next,07/10] mptcp: pm: use ipv6_addr_equal in addresses_equal
    https://git.kernel.org/netdev/net-next/c/7720790fd56b
  - [net-next,08/10] mptcp: sched: split get_subflow interface into two
    https://git.kernel.org/netdev/net-next/c/9771a96a7a35
  - [net-next,09/10] mptcp: sched: reduce size for unused data
    https://git.kernel.org/netdev/net-next/c/b68b106b0f15
  - [net-next,10/10] mptcp: blackhole: avoid checking the state twice
    https://git.kernel.org/netdev/net-next/c/8275ac799ee1

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



      parent reply	other threads:[~2025-02-25  2:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-21 15:43 [PATCH net-next 00/10] mptcp: pm: misc cleanups, part 3 Matthieu Baerts (NGI0)
2025-02-21 15:43 ` [PATCH net-next 01/10] mptcp: pm: remove unused ret value to set flags Matthieu Baerts (NGI0)
2025-02-21 15:43 ` [PATCH net-next 02/10] mptcp: pm: change to fullmesh only for 'subflow' Matthieu Baerts (NGI0)
2025-02-21 15:43 ` [PATCH net-next 03/10] mptcp: pm: add a build check for userspace_pm_dump_addr Matthieu Baerts (NGI0)
2025-02-21 15:43 ` [PATCH net-next 04/10] mptcp: pm: add mptcp_pm_genl_fill_addr helper Matthieu Baerts (NGI0)
2025-02-21 15:43 ` [PATCH net-next 05/10] mptcp: pm: drop match in userspace_pm_append_new_local_addr Matthieu Baerts (NGI0)
2025-02-21 15:43 ` [PATCH net-next 06/10] mptcp: pm: drop inet6_sk after inet_sk Matthieu Baerts (NGI0)
2025-02-21 15:44 ` [PATCH net-next 07/10] mptcp: pm: use ipv6_addr_equal in addresses_equal Matthieu Baerts (NGI0)
2025-02-21 15:44 ` [PATCH net-next 08/10] mptcp: sched: split get_subflow interface into two Matthieu Baerts (NGI0)
2025-02-21 15:44 ` [PATCH net-next 09/10] mptcp: sched: reduce size for unused data Matthieu Baerts (NGI0)
2025-02-21 15:44 ` [PATCH net-next 10/10] mptcp: blackhole: avoid checking the state twice Matthieu Baerts (NGI0)
2025-02-25  2:30 ` 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=174045063849.3682145.16015341527538028739.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=geliang@kernel.org \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@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 \
    /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