-
Hi Klee Team,
I'm a master student at CMU and recently has a project to do with using replay ktests with KLEE.
The context is to use KLEE functionalities in eBPF programs such as traffic control a…
-
Following the networking_ebpf instructions at https://github.com/ipdk-io/ipdk/blob/main/build/networking_ebpf/README_DOCKER.md#optional-vagrant-setup yielded the error shown below. SHould the instruct…
-
**Is your feature request related to a problem? Please describe.**
Our auto instrumentation system is currently limited to monitoring a single process. This approach poses an issue when dealing with …
-
Hey!
I'm trying to run an eBPF program, but i keep getting this error:
```
Error: error parsing BPF object
Caused by:
0: error parsing ELF data
1: Could not read file magic
```
…
-
I'm getting errors with LLVM JIT mode of bpftime on Fedora Linux x86_64:
```
[2024-01-28 00:38:50][info][707114] Created uprobe/uretprobe perf event handler, module name /500g-a/git/ebpf-plus/libb…
-
Hi, community!
I propose that maybe we can try to compile the `libbpf-tools` C code to OCI-compatible [WebAssembly](https://webassembly.org/) module, and then use a launcher to get eBPF programs ru…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Version
equal or higher than v1.16.0 and lower than v1.17.0
### What happened?
The daemon cell depends on `k…
-
This piece can be compiled, but loading it will report `"tail_calls are not allowed in programs with bpf-to-bpf calls"`. While using libbpf, it can pass the verifier.
It makes writting bigger ebpf pr…
-
Right now our program loading/unloading logic is a bit messy and could probably be cleaned up quite significantly. In particular, it would be nice to have one shared codepath for program loading and o…
-
I think an [ARCHITECTURE.md](https://matklad.github.io//2021/02/06/ARCHITECTURE.md.html) would also go a long way for getting new contributors up to speed. Even something simple that describes what ea…