MPTCP 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, shuah@kernel.org, netdev@vger.kernel.org,
	linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org,
	pablo@netfilter.org, tanggeliang@kylinos.cn
Subject: Re: [PATCH net-next v2 00/12] selftests: mptcp: share code and fix shellcheck warnings
Date: Fri, 08 Mar 2024 05:10:40 +0000	[thread overview]
Message-ID: <170987464090.14945.15081894796160593216.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240306-upstream-net-next-20240304-selftests-mptcp-shared-code-shellcheck-v2-0-bc79e6e5e6a0@kernel.org>

Hello:

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

On Wed, 06 Mar 2024 10:42:49 +0100 you wrote:
> This series cleans MPTCP selftests code.
> 
> Patch 1 stops using 'iptables-legacy' if available, but uses 'iptables',
> which is likely 'iptables-nft' behind.
> 
> Patches 2, 4 and 6 move duplicated code to mptcp_lib.sh. Patch 3 is a
> preparation for patch 4, and patch 5 adds generic actions at the
> creation and deletion of netns.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/12] selftests: mptcp: stop forcing iptables-legacy
    https://git.kernel.org/netdev/net-next/c/7c2eac649054
  - [net-next,v2,02/12] selftests: mptcp: add mptcp_lib_check_tools helper
    https://git.kernel.org/netdev/net-next/c/3fb8c33ef4b9
  - [net-next,v2,03/12] selftests: mptcp: add local variables rndh
    https://git.kernel.org/netdev/net-next/c/4214aac14e51
  - [net-next,v2,04/12] selftests: mptcp: add mptcp_lib_ns_init/exit helpers
    https://git.kernel.org/netdev/net-next/c/3a0f9bed3c28
  - [net-next,v2,05/12] selftests: mptcp: more operations in ns_init/exit
    https://git.kernel.org/netdev/net-next/c/df8d3ba55b4f
  - [net-next,v2,06/12] selftests: mptcp: add mptcp_lib_events helper
    https://git.kernel.org/netdev/net-next/c/35bc143a8514
  - [net-next,v2,07/12] selftests: mptcp: diag: fix shellcheck warnings
    https://git.kernel.org/netdev/net-next/c/97633aa74d93
  - [net-next,v2,08/12] selftests: mptcp: connect: fix shellcheck warnings
    https://git.kernel.org/netdev/net-next/c/e3aae1098f10
  - [net-next,v2,09/12] selftests: mptcp: sockopt: fix shellcheck warnings
    https://git.kernel.org/netdev/net-next/c/5751c291349d
  - [net-next,v2,10/12] selftests: mptcp: pm netlink: fix shellcheck warnings
    https://git.kernel.org/netdev/net-next/c/21781b42f2f3
  - [net-next,v2,11/12] selftests: mptcp: simult flows: fix shellcheck warnings
    https://git.kernel.org/netdev/net-next/c/2aebd3579d90
  - [net-next,v2,12/12] selftests: userspace pm: avoid relaunching pm events
    https://git.kernel.org/netdev/net-next/c/c66fb480a330

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



      parent reply	other threads:[~2024-03-08  5:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-06  9:42 [PATCH net-next v2 00/12] selftests: mptcp: share code and fix shellcheck warnings Matthieu Baerts (NGI0)
2024-03-06  9:42 ` [PATCH net-next v2 01/12] selftests: mptcp: stop forcing iptables-legacy Matthieu Baerts (NGI0)
2024-03-06  9:42 ` [PATCH net-next v2 02/12] selftests: mptcp: add mptcp_lib_check_tools helper Matthieu Baerts (NGI0)
2024-03-06  9:42 ` [PATCH net-next v2 03/12] selftests: mptcp: add local variables rndh Matthieu Baerts (NGI0)
2024-03-06  9:42 ` [PATCH net-next v2 04/12] selftests: mptcp: add mptcp_lib_ns_init/exit helpers Matthieu Baerts (NGI0)
2024-03-06  9:42 ` [PATCH net-next v2 05/12] selftests: mptcp: more operations in ns_init/exit Matthieu Baerts (NGI0)
2024-03-06  9:42 ` [PATCH net-next v2 06/12] selftests: mptcp: add mptcp_lib_events helper Matthieu Baerts (NGI0)
2024-03-06  9:42 ` [PATCH net-next v2 07/12] selftests: mptcp: diag: fix shellcheck warnings Matthieu Baerts (NGI0)
2024-03-06  9:42 ` [PATCH net-next v2 08/12] selftests: mptcp: connect: " Matthieu Baerts (NGI0)
2024-03-06  9:42 ` [PATCH net-next v2 09/12] selftests: mptcp: sockopt: " Matthieu Baerts (NGI0)
2024-03-06  9:42 ` [PATCH net-next v2 10/12] selftests: mptcp: pm netlink: " Matthieu Baerts (NGI0)
2024-03-06  9:43 ` [PATCH net-next v2 11/12] selftests: mptcp: simult flows: " Matthieu Baerts (NGI0)
2024-03-06  9:43 ` [PATCH net-next v2 12/12] selftests: userspace pm: avoid relaunching pm events Matthieu Baerts (NGI0)
2024-03-08  5: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=170987464090.14945.15081894796160593216.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=geliang@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=pablo@netfilter.org \
    --cc=shuah@kernel.org \
    --cc=tanggeliang@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).