aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)AuthorFilesLines
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds71-227/+3975
2024-09-13selftests/bpf: Add a test case to write mtu result into .rodataDaniel Borkmann1-3/+30
2024-09-13selftests/bpf: Add a test case to write strtol result into .rodataDaniel Borkmann1-0/+42
2024-09-13selftests/bpf: Rename ARG_PTR_TO_LONG test descriptionDaniel Borkmann1-5/+5
2024-09-13selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized testDaniel Borkmann1-4/+1
2024-09-13selftests/bpf: Add tests for sdiv/smod overflow casesYonghong Song1-0/+439
2024-09-11selftests/bpf: Fix arena_atomics failure due to llvm changeYonghong Song1-1/+31
2024-09-11selftests/bpf: add build ID testsAndrii Nakryiko1-0/+31
2024-09-11selftests/bpf: Expand skb dynptr selftests for tp_btfPhilo Lu2-0/+48
2024-09-11selftests/bpf: Add test for __nullable suffix in tp_btfPhilo Lu1-0/+24
2024-09-09bpf: Fix error message on kfunc arg type mismatchMaxim Mikityanskiy1-0/+7
2024-09-05bpf/selftests: coverage for tp and perf event progs using kfuncsJP Kobryn1-0/+48
2024-09-05selftests/bpf: Rename fallback in bpf_dctcp to avoid naming conflictPu Lehui1-4/+4
2024-09-05selftests/bpf: fix some typos in selftestsLin Yikai6-9/+9
2024-09-05selftests/bpf: Add uprobe multi pid filter test for fork-ed processesJiri Olsa1-0/+40
2024-09-04selftests/bpf: Enable test_bpf_syscall_macro: Syscall_arg1 on s390 and arm64Pu Lehui1-2/+0
2024-09-04selftests/bpf: Add a selftest for x86 jit convergence issuesYonghong Song1-0/+114
2024-09-04selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEFeng Yang3-3/+5
2024-08-29selftests/bpf: Add tests for iter next method returning valid pointerJuntong Deng1-0/+125
2024-08-29selftests/bpf: Test epilogue patching when the main prog has multiple BPF_EXITMartin KaFai Lau1-0/+82
2024-08-29selftests/bpf: A pro/epilogue test when the main prog jumps back to the 1st insnMartin KaFai Lau1-0/+149
2024-08-29selftests/bpf: Add tailcall epilogue testMartin KaFai Lau1-0/+58
2024-08-29selftests/bpf: Test gen_prologue and gen_epilogueMartin KaFai Lau1-0/+154
2024-08-29selftests/bpf: Make sure stashed kptr in local kptr is freed recursivelyAmery Hung1-1/+29
2024-08-28selftests/bpf: Add test for zero offset or non-zero offset pointers as KF_ACQ...Juntong Deng1-0/+33
2024-08-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-12/+25
2024-08-23selftests/bpf: Add tests for bpf_copy_from_user_str kfunc.Jordan Rome2-4/+69
2024-08-23selftests/bpf: Test bpf_kptr_xchg stashing into local kptrDave Marchevsky2-3/+53
2024-08-23selftests/bpf: add multi-uprobe benchmarksAndrii Nakryiko1-0/+7
2024-08-23selftests/bpf: match both retq/rethunk in verifier_tailcall_jitEduard Zingerman1-2/+2
2024-08-22selftests/bpf: Add testcase for updating attached freplace prog to prog_array...Leon Hwang2-0/+45
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov1-0/+54
2024-08-22selftests/bpf: check if bpf_fastcall is recognized for kfuncsEduard Zingerman1-0/+55
2024-08-22selftests/bpf: rename nocsr -> bpf_fastcall in selftestsEduard Zingerman1-13/+13
2024-08-21selftest: bpf: Remove mssind boundary check in test_tcp_custom_syncookie.c.Kuniyuki Iwashima1-9/+2
2024-08-21selftests/bpf: validate __xlated same way as __jitedEduard Zingerman1-2/+51
2024-08-21selftests/bpf: validate jit behaviour for tail callsEduard Zingerman1-0/+105
2024-08-21selftests/bpf: __jited test tag to check disassembly after jitEduard Zingerman1-0/+35
2024-08-21selftests/bpf: replace __regex macro with "{{...}}" patternsEduard Zingerman4-10/+11
2024-08-21selftests/bpf: fix to avoid __msg tag de-duplication by clangEduard Zingerman2-10/+13
2024-08-21selftests/bpf: test passing iterator to a kfuncAndrii Nakryiko1-0/+50
2024-08-19selftest/bpf: Adapt inline asm operand constraint for GCC supportCupertino Miranda2-4/+4
2024-08-14selftests/bpf: convert test_skb_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)1-23/+18
2024-08-14selftests/bpf: add proper section name to bpf prog and rename itAlexis Lothoré (eBPF Foundation)1-1/+1
2024-08-14selftests/bpf: convert test_cgroup_storage to test_progsAlexis Lothoré (eBPF Foundation)1-0/+24
2024-08-14selftests/bpf: convert get_current_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)1-22/+4
2024-08-12selftests/bpf: Add a test to verify previous stacksafe() fixYonghong Song1-0/+54
2024-08-08selftests/bpf: add sockopt tests for TCP_BPF_SOCK_OPS_CB_FLAGSAlan Maguire1-3/+23
2024-08-07selftests/bpf: Add tests for bpf_get_dentry_xattrSong Liu1-5/+32
2024-08-06selftests/bpf: add positive tests for new VFS based BPF kfuncsMatt Bobrowski1-0/+85