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

fix(modern_ebpf): address verifier issues on kernel versions >=6.12.0 #2172

Merged
merged 5 commits into from
Nov 26, 2024

Commits on Nov 26, 2024

  1. fix: split sampling logic between enter and exit

    Signed-off-by: Andrea Terzolo <[email protected]>
    Andreagit97 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7c0d3fe View commit details
    Browse the repository at this point in the history
  2. cleanup: remove an unused header

    Signed-off-by: Andrea Terzolo <[email protected]>
    Andreagit97 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    40b1fe3 View commit details
    Browse the repository at this point in the history
  3. cleanup: move custom tail calls in sys_exit

    Signed-off-by: Andrea Terzolo <[email protected]>
    Andreagit97 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    07e5ada View commit details
    Browse the repository at this point in the history
  4. cleanup: rename some methods/maps

    Signed-off-by: Andrea Terzolo <[email protected]>
    Andreagit97 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2783b8a View commit details
    Browse the repository at this point in the history
  5. chore: install bpftool manually

    Signed-off-by: Andrea Terzolo <[email protected]>
    Andreagit97 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fefd513 View commit details
    Browse the repository at this point in the history