-
- Downloads
Merge branch 'bpf-pkt-ptr-align'
David S. Miller says:
====================
bpf: Add alignment tracker to verifier.
First we add the alignment tracking logic to the verifier.
Next, we work on building up infrastructure to facilitate regression
testing of this facility.
Finally, we add the "test_align" test case.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/bpf_verifier.h 4 additions, 0 deletionsinclude/linux/bpf_verifier.h
- include/uapi/linux/bpf.h 8 additions, 0 deletionsinclude/uapi/linux/bpf.h
- kernel/bpf/syscall.c 4 additions, 1 deletionkernel/bpf/syscall.c
- kernel/bpf/verifier.c 109 additions, 24 deletionskernel/bpf/verifier.c
- tools/build/feature/test-bpf.c 1 addition, 0 deletionstools/build/feature/test-bpf.c
- tools/include/uapi/linux/bpf.h 9 additions, 2 deletionstools/include/uapi/linux/bpf.h
- tools/lib/bpf/bpf.c 22 additions, 0 deletionstools/lib/bpf/bpf.c
- tools/lib/bpf/bpf.h 4 additions, 0 deletionstools/lib/bpf/bpf.h
- tools/testing/selftests/bpf/Makefile 2 additions, 1 deletiontools/testing/selftests/bpf/Makefile
- tools/testing/selftests/bpf/test_align.c 417 additions, 0 deletionstools/testing/selftests/bpf/test_align.c
Loading
Please register or sign in to comment