-
**Describe the bug**
The "ecc" output error message when compiling "runqlat", even though the "package.json" can be generated.
ecc version: 1.0.4 and 1.0.5
**To Reproduce**
Steps to reprodu…
-
Hi, can we get updated version for this repo `example-helloworld` since building latest throws error when running `cargo build-bpf`.
```
❯ cargo build-bpf
info: uninstalling toolchain 'solana'
in…
-
## Feature Request
We migrated away from BCC and now we are leveraging libbpf for our eBPF programs.
But we depend on kernel headers to leverage various kernel structures in our programs.
Our BPF…
-
How can I do that?
add the BPF_ADJ_ROOM_MAC mode to the bpf_skb_adjust_room() function
Kind Regard´s
-
The documentation on `TracingPolicy` limitation might be outdated. It would be interesting to update the documentation and add tests case to make sure the limitations are prevented from the agent side…
-
1. Investigate the possibility of replacing the BPF calls to load/unload BPF programs on/off interfaces in the [AF_XDP K8s Plugins](https://github.com/intel/afxdp-plugins-for-kubernetes) with [BPFd](h…
-
-
## Current situation
Inspektor Gadget uses several hardening mechanism but not Landlock.
Particularly, the container image is set read-only, but this is not forcefully the case of mounted paths.
…
-
i noticed that linux 5.15 add time related bpf helper functions, it just changes so fast, maybe checking the kernel version? Or just adding some '#[cfg(some_version)]' so that developer will not misus…
-
kprobe
======
kprobes provide kernel dynamic instrumentation
kprobes can create instrumentation events for any kernel function, and instructions within functions
The biggest risk in practice i…