linux-kernel-test/kernel/bpf
Alexei Starovoitov 51580e798c 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>
2014-09-26 15:05:14 -04:00
..
core.c bpf: expand BPF syscall with program load/unload 2014-09-26 15:05:14 -04:00
Makefile bpf: verifier (add docs) 2014-09-26 15:05:14 -04:00
syscall.c bpf: verifier (add docs) 2014-09-26 15:05:14 -04:00
verifier.c bpf: verifier (add docs) 2014-09-26 15:05:14 -04:00