Quentin Monnet

Results 217 comments of Quentin Monnet

Thanks! I need to provide “Organizations and teams Read-only access” to AppVeyor in order to login with my GitHub account. I have to check that it's fine on my side,...

Hi @badboy, I'm sorry I let this issue slip out of my mind. The issue with the organizations being solved, I created an account on AppVeyor and added rbpf as...

Reopening. I forgot the issue was about the JIT.

Hi, having this kind of structure to unify program handling seems a good thing. Thanks for proposing! Apart from the `.patch()` use case—for which we might have to change the...

Related: https://github.com/libbpf/bpftool/issues/17 My understanding here is that [the patch from Alexander](https://lore.kernel.org/bpf/[email protected]/T/#u) would solve the issue upstream. I tried [to ping him](https://lore.kernel.org/bpf/[email protected]/) about it some time ago but didn't get an...

Hi, thanks for the report! What's your kernel version, please? I guess it is lower than 5.15? It seems that commit [cbdaf71f7e65](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=cbdaf71f7e65a45d6e96378ee7bfe3da39c30908) introduced requirements for [recent structures](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=b89fbfbb854c9afc3047e8273cc3a694650b802e) to be present...

Thanks for the reports! Since https://github.com/libbpf/bpftool/commit/d97300d3565e99d9fea06d1875935234796f4096, kernel 5.15 is a requirement for building bpftool with all its features. The definition may also be missing if the kernel of the host...

I haven't managed to find a fix myself (I was missing the `...___local` change), but I believe that the patch currently discussed on the mailing list should address the issue....