Merge branch 'ebpf'
Alexei Starovoitov says: ==================== load imm64 insn and uapi/linux/bpf.h V9->V10 - no changes, added Daniel's ack Note they're on top of Hannes's patch in the same area [1] V8 thread with 'why' reasoning and end goal [2] Original set [3] of ~28 patches I'm planning to present in 4 stages: I. this 2 patches to fork off llvm upstreaming II. bpf syscall with manpage and map implementation III. bpf program load/unload with verifier testsuite (1st user of instruction macros from bpf.h and 1st user of load imm64 insn) IV. tracing, etc [1] http://patchwork.ozlabs.org/patch/385266/ [2] https://lkml.org/lkml/2014/8/27/628 [3] https://lkml.org/lkml/2014/8/26/859 ==================== Signed-off-by:David S. Miller <davem@davemloft.net>
Showing
- Documentation/networking/filter.txt 7 additions, 1 deletionDocumentation/networking/filter.txt
- arch/x86/net/bpf_jit_comp.c 17 additions, 0 deletionsarch/x86/net/bpf_jit_comp.c
- include/linux/filter.h 19 additions, 55 deletionsinclude/linux/filter.h
- include/uapi/linux/Kbuild 1 addition, 0 deletionsinclude/uapi/linux/Kbuild
- include/uapi/linux/bpf.h 65 additions, 0 deletionsinclude/uapi/linux/bpf.h
- kernel/bpf/core.c 5 additions, 0 deletionskernel/bpf/core.c
- lib/test_bpf.c 21 additions, 0 deletionslib/test_bpf.c
Loading
Please register or sign in to comment