netdev.vger.kernel.org archive mirror
 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 v3 00/15] mptcp: pm: misc cleanups, part 2
Date: Tue, 11 Feb 2025 12:00:36 +0000	[thread overview]
Message-ID: <173927523626.4027827.1076693017347574469.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250207-net-next-mptcp-pm-misc-cleanup-2-v3-0-71753ed957de@kernel.org>

Hello:

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

On Fri, 07 Feb 2025 14:59:18 +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.
> 
> - Patch 1: drop unneeded parameter in a function helper.
> 
> - Patch 2: clearer NL error message when an NL attribute is missing.
> 
> [...]

Here is the summary with links:
  - [net-next,v3,01/15] mptcp: pm: drop info of userspace_pm_remove_id_zero_address
    https://git.kernel.org/netdev/net-next/c/a9d71b5de76c
  - [net-next,v3,02/15] mptcp: pm: userspace: flags: clearer msg if no remote addr
    https://git.kernel.org/netdev/net-next/c/58b21309f97b
  - [net-next,v3,03/15] mptcp: pm: more precise error messages
    https://git.kernel.org/netdev/net-next/c/891a87f7a76c
  - [net-next,v3,04/15] mptcp: pm: improve error messages
    https://git.kernel.org/netdev/net-next/c/b2bdec19beec
  - [net-next,v3,05/15] mptcp: pm: userspace: use GENL_REQ_ATTR_CHECK
    https://git.kernel.org/netdev/net-next/c/07bfabf8407b
  - [net-next,v3,06/15] mptcp: pm: remove duplicated error messages
    https://git.kernel.org/netdev/net-next/c/60097f03fc7a
  - [net-next,v3,07/15] mptcp: pm: mark missing address attributes
    https://git.kernel.org/netdev/net-next/c/8cdc56f99e6c
  - [net-next,v3,08/15] mptcp: pm: use NL_SET_ERR_MSG_ATTR when possible
    https://git.kernel.org/netdev/net-next/c/a25a8b10491b
  - [net-next,v3,09/15] mptcp: pm: make three pm wrappers static
    https://git.kernel.org/netdev/net-next/c/7aeab89b090f
  - [net-next,v3,10/15] mptcp: pm: drop skb parameter of get_addr
    https://git.kernel.org/netdev/net-next/c/67dcf6592544
  - [net-next,v3,11/15] mptcp: pm: add id parameter for get_addr
    https://git.kernel.org/netdev/net-next/c/d47b80758f4c
  - [net-next,v3,12/15] mptcp: pm: reuse sending nlmsg code in get_addr
    https://git.kernel.org/netdev/net-next/c/8556f4aecc9a
  - [net-next,v3,13/15] mptcp: pm: drop skb parameter of set_flags
    https://git.kernel.org/netdev/net-next/c/2c8971c04f74
  - [net-next,v3,14/15] mptcp: pm: change rem type of set_flags
    https://git.kernel.org/netdev/net-next/c/ab5723599cfd
  - [net-next,v3,15/15] mptcp: pm: add local parameter for set_flags
    https://git.kernel.org/netdev/net-next/c/c7f25f7987c0

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-11 12:00 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-07 13:59 [PATCH net-next v3 00/15] mptcp: pm: misc cleanups, part 2 Matthieu Baerts (NGI0)
2025-02-07 13:59 ` [PATCH net-next v3 01/15] mptcp: pm: drop info of userspace_pm_remove_id_zero_address Matthieu Baerts (NGI0)
2025-02-10 19:49   ` Simon Horman
2025-02-11  9:31     ` Matthieu Baerts
2025-02-11 10:13       ` Simon Horman
2025-02-11 10:21         ` Matthieu Baerts
2025-02-07 13:59 ` [PATCH net-next v3 02/15] mptcp: pm: userspace: flags: clearer msg if no remote addr Matthieu Baerts (NGI0)
2025-02-10 19:49   ` Simon Horman
2025-02-07 13:59 ` [PATCH net-next v3 03/15] mptcp: pm: more precise error messages Matthieu Baerts (NGI0)
2025-02-10 19:50   ` Simon Horman
2025-02-07 13:59 ` [PATCH net-next v3 04/15] mptcp: pm: improve " Matthieu Baerts (NGI0)
2025-02-10 19:50   ` Simon Horman
2025-02-07 13:59 ` [PATCH net-next v3 05/15] mptcp: pm: userspace: use GENL_REQ_ATTR_CHECK Matthieu Baerts (NGI0)
2025-02-10 19:50   ` Simon Horman
2025-02-07 13:59 ` [PATCH net-next v3 06/15] mptcp: pm: remove duplicated error messages Matthieu Baerts (NGI0)
2025-02-10 19:50   ` Simon Horman
2025-02-07 13:59 ` [PATCH net-next v3 07/15] mptcp: pm: mark missing address attributes Matthieu Baerts (NGI0)
2025-02-10 19:51   ` Simon Horman
2025-02-07 13:59 ` [PATCH net-next v3 08/15] mptcp: pm: use NL_SET_ERR_MSG_ATTR when possible Matthieu Baerts (NGI0)
2025-02-10 19:51   ` Simon Horman
2025-02-07 13:59 ` [PATCH net-next v3 09/15] mptcp: pm: make three pm wrappers static Matthieu Baerts (NGI0)
2025-02-10 19:51   ` Simon Horman
2025-02-07 13:59 ` [PATCH net-next v3 10/15] mptcp: pm: drop skb parameter of get_addr Matthieu Baerts (NGI0)
2025-02-10 19:51   ` Simon Horman
2025-02-07 13:59 ` [PATCH net-next v3 11/15] mptcp: pm: add id parameter for get_addr Matthieu Baerts (NGI0)
2025-02-10 19:52   ` Simon Horman
2025-02-07 13:59 ` [PATCH net-next v3 12/15] mptcp: pm: reuse sending nlmsg code in get_addr Matthieu Baerts (NGI0)
2025-02-10 19:52   ` Simon Horman
2025-02-07 13:59 ` [PATCH net-next v3 13/15] mptcp: pm: drop skb parameter of set_flags Matthieu Baerts (NGI0)
2025-02-10 19:52   ` Simon Horman
2025-02-07 13:59 ` [PATCH net-next v3 14/15] mptcp: pm: change rem type " Matthieu Baerts (NGI0)
2025-02-10 19:52   ` Simon Horman
2025-02-07 13:59 ` [PATCH net-next v3 15/15] mptcp: pm: add local parameter for set_flags Matthieu Baerts (NGI0)
2025-02-10 19:52   ` Simon Horman
2025-02-11 12:00 ` 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=173927523626.4027827.1076693017347574469.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;
as well as URLs for NNTP newsgroup(s).