> [...] > > Changelog: > > > > v2 > v3: > > - expose internal libbpf APIs to bpftool instead > > - implement btfgen in bpftool > > - drop btf__raw_data() from libbpf > > Looks 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?