On Sun, Jun 21, 2020 at 7:34 AM Jakub Bogusz <qboosh@xxxxxxxxxxxxx> wrote: > > Hello, > > I noticed that _bpftool crashes when building kernel tools (5.7.x) for > 32-bit targets because in libbpf hashmap implementation hash_bits() > function returning numbers exceeding hashmap buckets capacity. > > Attached patch fixes this problem. > Thanks! But this was already fixed by Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> in 8ca8d4a84173 ("libbpf: Define __WORDSIZE if not available"). > > Regards, > > -- > Jakub Bogusz http://qboosh.pl/