Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meson: restore previous libbpf version and update bpftool #400

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Commits on Jun 28, 2024

  1. meson: restore previous libbpf version and update bpftool

    The upstrem bpftool git repo (https://github.com/libbpf/bpftool.git) is
    periodically force pushed and the specific commit that we needed is not
    available anymore.
    
    Instead of failing we are actually fetching the latest bpftool (HEAD)
    that introduced some breakage initially fixed by commit e59c48a
    ("Update libbpf commit hash").
    
    However, updating libbpf seems to introduce a run-time problem and all
    the schedulers are failing to start:
    
     libbpf: failed to find skeleton map ''
     libbpf: failed to populate skeleton maps for 'bpf_bpf': -3
    
    So, revert libbpf to the previous version and update the commit for
    bpftool to use a version that still allows to generate a compatible BPF
    skel.
    
    Fixes: e59c48a ("Update libbpf commit hash")
    Signed-off-by: Andrea Righi <[email protected]>
    Andrea Righi committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    39a06c8 View commit details
    Browse the repository at this point in the history