From: patchwork-bot+netdevbpf@kernel.org
To: Jordan Rife <jrife@google.com>
Cc: bpf@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net,
andrii@kernel.org, martin.lau@linux.dev, eddyz87@gmail.com,
song@kernel.org, yonghong.song@linux.dev,
john.fastabend@gmail.com, kpsingh@kernel.org, sdf@google.com,
haoluo@google.com, jolsa@kernel.org, mykolal@fb.com,
shuah@kernel.org, tanggeliang@kylinos.cn,
daan.j.demeyer@gmail.com, shung-hsi.yu@suse.com,
linux-kselftest@vger.kernel.org
Subject: Re: [PATCH v1 bpf-next 00/17] Retire progs/test_sock_addr.c
Date: Mon, 13 May 2024 00:20:31 +0000 [thread overview]
Message-ID: <171555963163.28854.483246811366830977.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240510190246.3247730-1-jrife@google.com>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:
On Fri, 10 May 2024 14:02:17 -0500 you wrote:
> This patch series migrates remaining tests from bpf/test_sock_addr.c to
> prog_tests/sock_addr.c and progs/verifier_sock_addr.c in order to fully
> retire the old-style test program and expands test coverage to test
> previously untested scenarios related to sockaddr hooks.
>
> This is a continuation of the work started recently during the expansion
> of prog_tests/sock_addr.c.
>
> [...]
Here is the summary with links:
- [v1,bpf-next,01/17] selftests/bpf: Migrate recvmsg* return code tests to verifier_sock_addr.c
https://git.kernel.org/bpf/bpf-next/c/73964e9085bb
- [v1,bpf-next,02/17] selftests/bpf: Use program name for skel load/destroy functions
https://git.kernel.org/bpf/bpf-next/c/86b65c6db019
- [v1,bpf-next,03/17] selftests/bpf: Handle LOAD_REJECT test cases
https://git.kernel.org/bpf/bpf-next/c/5eff48f33fb7
- [v1,bpf-next,04/17] selftests/bpf: Handle ATTACH_REJECT test cases
https://git.kernel.org/bpf/bpf-next/c/5a047b2226c0
- [v1,bpf-next,05/17] selftests/bpf: Handle SYSCALL_EPERM and SYSCALL_ENOTSUPP test cases
https://git.kernel.org/bpf/bpf-next/c/a2618c0d8542
- [v1,bpf-next,06/17] selftests/bpf: Migrate WILDCARD_IP test
https://git.kernel.org/bpf/bpf-next/c/d1b24fcf1c16
- [v1,bpf-next,07/17] selftests/bpf: Migrate sendmsg deny test cases
https://git.kernel.org/bpf/bpf-next/c/f46a10483b27
- [v1,bpf-next,08/17] selftests/bpf: Migrate sendmsg6 v4 mapped address tests
https://git.kernel.org/bpf/bpf-next/c/54462e8452f1
- [v1,bpf-next,09/17] selftests/bpf: Migrate wildcard destination rewrite test
https://git.kernel.org/bpf/bpf-next/c/8eaf8056a44b
- [v1,bpf-next,10/17] selftests/bpf: Migrate expected_attach_type tests
https://git.kernel.org/bpf/bpf-next/c/b0f3af0bffef
- [v1,bpf-next,11/17] selftests/bpf: Migrate ATTACH_REJECT test cases
https://git.kernel.org/bpf/bpf-next/c/cded71f595c0
- [v1,bpf-next,12/17] selftests/bpf: Remove redundant sendmsg test cases
https://git.kernel.org/bpf/bpf-next/c/9c3f17862fae
- [v1,bpf-next,13/17] selftests/bpf: Retire test_sock_addr.(c|sh)
https://git.kernel.org/bpf/bpf-next/c/61ecfdfce264
- [v1,bpf-next,14/17] selftests/bpf: Expand sockaddr program return value tests
https://git.kernel.org/bpf/bpf-next/c/1e0a8367c89f
- [v1,bpf-next,15/17] sefltests/bpf: Expand sockaddr hook deny tests
https://git.kernel.org/bpf/bpf-next/c/dfb7539b47b5
- [v1,bpf-next,16/17] selftests/bpf: Expand getsockname and getpeername tests
https://git.kernel.org/bpf/bpf-next/c/bc467e953e4f
- [v1,bpf-next,17/17] selftests/bpf: Expand ATTACH_REJECT tests
https://git.kernel.org/bpf/bpf-next/c/a3d3eb957ddc
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2024-05-13 0:20 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-10 19:02 [PATCH v1 bpf-next 00/17] Retire progs/test_sock_addr.c Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 01/17] selftests/bpf: Migrate recvmsg* return code tests to verifier_sock_addr.c Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 02/17] selftests/bpf: Use program name for skel load/destroy functions Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 03/17] selftests/bpf: Handle LOAD_REJECT test cases Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 04/17] selftests/bpf: Handle ATTACH_REJECT " Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 05/17] selftests/bpf: Handle SYSCALL_EPERM and SYSCALL_ENOTSUPP " Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 06/17] selftests/bpf: Migrate WILDCARD_IP test Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 07/17] selftests/bpf: Migrate sendmsg deny test cases Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 08/17] selftests/bpf: Migrate sendmsg6 v4 mapped address tests Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 09/17] selftests/bpf: Migrate wildcard destination rewrite test Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 10/17] selftests/bpf: Migrate expected_attach_type tests Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 11/17] selftests/bpf: Migrate ATTACH_REJECT test cases Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 12/17] selftests/bpf: Remove redundant sendmsg " Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 13/17] selftests/bpf: Retire test_sock_addr.(c|sh) Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 14/17] selftests/bpf: Expand sockaddr program return value tests Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 15/17] sefltests/bpf: Expand sockaddr hook deny tests Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 16/17] selftests/bpf: Expand getsockname and getpeername tests Jordan Rife
2024-05-10 19:02 ` [PATCH v1 bpf-next 17/17] selftests/bpf: Expand ATTACH_REJECT tests Jordan Rife
2024-05-10 22:05 ` [PATCH v1 bpf-next 00/17] Retire progs/test_sock_addr.c Andrii Nakryiko
2024-05-10 22:12 ` Jordan Rife
2024-05-10 22:32 ` Andrii Nakryiko
2024-05-13 0:20 ` 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=171555963163.28854.483246811366830977.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daan.j.demeyer@gmail.com \
--cc=daniel@iogearbox.net \
--cc=eddyz87@gmail.com \
--cc=haoluo@google.com \
--cc=john.fastabend@gmail.com \
--cc=jolsa@kernel.org \
--cc=jrife@google.com \
--cc=kpsingh@kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=martin.lau@linux.dev \
--cc=mykolal@fb.com \
--cc=sdf@google.com \
--cc=shuah@kernel.org \
--cc=shung-hsi.yu@suse.com \
--cc=song@kernel.org \
--cc=tanggeliang@kylinos.cn \
--cc=yonghong.song@linux.dev \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.