Re: [PATCH v2 bpf-next 0/9] libbpf random fixes

2019-05-29 Thread Daniel Borkmann
On 05/29/2019 07:36 PM, Andrii Nakryiko wrote: > This patch set is a collection of unrelated fixes for libbpf. > > Patch #1 fixes detection of corrupted BPF section w/ instructions. > Patch #2 fixes possible errno clobbering. > Patch #3 simplifies endianness check and brings it in line with few ot

[PATCH v2 bpf-next 0/9] libbpf random fixes

2019-05-29 Thread Andrii Nakryiko
This patch set is a collection of unrelated fixes for libbpf. Patch #1 fixes detection of corrupted BPF section w/ instructions. Patch #2 fixes possible errno clobbering. Patch #3 simplifies endianness check and brings it in line with few other similar checks in libbpf. Patch #4 adds check for fai