-
After executing`sudo docker run --rm -it --privileged ghcr.io`:
libbpf: failed to find valid kernel BTF
libbpf: Error loading vmlinux BTF: -3
libbpf: failed to load object 'bootstrap_bpf'
libbpf: …
-
Ubuntu 22.04 LTS:6.8.0-40-generic
**I've read the Readme**
```
apt install clang libelf1 libelf-dev zlib1g-dev
git clone --recurse-submodules https://github.com/libbpf/libbpf-bootstrap
git …
Ruid6 updated
1 month ago
-
Hi!
I am trying to compile this in a VM running Ubuntu
```
6.8.0-41-generic #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 2 20:41:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
DISTRIB_ID=Ubuntu
DISTRI…
-
We currently lose clang warnings from the BPF compilation when building with Cargo if there is not an error. This can be fixed by changing libbpf-cargo and the BpfBuilder.
-
There are some string op overflow warnings (32 bit I think):
```C
In file included from /home/buildozer/aports/community/libindi/src/indi-2.0.9/libs/dsp/dsp.h:41,
from /home/buil…
ncopa updated
1 month ago
-
libbpf: prog '__trace___dev_queue_xmit': failed to create kprobe '__dev_queue_xmit+0x0' perf event: Invalid argument
libbpf: prog '__trace___dev_queue_xmit': failed to auto-attach: -22
ERROR: failed…
-
as the title says, `libbpf`'s symbol address resolver does not take into account THUMB addressing mode.
```bash
m.bieganski@hostname:~$ file libssl.so.1.1
libssl.so.1.1: ELF 32-bit LSB shared ob…
-
@0xB10C : reviving this old discussion from some two years ago:
@rob-scheepens agree that BPF CO-RE and libbpf is the way to go for future tracing programs. I've looked into this a wh…
-
### 详细叙述
编译报错,详见日志。
### 重复 issue
- [X] 没有类似的 issue
### 具体型号
X86
### 详细日志
touch /home/builder/lede_x86/build_dir/target-x86_64_musl/libbpf-1.4.5/.built_check
CFLAGS="-Os -pipe -fno-caller-saves…
-
### Describe the bug
Conan: 2.8.0
When using the GnuToolchain generator in the following manner
```python
tc = GnuToolchain(self)
tc.make_args["PREFIX"] = ""
...
tc.generate()
```
where a…