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 kernel 5.18 #668

Merged
merged 4 commits into from Jul 20, 2022
Merged

CI: Test against kernel 5.18 #668

merged 4 commits into from Jul 20, 2022

Commits on Jul 20, 2022

  1. CI: add 5.18 kernel

    Signed-off-by: Robin Gögge <r.goegge@gmail.com>
    rgo3 authored and lmb committed Jul 20, 2022
    Copy the full SHA
    658bd25 View commit details
    Browse the repository at this point in the history
  2. libbpf-compat: skip tests that fail on 5.17

    Signed-off-by: Robin Gögge <r.goegge@gmail.com>
    rgo3 authored and lmb committed Jul 20, 2022
    Copy the full SHA
    33f19e8 View commit details
    Browse the repository at this point in the history
  3. libbpf-compat: skip tests that fail on 5.18

    5.18 added two new BTF kinds TYPE_TAG and DECL_TAG which we
    don't support at the moment.
    
    See cilium#713
    lmb committed Jul 20, 2022
    Copy the full SHA
    5a756ba View commit details
    Browse the repository at this point in the history
  4. libbpf-compat: skip failing netif_receive_skb.linked3.o

    Trying to load the ELF gives the following error:
    
        elf_reader_test.go:665: Error during loading: program trace_netif_receive_skb:
        apply CO-RE relocations: apply fixup target_type_id=67->16253:
        invalid immediate 73, expected 67 (fixup: target_type_id=67->16253)
    
    After some cursory digging this doesn't seem to be a bug in the library
    but maybe one in either pahole or clang.
    
    See cilium#739
    lmb committed Jul 20, 2022
    Copy the full SHA
    791558a View commit details
    Browse the repository at this point in the history