Re: [PATCH bpf 0/9] Fix various issues with 32-bit libbpf

2020-08-13 Thread Andrii Nakryiko
On Thu, Aug 13, 2020 at 12:20 PM Alexei Starovoitov wrote: > > On Thu, Aug 13, 2020 at 12:17:13AM -0700, Andrii Nakryiko wrote: > > This patch set contains fixes to libbpf, bpftool, and selftests that were > > found while testing libbpf and selftests built in 32-bit mode. 64-bit nature > > of BPF

Re: [PATCH bpf 0/9] Fix various issues with 32-bit libbpf

2020-08-13 Thread Alexei Starovoitov
On Thu, Aug 13, 2020 at 12:17:13AM -0700, Andrii Nakryiko wrote: > This patch set contains fixes to libbpf, bpftool, and selftests that were > found while testing libbpf and selftests built in 32-bit mode. 64-bit nature > of BPF target and 32-bit host environment don't always mix together well > wi