Commit Graph

3 Commits (08ea655b104ab519ba27d27e1aef03607f18335a)

Author SHA1 Message Date
Thomas Eizinger 5757a96353
aya-ebpf: introduce `panic_handler` macro
All eBPF crates need to define a panic-handler.
To deduplicate that code, we introduce a macro for it.
1 month ago
Tamir Duberstein e0c4948e36 Extract integration-common for shared types 5 months ago
Michal Rostecki 0b58d3eb6d bpf: Add `bpf_strncmp` helper
The `bpf_strncmp` helper allows for better string comparison in eBPF
programs.

Added in https://github.com/torvalds/linux/commit/c5fb19937455095573a19.
5 months ago