Quentin Monnet

Results 67 issues of Quentin Monnet

``` Commit d510296d331a ("bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.") from May 13, 2021 (linux-next), leads to the following Smatch static checker warning: ./tools/bpf/bpftool/prog.c:1925 do_loader() warn:...

bug
good first issue

``` Commit b053b439b72a ("bpf: libbpf: bpftool: Print bpf_line_info during prog dump") from Dec 7, 2018 (linux-next), leads to the following Smatch static checker warning: ./tools/bpf/bpftool/prog.c:827 prog_dump() error: we previously assumed...

bug
good first issue

Tetragon bee still has the Cilium logo on its shield, as it used to display in the early days. It should probably be changed to the Tetragon logo.

- **package.json: Update dependencies** - **ci: Add CI workflows** - **readme.md: Fix (some) broken links**

Commit 4c56992b53cc125f6939a971f01d4705996f5e0f introduced the use of warning `-Wformat-signedness` when compiling bpftool, but this warning seems to be unknown to clang, which now produces the following output when compiling bpftool: ```...

Kernel file `tools/build/Makefile.feature` has ```Makefile ifeq ($(VF),1) feature_display := 1 feature_verbose := 1 endif ``` causing all features to be displayed: ```console $ VF=1 make Auto-detecting system features: ... clang-bpf-co-re:...

The example [provided by Christoph on the mailing list](https://lore.kernel.org/bpf/[email protected]/T/#t), for a separate issue, produces a graph with two functions: ![CFG produced by bpftool for the example program](https://github.com/user-attachments/assets/4fa856ee-37f0-40e6-b2d8-386c920aa420) On `func_1()`, on...

bug