Message ID | 20230128000650.1516334-1-iii@linux.ibm.com (mailing list archive) |
---|---|
Headers | show |
Series | Support bpf trampoline for s390x | expand |
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!