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

CI: test against 6.1 #1131

Merged
merged 3 commits into from
Sep 13, 2023
Merged

CI: test against 6.1 #1131

merged 3 commits into from
Sep 13, 2023

Commits on Sep 13, 2023

  1. CI: update to latest Go point releases

    Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
    lmb committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    40106f5 View commit details
    Browse the repository at this point in the history
  2. CI: test against 6.1

    Replace 5.19 with 6.1 as the latest kernel we test against. This
    requires updating the libbpf integration tests. In v6.1 the selftest
    build system started adding a .bpf suffix to all object files
    containing BPF programs. Introduce a helper selftestName so that
    we only have to deal with this in a single place. This also allows
    taking care of the .linked[123] suffixes which have made some of
    the test skipping code overly verbose.
    
    Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
    lmb committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    db28000 View commit details
    Browse the repository at this point in the history
  3. elf: update libbpf integration tests

    We now support CONFIG_* variables, so update the integration tests
    accordingly.
    
    Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
    lmb committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    81743af View commit details
    Browse the repository at this point in the history