netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Florian Westphal <fw@strlen.de>
Cc: netdev@vger.kernel.org, pabeni@redhat.com, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org,
	netfilter-devel@vger.kernel.org, pablo@netfilter.org
Subject: Re: [PATCH net-next v2 00/12] testing: make netfilter selftests functional in vng environment
Date: Sat, 20 Apr 2024 03:30:29 +0000	[thread overview]
Message-ID: <171358382902.21761.11464327013965926812.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240418152744.15105-1-fw@strlen.de>

Hello:

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

On Thu, 18 Apr 2024 17:27:28 +0200 you wrote:
> This is the second batch of the netfilter selftest move.
> 
> Changes since v1:
> - makefile and kernel config are updated to have all required features
> - fix makefile with missing bits to make kselftest-install work
> - test it via vng as per
>    https://github.com/linux-netdev/nipa/wiki/How-to-run-netdev-selftests-CI-style
>    (Thanks Jakub!)
> - squash a few fixes, e.g. nft_queue.sh v1 had a race w. NFNETLINK_QUEUE=m
> - add a settings file with 8m timeout, for nft_concat_range.sh sake.
>   That script can be sped up a bit, I think, but its not contained in
>   this batch yet.
> - toss the first two bogus rebase artifacts (Matthieu Baerts)
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/12] selftests: netfilter: nft_queue.sh: move to lib.sh infra
    https://git.kernel.org/netdev/net-next/c/03a1a62f3a3c
  - [net-next,v2,02/12] selftests: netfilter: nft_queue.sh: shellcheck cleanups
    https://git.kernel.org/netdev/net-next/c/cebb352269e7
  - [net-next,v2,03/12] selftests: netfilter: nft_synproxy.sh: move to lib.sh infra
    https://git.kernel.org/netdev/net-next/c/a849e06c8025
  - [net-next,v2,04/12] selftests: netfilter: nft_zones_many.sh: move to lib.sh infra
    https://git.kernel.org/netdev/net-next/c/c1a9d47b59d0
  - [net-next,v2,05/12] selftests: netfilter: xt_string.sh: move to lib.sh infra
    https://git.kernel.org/netdev/net-next/c/5067fec09403
  - [net-next,v2,06/12] selftests: netfilter: xt_string.sh: shellcheck cleanups
    https://git.kernel.org/netdev/net-next/c/c0f9a2b705c2
  - [net-next,v2,07/12] selftests: netfilter: nft_nat_zones.sh: shellcheck cleanups
    https://git.kernel.org/netdev/net-next/c/d6905f088d2b
  - [net-next,v2,08/12] selftests: netfilter: conntrack_ipip_mtu.sh: shellcheck cleanups
    https://git.kernel.org/netdev/net-next/c/05af10a88e75
  - [net-next,v2,09/12] selftests: netfilter: nft_fib.sh: shellcheck cleanups
    https://git.kernel.org/netdev/net-next/c/9b443c769b1b
  - [net-next,v2,10/12] selftests: netfilter: nft_meta.sh: small shellcheck cleanup
    https://git.kernel.org/netdev/net-next/c/4d7730154ed5
  - [net-next,v2,11/12] selftests: netfilter: nft_audit.sh: add more skip checks
    https://git.kernel.org/netdev/net-next/c/1f50b0fef936
  - [net-next,v2,12/12] selftests: netfilter: update makefiles and kernel config
    https://git.kernel.org/netdev/net-next/c/0b2e1db97b42

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-04-20  3:30 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-18 15:27 [PATCH net-next v2 00/12] testing: make netfilter selftests functional in vng environment Florian Westphal
2024-04-18 15:27 ` [PATCH net-next v2 01/12] selftests: netfilter: nft_queue.sh: move to lib.sh infra Florian Westphal
2024-04-18 15:27 ` [PATCH net-next v2 02/12] selftests: netfilter: nft_queue.sh: shellcheck cleanups Florian Westphal
2024-04-18 15:27 ` [PATCH net-next v2 03/12] selftests: netfilter: nft_synproxy.sh: move to lib.sh infra Florian Westphal
2024-04-18 15:27 ` [PATCH net-next v2 04/12] selftests: netfilter: nft_zones_many.sh: " Florian Westphal
2024-04-18 15:27 ` [PATCH net-next v2 05/12] selftests: netfilter: xt_string.sh: " Florian Westphal
2024-04-18 15:27 ` [PATCH net-next v2 06/12] selftests: netfilter: xt_string.sh: shellcheck cleanups Florian Westphal
2024-04-18 15:27 ` [PATCH net-next v2 07/12] selftests: netfilter: nft_nat_zones.sh: " Florian Westphal
2024-04-18 15:27 ` [PATCH net-next v2 08/12] selftests: netfilter: conntrack_ipip_mtu.sh: " Florian Westphal
2024-04-18 15:27 ` [PATCH net-next v2 09/12] selftests: netfilter: nft_fib.sh: " Florian Westphal
2024-04-18 15:27 ` [PATCH net-next v2 10/12] selftests: netfilter: nft_meta.sh: small shellcheck cleanup Florian Westphal
2024-04-18 15:27 ` [PATCH net-next v2 11/12] selftests: netfilter: nft_audit.sh: add more skip checks Florian Westphal
2024-04-18 15:27 ` [PATCH net-next v2 12/12] selftests: netfilter: update makefiles and kernel config Florian Westphal
2024-04-20  3: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=171358382902.21761.11464327013965926812.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=fw@strlen.de \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pablo@netfilter.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).