On Tue, 28 Oct 2025 at 21:05, Jose E. Marchesi <[email protected]> wrote: > > I think we definitely want to know whether our own testscases raise some > particular warning when using the headers of some particular kernel. I agree
> So FWIW I wouldn't inhibit these warnings. IMO these are a good > reminder (and incentive) that we gotta deal with the situation in some > way, be it fix the kernel headers, or bpftool that generates them, or > implementing whatever feature is missing in GCC. > But to get consistent results, we should isolate the test environment from the host system. That would mean building our own bpftool and using it to generate the vmlinux.h for the specific kernel version we’re testing against. I’ll try to implement this before the next patch.
