-
my kernel release:
```
~ # uname -a
Linux (none) 4.18.0 #10 SMP Fri Jul 26 10:32:39 CST 2024 x86_64 GNU/Linux
```
libbpf version is 0.3, to adapt to the version of 4.18 kernel.
```c
...
…
-
When cross-compiling an application that uses libbpf-sys in build.rs(Usually via libbpf-cargo).
If `LIBBPF_SYS_LIBRARY_PATH` is set to a path that contains the libelf for the target architecture(le…
kxxt updated
2 months ago
-
Is there a plan to drop the libbpf submodule, and/or to allow building bpftool against the stand-alone libbpf? Right now this requires modifications to the Makefile, making life of people trying to pa…
-
@viktormalik @danobi powerpc is supporting kfunc now, but the output bpftrace --info is reporting kfunc: false
Is the following snippet correct to figure out kfunc support?
if (!detect_prog_type…
-
Interestingly, this also happens with xdp-tools if u do not use x86:
```
root@OpenWrt:~# xdpload -i wlan0 -u xdp-prog
libbpf: Attribute of type 0x2a found multiple times in message, previous attrib…
-
my kernel release:
```
~ # uname -a
Linux (none) 4.18.0 #10 SMP Fri Jul 26 10:32:39 CST 2024 x86_64 GNU/Linux
```
libbpf version is 0.3, to adapt to the version of 4.18 kernel.
```c
...
…
-
> [...] bpftool expects llvm-strip (for no good reason, anymore), so make sure you have that tool available.
>
> [...] it would be nice to remove llvm-strip, `bpftool gen object` strips out DWARF a…
-
## Description
How to run arm64 container image on k8s platform?
Error output are:
```
{"level":"warn","ts":1695024780.0924711,"msg":"KConfig: could not check enabled kconfig features","error":"…
-
Hey folks,
I'm trying to run `bpftop` for Android. However, `cross build --target aarch64-linux-android` complains about missing dependencies:
```
Package libelf was not found in the pkg-conf…
-
### Describe the feature you'd like supported
BPF on Linux can specify additional flags when loading a program, and the extension provider / hook can query those flags and alter its behavior.
An…