From: patchwork-bot+netdevbpf@kernel.org
To: Ilya Leoshkevich <iii@linux.ibm.com>
Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org,
bpf@vger.kernel.org, hca@linux.ibm.com, gor@linux.ibm.com,
agordeev@linux.ibm.com
Subject: Re: [PATCH bpf-next v2 00/31] Support bpf trampoline for s390x
Date: Sat, 28 Jan 2023 20:50:21 +0000 [thread overview]
Message-ID: <167493902139.8808.2500727230403968304.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230128000650.1516334-1-iii@linux.ibm.com>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:
On Sat, 28 Jan 2023 01:06:19 +0100 you wrote:
> v1: https://lore.kernel.org/bpf/20230125213817.1424447-1-iii@linux.ibm.com/#t
> v1 -> v2:
> - Fix core_read_macros, sk_assign, test_profiler, test_bpffs (24/31;
> I'm not quite happy with the fix, but don't have better ideas),
> and xdp_synproxy. (Andrii)
> - Prettify liburandom_read and verify_pkcs7_sig fixes. (Andrii)
> - Fix bpf_usdt_arg using barrier_var(); prettify barrier_var(). (Andrii)
> - Change BPF_MAX_TRAMP_LINKS to enum and query it using BTF. (Andrii)
> - Improve bpf_jit_supports_kfunc_call() description. (Alexei)
> - Always check sign_extend() return value.
> - Cc: Alexander Gordeev.
>
> [...]
Here is the summary with links:
- [bpf-next,v2,01/31] bpf: Use ARG_CONST_SIZE_OR_ZERO for 3rd argument of bpf_tcp_raw_gen_syncookie_ipv{4,6}()
https://git.kernel.org/bpf/bpf-next/c/bf3849755ac6
- [bpf-next,v2,02/31] bpf: Change BPF_MAX_TRAMP_LINKS to enum
https://git.kernel.org/bpf/bpf-next/c/390a07a921b3
- [bpf-next,v2,03/31] selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTF
https://git.kernel.org/bpf/bpf-next/c/8fb9fb2f1728
- [bpf-next,v2,04/31] selftests/bpf: Fix liburandom_read.so linker error
https://git.kernel.org/bpf/bpf-next/c/b14b01f281f7
- [bpf-next,v2,05/31] selftests/bpf: Fix symlink creation error
https://git.kernel.org/bpf/bpf-next/c/6eab2370d142
- [bpf-next,v2,06/31] selftests/bpf: Fix kfree_skb on s390x
https://git.kernel.org/bpf/bpf-next/c/31da9be64a11
- [bpf-next,v2,07/31] selftests/bpf: Set errno when urand_spawn() fails
https://git.kernel.org/bpf/bpf-next/c/804acdd251e8
- [bpf-next,v2,08/31] selftests/bpf: Fix decap_sanity_ns cleanup
https://git.kernel.org/bpf/bpf-next/c/98e13848cf43
- [bpf-next,v2,09/31] selftests/bpf: Fix verify_pkcs7_sig on s390x
https://git.kernel.org/bpf/bpf-next/c/56e1a5048319
- [bpf-next,v2,10/31] selftests/bpf: Fix xdp_do_redirect on s390x
https://git.kernel.org/bpf/bpf-next/c/06c1865b0b0c
- [bpf-next,v2,11/31] selftests/bpf: Fix cgrp_local_storage on s390x
https://git.kernel.org/bpf/bpf-next/c/06cea99e683c
- [bpf-next,v2,12/31] selftests/bpf: Check stack_mprotect() return value
https://git.kernel.org/bpf/bpf-next/c/2934565f04fd
- [bpf-next,v2,13/31] selftests/bpf: Increase SIZEOF_BPF_LOCAL_STORAGE_ELEM on s390x
https://git.kernel.org/bpf/bpf-next/c/80a611904eef
- [bpf-next,v2,14/31] selftests/bpf: Add a sign-extension test for kfuncs
https://git.kernel.org/bpf/bpf-next/c/be6b5c10ecc4
- [bpf-next,v2,15/31] selftests/bpf: Fix test_lsm on s390x
https://git.kernel.org/bpf/bpf-next/c/207612eb12b9
- [bpf-next,v2,16/31] selftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390x
https://git.kernel.org/bpf/bpf-next/c/26e8a0149479
- [bpf-next,v2,17/31] selftests/bpf: Fix vmlinux test on s390x
https://git.kernel.org/bpf/bpf-next/c/d504270a233d
- [bpf-next,v2,18/31] selftests/bpf: Fix sk_assign on s390x
(no matching commit)
- [bpf-next,v2,19/31] selftests/bpf: Fix xdp_synproxy/tc on s390x
https://git.kernel.org/bpf/bpf-next/c/438a2edf26b7
- [bpf-next,v2,20/31] selftests/bpf: Fix profiler on s390x
https://git.kernel.org/bpf/bpf-next/c/1b5e38532581
- [bpf-next,v2,21/31] libbpf: Simplify barrier_var()
https://git.kernel.org/bpf/bpf-next/c/e85465e420be
- [bpf-next,v2,22/31] libbpf: Fix unbounded memory access in bpf_usdt_arg()
https://git.kernel.org/bpf/bpf-next/c/25c76ed42821
- [bpf-next,v2,23/31] libbpf: Fix BPF_PROBE_READ{_STR}_INTO() on s390x
https://git.kernel.org/bpf/bpf-next/c/42fae973c2b1
- [bpf-next,v2,24/31] bpf: iterators: Split iterators.lskel.h into little- and big- endian versions
https://git.kernel.org/bpf/bpf-next/c/0f0e5f5bd506
- [bpf-next,v2,25/31] bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag
https://git.kernel.org/bpf/bpf-next/c/49f67f393ff2
- [bpf-next,v2,26/31] s390/bpf: Fix a typo in a comment
https://git.kernel.org/bpf/bpf-next/c/07dcbd7325ce
- [bpf-next,v2,27/31] s390/bpf: Add expoline to tail calls
(no matching commit)
- [bpf-next,v2,28/31] s390/bpf: Implement bpf_arch_text_poke()
(no matching commit)
- [bpf-next,v2,29/31] s390/bpf: Implement arch_prepare_bpf_trampoline()
(no matching commit)
- [bpf-next,v2,30/31] s390/bpf: Implement bpf_jit_supports_subprog_tailcalls()
(no matching commit)
- [bpf-next,v2,31/31] s390/bpf: Implement bpf_jit_supports_kfunc_call()
(no matching commit)
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:[~2023-01-28 20:50 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-28 0:06 [PATCH bpf-next v2 00/31] Support bpf trampoline for s390x Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 01/31] bpf: Use ARG_CONST_SIZE_OR_ZERO for 3rd argument of bpf_tcp_raw_gen_syncookie_ipv{4,6}() Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 02/31] bpf: Change BPF_MAX_TRAMP_LINKS to enum Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 03/31] selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTF Ilya Leoshkevich
2023-01-28 20:49 ` Alexei Starovoitov
2023-01-29 1:50 ` Alexei Starovoitov
2023-01-28 0:06 ` [PATCH bpf-next v2 04/31] selftests/bpf: Fix liburandom_read.so linker error Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 05/31] selftests/bpf: Fix symlink creation error Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 06/31] selftests/bpf: Fix kfree_skb on s390x Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 07/31] selftests/bpf: Set errno when urand_spawn() fails Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 08/31] selftests/bpf: Fix decap_sanity_ns cleanup Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 09/31] selftests/bpf: Fix verify_pkcs7_sig on s390x Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 10/31] selftests/bpf: Fix xdp_do_redirect " Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 11/31] selftests/bpf: Fix cgrp_local_storage " Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 12/31] selftests/bpf: Check stack_mprotect() return value Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 13/31] selftests/bpf: Increase SIZEOF_BPF_LOCAL_STORAGE_ELEM on s390x Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 14/31] selftests/bpf: Add a sign-extension test for kfuncs Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 15/31] selftests/bpf: Fix test_lsm on s390x Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 16/31] selftests/bpf: Fix test_xdp_adjust_tail_grow2 " Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 17/31] selftests/bpf: Fix vmlinux test " Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 18/31] selftests/bpf: Fix sk_assign " Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 19/31] selftests/bpf: Fix xdp_synproxy/tc " Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 20/31] selftests/bpf: Fix profiler " Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 21/31] libbpf: Simplify barrier_var() Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 22/31] libbpf: Fix unbounded memory access in bpf_usdt_arg() Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 23/31] libbpf: Fix BPF_PROBE_READ{_STR}_INTO() on s390x Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 24/31] bpf: iterators: Split iterators.lskel.h into little- and big- endian versions Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 25/31] bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 26/31] s390/bpf: Fix a typo in a comment Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 27/31] s390/bpf: Add expoline to tail calls Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 28/31] s390/bpf: Implement bpf_arch_text_poke() Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 29/31] s390/bpf: Implement arch_prepare_bpf_trampoline() Ilya Leoshkevich
2023-01-28 8:37 ` kernel test robot
2023-01-28 0:06 ` [PATCH bpf-next v2 30/31] s390/bpf: Implement bpf_jit_supports_subprog_tailcalls() Ilya Leoshkevich
2023-01-28 0:06 ` [PATCH bpf-next v2 31/31] s390/bpf: Implement bpf_jit_supports_kfunc_call() Ilya Leoshkevich
2023-01-28 20:50 ` 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=167493902139.8808.2500727230403968304.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=agordeev@linux.ibm.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=gor@linux.ibm.com \
--cc=hca@linux.ibm.com \
--cc=iii@linux.ibm.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