Quentin Monnet
Quentin Monnet
> is it relevant for man page? No, this should probably be removed at some point. I'm tagging with `documentation`, with the understanding there's also changes required in the code....
You mean if trying `bpftool map event_pipe id N` with map of id `N` being a BPF ring buffer? I haven't tried it, but I would expect bpftool to display...
OK I see, yes it would make sense to avoid displaying something empty in that case.
Hey, thanks Daniel for looking into this! As far as I'm aware, kfuncs and their prototypes are indeed available in the raw BTF, but I can't see them in the...
Would be great to have these tags, indeed. Thanks!
Could be worth opening a thread on bpf@, I wouldn't be surprised if other people are interested in listing the kfuncs, too. Some may even have more suggestions, or cycles...
\+ fix typo `*ATTACH_TYPE* can be on of:`
Related: We should check that entries in `bpf_attach_type_input_str()` are all relevant - I'm not sure they are, given that the function is only used with `bpftool cgroup attach|detach` as far...
I've been trying to reproduce locally, on top of v1.14 mostly, with the reproducer above or with my own steps that are closer to the CI workflow commands, but I...
I haven't made significant progress to resolve this, but I just managed to reproduce locally. I've been trying for some time with [Marco's and Martynas' reproducer](https://github.com/cilium/cilium/issues/28088#issuecomment-1744386017), on 1.13 and 1.14,...