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

Add support to test update library with local kernel #1306

Closed
wants to merge 1 commit into from

Commits on Jan 22, 2024

  1. Add support to test update library with local kernel

    Adding support to update update library with local kernel by passing
    local directory through KERNEL_VERSION, like:
    
      $ ls ../data/
      bpf_testmod.ko  libbpf.c  vmlinux
    
      $ make update-kernel-deps KERNEL_VERSION=../data
    
    This allows to test latest kernel uapi changes with ebpf/cilium library
    and tetragon.
    
    Signed-off-by: Jiri Olsa <jolsa@kernel.org>
    olsajiri committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    804a455 View commit details
    Browse the repository at this point in the history