]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-misc-improvements'
authorAlexei Starovoitov <ast@kernel.org>
Sat, 20 Jan 2018 02:37:01 +0000 (18:37 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 20 Jan 2018 02:37:02 +0000 (18:37 -0800)
commit84907ea5df7c0f41cb9d833cd517b05ab68d59a1
treef94d94db60f1bd595fc080694f8660566eeaf28b
parent1c0f038cdd8a9f28a32b26638fc356edc68d6897
parent93958f94489c8747daa49416d34db7b6e1c598d2
Merge branch 'bpf-misc-improvements'

Daniel Borkmann says:

====================
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 size
improvement for x86 jit in alu ops, output of complexity limit
to verifier log and last but not least having the event output
more flexible with moving to const_size_or_zero type.

Thanks!
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>