Re: pull-request: bpf 2019-03-29
From: David Miller <davem@davemloft.net>
Date: 2019-03-30 04:00:51
Also in:
bpf
From: David Miller <davem@davemloft.net>
Date: 2019-03-30 04:00:51
Also in:
bpf
From: Daniel Borkmann <daniel@iogearbox.net> Date: Fri, 29 Mar 2019 23:50:50 +0100
The following pull-request contains BPF updates for your *net* tree. The main changes are: 1) Bug fix in BTF deduplication that was mishandling an equivalence comparison, from Andrii. 2) libbpf Makefile fixes to properly link against libelf for the shared object and to actually export AF_XDP's xsk.h header, from Björn. 3) Fix use after free in bpf inode eviction, from Daniel. 4) Fix a bug in skb creation out of cpumap redirect, from Jesper. 5) Remove an unnecessary and triggerable WARN_ONCE() in max number of call stack frames checking in verifier, from Paul. Please consider pulling these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
Pulled, thanks Daniel.