ebpfpub
ebpfpub copied to clipboard
ebpfpub is a generic function tracing library for Linux that supports tracepoints, kprobes and uprobes.
Bring in the change that permits ebpf-common LLVM libraries to link against a custom zlib library.
Version tested: built from `HEAD` Wed Oct 14, commit `ea75729cb588de13a95882854ab358b0cda9ec07` ``` [trailofbits@localhost build]$ cmake --build . -j$(nproc) [ 12%] Built target utils [ 48%] Built target ebpf [ 57%] Linking...
With kernel headers, reconstructing the path from task_struct->files 1. Using bound loops, requiring a kernel version >= 5.3 2. Writing an unrolled loop, with any kernel >= 4.18; the max...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5. Release notes Sourced from actions/cache's releases. v5.0.0 [!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1....
Bumps [libraries/ebpf-common/src](https://github.com/trailofbits/ebpf-common) from `1f454b4` to `61e0f11`. Commits 61e0f11 Add CODEOWNERS file See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [libraries/doctest/src](https://github.com/onqtam/doctest) from `7b98851` to `1da23a3`. Commits 1da23a3 version 2.4.12 732e964 added a new line in the newly introduced file to avoid a warning that fails t... fe75a74 fixed builds...