summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorLines
2023-09-16selftests/bpf: Add tests for BPF exceptionsKumar Kartikeya Dwivedi-0/+1332
2023-09-16selftests/bpf: Add BPF assertion macrosKumar Kartikeya Dwivedi-0/+243
2023-09-16bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi-1/+30
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi-0/+16
2023-09-15selftest, bpf: enable cpu v4 tests for arm32Puranjay Mohan-5/+10
2023-09-14selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not availableArtem Savkov-0/+5
2023-09-14selftests/xsk: display command line options with -hMagnus Karlsson-2/+14
2023-09-14selftests/xsk: fail single test instead of all testsMagnus Karlsson-24/+46
2023-09-14selftests/xsk: use ksft_print_msg uniformlyMagnus Karlsson-12/+13
2023-09-14selftests/xsk: add option to run single testMagnus Karlsson-21/+48
2023-09-14selftests/xsk: add option that lists all testsMagnus Karlsson-7/+42
2023-09-14selftests/xsk: declare test names in structMagnus Karlsson-171/+57
2023-09-14selftests/xsk: move all tests to separate functionsMagnus Karlsson-55/+115
2023-09-14selftests/xsk: add option to only run tests in a single modeMagnus Karlsson-8/+47
2023-09-14selftests/xsk: add timeout for Tx threadMagnus Karlsson-4/+22
2023-09-14selftests/xsk: print per packet info in verbose modeMagnus Karlsson-3/+10
2023-09-12selftests/bpf: Add testcases for tailcall infinite loop fixingLeon Hwang-4/+269
2023-09-11selftests/bpf: Correct map_fd to data_fd in tailcallsLeon Hwang-16/+16
2023-09-08selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutexRong Tao-0/+4
2023-09-08selftests/bpf: trace_helpers.c: Optimize kallsyms cacheRong Tao-46/+114
2023-09-08selftests/bpf: Test preemption between bpf_obj_new() and bpf_obj_drop()Hou Tao-0/+195
2023-09-08bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecatedYonghong Song-1/+14
2023-09-08selftests/bpf: Add some negative testsYonghong Song-0/+171
2023-09-08selftests/bpf: Add tests for cgrp_local_storage with local percpu kptrYonghong Song-0/+145
2023-09-08selftests/bpf: Remove unnecessary direct read of local percpu kptrYonghong Song-4/+0
2023-09-08selftests/bpf: Add tests for array map with local percpu kptrYonghong Song-0/+265
2023-09-08selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.hYonghong Song-0/+31
2023-09-08selftests/bpf: Update error message in negative linked_list testYonghong Song-2/+2
2023-09-08libbpf: Add basic BTF sanity validationAndrii Nakryiko-2/+2
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-3/+184
2023-09-06selftests/bpf: Check bpf_sk_storage has uncharged sk_omem_allocMartin KaFai Lau-0/+118
2023-09-01selftests/bpf: Fix a CI failure caused by vsock writeXu Kuohai-0/+33
2023-08-31selftests/bpf: Include build flavors for install targetBjörn Töpel-0/+12
2023-08-31selftests/bpf: Fix d_path testJiri Olsa-1/+18
2023-08-30selftests/bpf: Fix flaky cgroup_iter_sleepable subtestYonghong Song-2/+3
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2023-08-25selftests/bpf: Add tests for rbtree API interaction in sleepable progsDave Marchevsky-0/+99
2023-08-25bpf: Reenable bpf_refcount_acquireDave Marchevsky-0/+26
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)-2/+2
2023-08-24selftests/bpf: Enable cpu v4 tests for RV64Pu Lehui-6/+12
2023-08-24selftests/bpf: Add a local kptr test with no special fieldsYonghong Song-0/+51
2023-08-23selftests/bpf: add uprobe_multi test binary to .gitignoreAndrii Nakryiko-0/+1
2023-08-23selftests/bpf: Add selftest for allow_ptr_leaksYafang Shao-1/+48
2023-08-22selftests/bpf: Add test for bpf_obj_drop with bad reg->offKumar Kartikeya Dwivedi-0/+20
2023-08-22selftests/bpf: Add a failure test for bpf_kptr_xchg() with local kptrYonghong Song-1/+74
2023-08-21selftests/bpf: Add extra link to uprobe_multi testsJiri Olsa-0/+22
2023-08-21selftests/bpf: Add uprobe_multi pid filter testsJiri Olsa-12/+126
2023-08-21selftests/bpf: Add uprobe_multi cookie testJiri Olsa-0/+78
2023-08-21selftests/bpf: Add uprobe_multi usdt bench testJiri Olsa-0/+55
2023-08-21selftests/bpf: Add uprobe_multi usdt test codeJiri Olsa-1/+25