Commit Graph

3 Commits (5757a96353059860c3c55728a3e4b431b3daf142)

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.
Tamir Duberstein e0c4948e36 Extract integration-common for shared types
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.