netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Matthieu Baerts <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, corbet@lwn.net,
	shuah@kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-kselftest@vger.kernel.org
Subject: Re: [PATCH net-next 00/12] mptcp: pm: prep work for new ops and sysctl knobs
Date: Thu, 20 Mar 2025 09:30:35 +0000	[thread overview]
Message-ID: <174246303526.1366947.13566116463963705037.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250313-net-next-mptcp-pm-ops-intro-v1-0-f4e4a88efc50@kernel.org>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Thu, 13 Mar 2025 11:20:49 +0100 you wrote:
> Here are a few cleanups, preparation work for the new PM ops, and sysctl
> knobs.
> 
> - Patch 1: reorg: move generic NL code used by all PMs to pm_netlink.c.
> 
> - Patch 2: use kmemdup() instead of kmalloc + copy.
> 
> [...]

Here is the summary with links:
  - [net-next,01/12] mptcp: pm: split netlink and in-kernel init
    https://git.kernel.org/netdev/net-next/c/b97d6b682027
  - [net-next,02/12] mptcp: pm: in-kernel: use kmemdup helper
    https://git.kernel.org/netdev/net-next/c/fa123489e7ef
  - [net-next,03/12] mptcp: pm: use pm variable instead of msk->pm
    https://git.kernel.org/netdev/net-next/c/5fff36b69cd4
  - [net-next,04/12] mptcp: pm: only fill id_avail_bitmap for in-kernel pm
    https://git.kernel.org/netdev/net-next/c/98a0a99e81b6
  - [net-next,05/12] mptcp: pm: add struct_group in mptcp_pm_data
    https://git.kernel.org/netdev/net-next/c/eff5b1578e99
  - [net-next,06/12] mptcp: pm: define struct mptcp_pm_ops
    https://git.kernel.org/netdev/net-next/c/1305b0c22eca
  - [net-next,07/12] mptcp: pm: register in-kernel and userspace PM
    https://git.kernel.org/netdev/net-next/c/770170b41810
  - [net-next,08/12] mptcp: sysctl: set path manager by name
    https://git.kernel.org/netdev/net-next/c/595c26d122d1
  - [net-next,09/12] mptcp: sysctl: map path_manager to pm_type
    https://git.kernel.org/netdev/net-next/c/573b653401a8
  - [net-next,10/12] mptcp: sysctl: map pm_type to path_manager
    https://git.kernel.org/netdev/net-next/c/7982ed0edda3
  - [net-next,11/12] mptcp: sysctl: add available_path_managers
    https://git.kernel.org/netdev/net-next/c/fa3ee9dd8067
  - [net-next,12/12] selftests: mptcp: add pm sysctl mapping tests
    https://git.kernel.org/netdev/net-next/c/9cf0128e64ab

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-03-20  9:29 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-13 10:20 [PATCH net-next 00/12] mptcp: pm: prep work for new ops and sysctl knobs Matthieu Baerts (NGI0)
2025-03-13 10:20 ` [PATCH net-next 01/12] mptcp: pm: split netlink and in-kernel init Matthieu Baerts (NGI0)
2025-03-18 17:20   ` Simon Horman
2025-03-13 10:20 ` [PATCH net-next 02/12] mptcp: pm: in-kernel: use kmemdup helper Matthieu Baerts (NGI0)
2025-03-18 17:20   ` Simon Horman
2025-03-13 10:20 ` [PATCH net-next 03/12] mptcp: pm: use pm variable instead of msk->pm Matthieu Baerts (NGI0)
2025-03-18 17:20   ` Simon Horman
2025-03-13 10:20 ` [PATCH net-next 04/12] mptcp: pm: only fill id_avail_bitmap for in-kernel pm Matthieu Baerts (NGI0)
2025-03-18 17:22   ` Simon Horman
2025-03-13 10:20 ` [PATCH net-next 05/12] mptcp: pm: add struct_group in mptcp_pm_data Matthieu Baerts (NGI0)
2025-03-18 17:23   ` Simon Horman
2025-03-13 10:20 ` [PATCH net-next 06/12] mptcp: pm: define struct mptcp_pm_ops Matthieu Baerts (NGI0)
2025-03-18 17:23   ` Simon Horman
2025-03-13 10:20 ` [PATCH net-next 07/12] mptcp: pm: register in-kernel and userspace PM Matthieu Baerts (NGI0)
2025-03-18 17:23   ` Simon Horman
2025-03-13 10:20 ` [PATCH net-next 08/12] mptcp: sysctl: set path manager by name Matthieu Baerts (NGI0)
2025-03-18 17:24   ` Simon Horman
2025-03-13 10:20 ` [PATCH net-next 09/12] mptcp: sysctl: map path_manager to pm_type Matthieu Baerts (NGI0)
2025-03-18 17:24   ` Simon Horman
2025-03-13 10:20 ` [PATCH net-next 10/12] mptcp: sysctl: map pm_type to path_manager Matthieu Baerts (NGI0)
2025-03-18 17:24   ` Simon Horman
2025-03-13 10:21 ` [PATCH net-next 11/12] mptcp: sysctl: add available_path_managers Matthieu Baerts (NGI0)
2025-03-18 17:24   ` Simon Horman
2025-03-13 10:21 ` [PATCH net-next 12/12] selftests: mptcp: add pm sysctl mapping tests Matthieu Baerts (NGI0)
2025-03-18 17:25   ` Simon Horman
2025-03-20  9: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=174246303526.1366947.13566116463963705037.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=geliang@kernel.org \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-doc@vger.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 \
    /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;
as well as URLs for NNTP newsgroup(s).