On Thu, Dec 12, 2019 at 10:31 AM Martin Lau <kafai@xxxxxx> wrote: > > On Thu, Dec 12, 2019 at 09:19:18AM -0800, Andrii Nakryiko wrote: > > On ppc64le __u64 and __s64 are defined as long int and unsigned long int, > > respectively. This causes compiler to emit warning when %lld/%llu are used to > > printf 64-bit numbers. Fix this by casting to size_t/ssize_t with %zu and %zd > > format specifiers, respectively. > Acked-by: Martin KaFai Lau <kafai@xxxxxx> Applied. Thanks