Timo Beckers
Timo Beckers
Fixes #14 ``` This commit adds support for hiding files from output that have been excluded by .gitignore and friends. I've implemented a few version of this and settled on...
This commit adds a distinction between files that are not owned by anyone and files that are not matched by any rule in the CODEOWNERS file. Useful for linting CODEOWNERS...
https://github.com/cilium/ebpf/actions/runs/11162212449/job/31026497906?pr=1574 On 6.12-rc1, the kernel doesn't init properly: ``` [ 1.436835] Run /home/runner/go/bin/vimto as init process [ 6.935466] request_module: modprobe binfmt-0000 cannot be processed, kmod busy with 50 threads for...
See individual commits for more detailed information. - [ ] Extend Global Variables documentation
See individual commits for context. At a high level: - add caching for __ksym reference resolving - stop caching all text symbols that have an associated kmod - for both...
This blew up on my machine today: ``` --- FAIL: TestNetkitAnchor (0.00s) quicktest.go:12: error: got non-nil value got: e"netlink receive: file exists" stack: /home/timo/github/cilium/ebpf/link/netkit_test.go:95 qt.Assert(tb, qt.IsNil(err)) /home/timo/github/cilium/ebpf/link/netkit_test.go:32 linkA, ifIndex :=...
As a follow-up to https://github.com/cilium/cilium/pull/38480, remove ENABLE_CUSTOM_CALLS and all of its references and code.