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 eBPF related kernel options #14316

Merged
merged 4 commits into from
Jun 14, 2022

Commits on Jun 10, 2022

  1. Change iso-menuconfig to iso-menuconfig-%.

    iso-menuconfig would do nothing related to buildroot configurations with the
    changes added with arm64.
    
    Signed-off-by: Francis Laniel <[email protected]>
    eiffel-fl committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    d59034e View commit details
    Browse the repository at this point in the history
  2. Add pahole package.

    This package is needed to build the kernel when using CONFIG_DEBUG_INFO_BTF.
    
    Signed-off-by: Francis Laniel <[email protected]>
    eiffel-fl committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    5a9a4b1 View commit details
    Browse the repository at this point in the history
  3. Backport buildroot patch to add BR2_LINUX_KERNEL_NEEDS_HOST_PAHOLE.

    This config option permits indicating the Linux kernel needs pahole to be
    compiled.
    Thus, host-pahole will be built before the kernel.
    This is mandatory when using CONFIG_DEBUG_INFO_BTF.
    
    Signed-off-by: Francis Laniel <[email protected]>
    eiffel-fl committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    ca1f05e View commit details
    Browse the repository at this point in the history
  4. Add eBPF related kernel options.

    Signed-off-by: Francis Laniel <[email protected]>
    eiffel-fl committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    6a0eea2 View commit details
    Browse the repository at this point in the history