Re: [PATCH bpf-next v3 0/3] libbpf: Implement BTFGen
From: Mauricio Vásquez Bernal <hidden>
Date: 2021-12-20 22:44:04
Also in:
bpf
From: Mauricio Vásquez Bernal <hidden>
Date: 2021-12-20 22:44:04
Also in:
bpf
[...]quoted
Changelog: v2 > v3: - expose internal libbpf APIs to bpftool instead - implement btfgen in bpftool - drop btf__raw_data() from libbpfLooks like this breaks bpf-next CI, please take a look: https://github.com/kernel-patches/bpf/runs/4565944884?check_suite_focus=true
Thanks Daniel for checking this up. I have spotted a potential issue: the instruction is also patched when prog->obj->gen_loader is set. I'll fix it in the next iteration but I'm not sure it's causing those test failures. I tried to reproduce them in my fork but they pass fine: https://github.com/mauriciovasquezbernal/linux/runs/4586966124?check_suite_focus=true. Could it be a false positive?