This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced
2024-11-13 23:34:05 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
17a5267067
linux
/
kernel
/
bpf
/
Makefile
2 lines
37 B
Makefile
Raw
Normal View
History
Unescape
Escape
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:17:02 +08:00
obj-y
:=
core.o syscall.o verifier.o
Reference in New Issue
Copy Permalink