aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.map
diff options
context:
space:
mode:
authorStanislav Fomichev <sdf@google.com>2019-02-21 11:11:00 -0800
committerDaniel Borkmann <daniel@iogearbox.net>2019-02-25 22:24:19 +0100
commit740f8a6572213a677c7916b12a11d831373722ce (patch)
tree32fc07284addcea0f01bfbefca3496a1d4e44ba7 /tools/lib/bpf/libbpf.map
parentbpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissector (diff)
downloadlinux-dev-740f8a6572213a677c7916b12a11d831373722ce.tar.xz
linux-dev-740f8a6572213a677c7916b12a11d831373722ce.zip
selftests/bpf: make sure signal interrupts BPF_PROG_TEST_RUN
Simple test that I used to reproduce the issue in the previous commit: Do BPF_PROG_TEST_RUN with max iterations, each program is 4096 simple move instructions. File alarm in 0.1 second and check that bpf_prog_test_run is interrupted (i.e. test doesn't hang). Note: reposting this for bpf-next to avoid linux-next conflict. In this version I test both BPF_PROG_TYPE_SOCKET_FILTER (which uses generic bpf_test_run implementation) and BPF_PROG_TYPE_FLOW_DISSECTOR (which has it own loop with preempt handling in bpf_prog_test_run_flow_dissector). Signed-off-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions