On Fri, Oct 18, 2024 at 11:47 AM Alan Maguire <alan.maguire@xxxxxxxxxx> wrote: > > think. I've sent a patch for that [1]; if you could test it (or can > point me at a vmlinux with the symbols I can do so) that would be great. Thanks for quickly taking a look at this! I tested it by running the `tests/btf_functions.sh` script that Arnaldo shown, and indeed the warnings disappear when applying the patch. I sent a `Tested-by` there in case it is useful. In any case, but it is a good idea that you have a `vmlinux` around that you can use for debugging this sort of things easily, so I uploaded one to: https://github.com/Rust-for-Linux/pahole-rust-cases/releases/download/rust-1.82.0-linux-v6.12-rc4/vmlinux I also took the chance to update and add a few more object files to this repository we had from the past: https://github.com/Rust-for-Linux/pahole-rust-cases I hope that helps! Cheers, Miguel