-
- Downloads
bpf: verifier (add docs)
this patch adds all of eBPF verfier documentation and empty bpf_check() The end goal for the verifier is to statically check safety of the program. Verifier will catch: - loops - out of range jumps - unreachable instructions - invalid instructions - uninitialized register access - uninitialized stack access - misaligned stack access - out of range stack access - invalid calling convention More details in Documentation/networking/filter.txt Signed-off-by:Alexei Starovoitov <ast@plumgrid.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- Documentation/networking/filter.txt 224 additions, 0 deletionsDocumentation/networking/filter.txt
- include/linux/bpf.h 2 additions, 0 deletionsinclude/linux/bpf.h
- kernel/bpf/Makefile 1 addition, 1 deletionkernel/bpf/Makefile
- kernel/bpf/syscall.c 1 addition, 1 deletionkernel/bpf/syscall.c
- kernel/bpf/verifier.c 133 additions, 0 deletionskernel/bpf/verifier.c
Loading
Please register or sign in to comment