Re: [PATCH bpf-next 0/9] BPF misc improvements

2018-01-19 Thread Alexei Starovoitov
On Sat, Jan 20, 2018 at 01:24:28AM +0100, Daniel Borkmann wrote: > This series adds various misc improvements to BPF: detection > of BPF helper definition misconfiguration for mem/size argument > pairs, csum_diff helper also for XDP, various test cases, > removal of the recently added pure_initcall

[PATCH bpf-next 0/9] BPF misc improvements

2018-01-19 Thread Daniel Borkmann
This series adds various misc improvements to BPF: detection of BPF helper definition misconfiguration for mem/size argument pairs, csum_diff helper also for XDP, various test cases, removal of the recently added pure_initcall(), restriction of the jit sysctls to cap_sys_admin for initns, a minor s