Quentin Monnet
Quentin Monnet
- [ ] #29325 Once this PR is merged, you can update the PR labels via: ```upstream-prs for pr in 29325; do contrib/backporting/set-labels.py $pr done 1.13; done ``` or with...
Figuring out the right "previous patch release version number" to downgrade to in print-downgrade-version.sh turns out to be more complex than expected [0] [1] [2] [3]. This commit is an...
👍 It'd be nice to eventually have a unified test suite that would run in cranelift, the JIT and the interpreter! _Originally posted by @afonso360 in https://github.com/qmonnet/rbpf/pull/86#discussion_r1292786030_
We don't support eBPF atomic instructions yet. See https://lore.kernel.org/bpf/[email protected]/t/#u for some context. _Originally posted by @qmonnet in https://github.com/qmonnet/rbpf/issues/47#issuecomment-763022642_
I've got pwru log file that includes information on the processes that created the SKBs. At the beginning of the logs, the name and PID of the processes are displayed...
When running pwru with `--output-skb`, we dump the full content of the socket buffer. However, the value for `cb` (`char cb[48]`) seems incorrect. I saw only the first value from...
Typo to fix: `cgroup/sendmsg°unix` in `prog.c's` `do_help()` (should be `cgroup/sendmsg_unix` instead).
I'm pretty sure we're missing some type names, at least in the docs/usage strings/bash completion, related to the latest program, map, attach types merged into the kernel. We need to...
We should really have a more robust CI for bpftool. ## Current status ### Build - [GitHub CI builds](https://github.com/libbpf/bpftool/blob/master/.github/workflows/build.yaml): Building bpftool on Ubuntu, running on PRs and pushes on this...
Similarly to what we do for program types, map types, helpers, and a few other components, we could look into dumping supported `kfuncs` with `bpftool feature probe`. It is not...