Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ If you are new to eBPF, you may want to try the links described as "introduction
### Testing in Virtual Environments

- [bcc in a Docker container](https://github.com/zlim/bcc-docker)
- [bpfcompat](https://github.com/Kernel-Guard/bpfcompat) - Boots real Linux kernels in disposable QEMU/KVM VMs to load- and attach-validate compiled eBPF objects across a multi-distro, multi-architecture kernel matrix, classifying failures (missing BTF, unsupported map/program type, CO-RE relocations); runs as a CI gate and GitHub Action.

## Projects Related to eBPF

Expand Down
Loading