summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-0/+140
2023-09-30selftest/bpf: Add various selftests for program limitsDaniel Borkmann1-0/+84
2023-09-29bpf, sockmap: Add tests for MSG_F_PEEKJohn Fastabend1-0/+51
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni10-12/+298
2023-09-19selftests/bpf: Check bpf_cubic_acked() is called via struct_opsSong Liu2-0/+5
2023-09-19selftests/bpf: Print log buffer for exceptions test only on failureKumar Kartikeya Dwivedi1-2/+3
2023-09-16selftests/bpf: Add tests for BPF exceptionsKumar Kartikeya Dwivedi7-0/+1332
2023-09-16selftests/bpf: Add BPF assertion macrosKumar Kartikeya Dwivedi1-0/+243
2023-09-16bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi1-1/+30
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi1-0/+16
2023-09-16selftest, bpf: enable cpu v4 tests for arm32Puranjay Mohan5-5/+10
2023-09-14selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not availableArtem Savkov1-0/+5
2023-09-14selftests/xsk: display command line options with -hMagnus Karlsson2-2/+14
2023-09-14selftests/xsk: fail single test instead of all testsMagnus Karlsson1-24/+46
2023-09-14selftests/xsk: use ksft_print_msg uniformlyMagnus Karlsson1-12/+13
2023-09-14selftests/xsk: add option to run single testMagnus Karlsson3-21/+48
2023-09-14selftests/xsk: add option that lists all testsMagnus Karlsson3-7/+42
2023-09-14selftests/xsk: declare test names in structMagnus Karlsson2-171/+57
2023-09-14selftests/xsk: move all tests to separate functionsMagnus Karlsson1-55/+115
2023-09-14selftests/xsk: add option to only run tests in a single modeMagnus Karlsson3-8/+47
2023-09-14selftests/xsk: add timeout for Tx threadMagnus Karlsson1-4/+22
2023-09-14selftests/xsk: print per packet info in verbose modeMagnus Karlsson1-3/+10
2023-09-13selftests/bpf: Fix kprobe_multi_test/attach_override testJiri Olsa2-9/+3
2023-09-12selftests/bpf: fix unpriv_disabled check in test_verifierArtem Savkov1-1/+1
2023-09-12selftests/bpf: Add testcases for tailcall infinite loop fixingLeon Hwang3-4/+269
2023-09-12selftests/bpf: ensure all CI arches set CONFIG_BPF_KPROBE_OVERRIDE=yAndrii Nakryiko2-1/+1
2023-09-12selftests/bpf: Offloaded prog after non-offloaded should not cause BUGEduard Zingerman1-0/+61
2023-09-12selftests/bpf: Correct map_fd to data_fd in tailcallsLeon Hwang1-16/+16
2023-09-11selftests/bpf: Update bpf_clone_redirect expected return codeStanislav Fomichev1-2/+10
2023-09-11selftests/bpf: Test all valid alloc sizes for bpf mem allocatorHou Tao2-0/+173
2023-09-09selftests/bpf: Add kprobe_multi override testJiri Olsa2-0/+50
2023-09-09selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutexRong Tao1-0/+4
2023-09-09selftests/bpf: trace_helpers.c: Optimize kallsyms cacheRong Tao4-46/+114
2023-09-08selftests/bpf: Test preemption between bpf_obj_new() and bpf_obj_drop()Hou Tao2-0/+195
2023-09-08bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecatedYonghong Song2-1/+14
2023-09-08selftests/bpf: Add some negative testsYonghong Song2-0/+171
2023-09-08selftests/bpf: Add tests for cgrp_local_storage with local percpu kptrYonghong Song2-0/+145
2023-09-08selftests/bpf: Remove unnecessary direct read of local percpu kptrYonghong Song1-4/+0
2023-09-08selftests/bpf: Add tests for array map with local percpu kptrYonghong Song2-0/+265
2023-09-08selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.hYonghong Song1-0/+31
2023-09-08selftests/bpf: Update error message in negative linked_list testYonghong Song1-2/+2
2023-09-08libbpf: Add basic BTF sanity validationAndrii Nakryiko1-2/+2
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds8-3/+184
2023-09-06selftests/bpf: Check bpf_sk_storage has uncharged sk_omem_allocMartin KaFai Lau3-0/+118
2023-09-01selftests/bpf: Fix a CI failure caused by vsock writeXu Kuohai2-0/+33
2023-08-31selftests/bpf: Include build flavors for install targetBjörn Töpel1-0/+12
2023-08-31selftests/bpf: Fix d_path testJiri Olsa1-1/+18
2023-08-30selftests/bpf: Fix flaky cgroup_iter_sleepable subtestYonghong Song1-2/+3
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-08-25selftests/bpf: Add tests for rbtree API interaction in sleepable progsDave Marchevsky2-0/+99