Jerome Marchand

Results 5 comments of Jerome Marchand

On ppc64, `__u64` is defined as an `unsigned long` in `/usr/include/asm-generic/int-l64.h`. I'm not sure what the compiler warning is about since, AFAICT, on ppc64 `long` and `long long` integer are...

That was fixed by commit ebcc7a72 ("libbpf-tools: javagc: Hints for more information (#5154)")

It fails on x86_64, but not on s390x. I haven't tested other arches.

Yes, it fixes the issue.

Looks like a duplicate of #4575.