-
error: failed to run custom build command for `libbpf-sys v1.5.0+v1.5.0` Caused by: process didn't exit successfully: `/workdir/openwrt/build_dir/target-aarch64_cortex-a53_musl/einat-ebpf-0.1.2/tar…
-
A standard primitive in network BPF programs is checking that `data + expected_length
-
Hi, I'm learning xdp-project but when I build the example, I get this error. I use kernel version 5.8.0-63-generic, is this version not suitable for project?
![image](https://user-images.githubuser…
-
I could not find any documentation on eBPF code-singing (WSDL-like program). Is this in the works?
-
Dear Viet-Hoang Tran,
I would like to run tcp-options-bpf (https://github.com/hoang-tranviet/tcp-options-bpf) on my own PC to better understand your work. I have put this set of source code in Ubun…
-
'''
Compiling below v0.5.0 (/home/bhzhu/source/below/below)
error: failed to run custom build command for `below v0.5.0 (/home/bhzhu/source/below/below)`
Caused by:
process didn't exit succe…
-
## Bug description
When executing tracee-ebpf in a 5.4 kernel, for example, I get:
```
libbpf: prog 'trace_check_map_func_compatibility': failed to create kprobe 'check_map_func_compatibility+0…
-
This is something that always throws of first-time users of the compiler. In particular when they run `ctest` they see a bunch of failing tests because runtime dependencies of these tests are missing.…
-
-
Right now bpftrace creates maps for all variables, even if they're not used as associative arrays. eg,
```
BEGIN {
@not_a_map = 5;
}
i:s:1 {
print(@not_a_map);
}
```
We should be ab…