On Mon, Jan 30, 2023 at 10:56 AM Ilya Leoshkevich <iii@xxxxxxxxxxxxx> wrote: > > On Sun, 2023-01-29 at 19:28 -0800, Alexei Starovoitov wrote: > > On Sun, Jan 29, 2023 at 11:05 AM Ilya Leoshkevich <iii@xxxxxxxxxxxxx> > > wrote: > > > > > > v2: > > > https://lore.kernel.org/bpf/20230128000650.1516334-1-iii@xxxxxxxxxxxxx/#t > > > v2 -> v3: > > > - Make __arch_prepare_bpf_trampoline static. > > > (Reported-by: kernel test robot <lkp@xxxxxxxxx>) > > > - Support both old- and new- style map definitions in sk_assign. > > > (Alexei) > > > - Trim DENYLIST.s390x. (Alexei) > > > - Adjust s390x vmlinux path in vmtest.sh. > > > - Drop merged fixes. > > > > It looks great. Applied. > > > > Sadly clang repo is unreliable today. I've kicked BPF CI multiple > > times, > > but it didn't manage to fetch the clang. Pushed anyway. > > Pls watch for BPF CI failures in future runs. > > I think this is because llvm-toolchain-focal contains llvm 17 now. > So we need to either use llvm-toolchain-focal-16, or set > llvm_default_version=16 in libbpf/ci. Yep. That was fixed. Looks like only one test is failing on s390: test_synproxy:PASS:./xdp_synproxy --iface tmp1 --single 0 nsec expect_str:FAIL:SYNACKs after connection unexpected SYNACKs after connection: actual '' != expected 'Total SYNACKs generated: 1\x0A' #284/1 xdp_synproxy/xdp:FAIL #284 xdp_synproxy:FAIL Summary: 260/1530 PASSED, 31 SKIPPED, 1 FAILED