From: Daniel Borkmann
Date: Mon, 13 May 2019 02:15:37 +0200
> The following pull-request contains BPF updates for your *net* tree.
>
> The main changes are:
>
> 1) Fix out of bounds backwards jumps due to a bug in dead code
>removal, from Daniel.
>
> 2) Fix libbpf users by detecting unsupp
Hi David,
The following pull-request contains BPF updates for your *net* tree.
The main changes are:
1) Fix out of bounds backwards jumps due to a bug in dead code
removal, from Daniel.
2) Fix libbpf users by detecting unsupported BTF kernel features
and sanitize them before load, from An