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.