summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/DENYLIST.aarch64
diff options
context:
space:
mode:
authorJiri Olsa <jolsa@kernel.org>2023-09-21 00:31:44 +0300
committerAndrii Nakryiko <andrii@kernel.org>2023-09-26 02:37:45 +0300
commit59e83c0187c5eed648c28aea637a5cf3e246921b (patch)
treefad29191f5c3c606de1a5ad7e8a70d1c171c04f7 /tools/testing/selftests/bpf/DENYLIST.aarch64
parent01e4ae474e39b855f911caec355bb79e722562b3 (diff)
downloadlinux-59e83c0187c5eed648c28aea637a5cf3e246921b.tar.xz
selftests/bpf: Add test for recursion counts of perf event link kprobe
Adding selftest that puts kprobe.multi on bpf_fentry_test1 that calls bpf_kfunc_common_test kfunc which has 3 perf event kprobes and 1 kprobe.multi attached. Because fprobe (kprobe.multi attach layear) does not have strict recursion check the kprobe's bpf_prog_active check is hit for test2-5. Disabling this test for arm64, because there's no fprobe support yet. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Tested-by: Song Liu <song@kernel.org> Reviewed-by: Song Liu <song@kernel.org> Acked-by: Hou Tao <houtao1@huawei.com> Link: https://lore.kernel.org/bpf/20230920213145.1941596-9-jolsa@kernel.org
Diffstat (limited to 'tools/testing/selftests/bpf/DENYLIST.aarch64')
-rw-r--r--tools/testing/selftests/bpf/DENYLIST.aarch641
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/DENYLIST.aarch64 b/tools/testing/selftests/bpf/DENYLIST.aarch64
index 1e827c24761c..5c2cc7e8c5d0 100644
--- a/tools/testing/selftests/bpf/DENYLIST.aarch64
+++ b/tools/testing/selftests/bpf/DENYLIST.aarch64
@@ -10,3 +10,4 @@ fexit_test/fexit_many_args # fexit_many_args:FAIL:fexit_ma
fill_link_info/kprobe_multi_link_info # bpf_program__attach_kprobe_multi_opts unexpected error: -95
fill_link_info/kretprobe_multi_link_info # bpf_program__attach_kprobe_multi_opts unexpected error: -95
fill_link_info/kprobe_multi_invalid_ubuff # bpf_program__attach_kprobe_multi_opts unexpected error: -95
+missed/kprobe_recursion # missed_kprobe_recursion__attach unexpected error: -95 (errno 95)