summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+255
2024-05-02selftests/bpf: Implement socket kfuncs for bpf_testmodJordan Rife1-0/+255
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-04-26selftests/bpf: Test PROBE_MEM of VSYSCALL_ADDR on x86-64Puranjay Mohan1-0/+3
2024-04-24selftests/bpf: add checks for bpf_wq_set_callback()Benjamin Tissoires1-0/+5
2024-03-07selftests/bpf: Bad_struct_ops testEduard Zingerman1-0/+24
2024-03-07selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman1-0/+2
2024-03-01selftests/bpf: Test if shadow types work correctly.Kui-Feng Lee1-1/+10
2024-02-14selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.Kui-Feng Lee1-1/+12
2024-02-05selftests/bpf: Suppress warning message of an unused variable.Kui-Feng Lee1-4/+2
2024-02-01bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu1-4/+4
2024-01-29selftests/bpf: Drop return in bpf_testmod_exitGeliang Tang1-1/+1
2024-01-24selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee1-0/+66
2024-01-24selftests/bpf: Fix potential premature unload in bpf_testmodArtem Savkov1-0/+9
2023-11-02bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky1-4/+2
2023-09-26selftests/bpf: Add test for missed counts of perf event link kprobeJiri Olsa1-0/+5
2023-07-28selftests/bpf: Test ldsx with more complex casesYonghong Song1-1/+8
2023-07-14selftests/bpf: add testcase for TRACING with 6+ argumentsMenglong Dong1-1/+48
2023-06-08selftests/bpf: Add missing prototypes for several test kfuncsJiri Olsa1-8/+8
2023-05-17bpf: Move kernel test kfuncs to bpf_testmodJiri Olsa1-0/+166
2023-04-20selftests/bpf: Add test to access integer type of variable arrayFeng Zhou1-0/+20
2023-04-13selftests/bpf: Fix compiler warnings in bpf_testmod for kfuncsAndrii Nakryiko1-0/+6
2023-04-13selftests/bpf: Keep the loop in bpf_testmod_loop_testSong Liu1-1/+5
2023-03-16bpf/selftests: Test fentry attachment to shadowed functionsViktor Malik1-0/+6
2023-03-09selftests/bpf: implement and test custom testmod_seq iteratorAndrii Nakryiko1-1/+41
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet1-1/+1
2022-10-25selftests/bpf: Add bpf_testmod_fentry_* functionsJiri Olsa1-0/+24
2022-09-07selftests/bpf: Add struct argument tests with fentry/fexit programs.Yonghong Song1-0/+48
2022-07-22bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi1-5/+5
2022-03-06selftests/bpf: Add a test for btf_type_tag "percpu"Hao Luo1-0/+14
2022-02-04selftests/bpf: Test bpf_core_types_are_compat() functionality.Matteo Croce1-0/+7
2022-01-27selftests/bpf: add a selftest with __user tagYonghong Song1-0/+18
2022-01-19selftests/bpf: Add test for race in btf_try_get_moduleKumar Kartikeya Dwivedi1-0/+4
2022-01-19bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi1-8/+9
2021-12-16selftest/bpf: Add a test that reads various addresses.Alexei Starovoitov1-0/+20
2021-10-08bpf/selftests: Add test for writable bare tracepointHou Tao1-0/+10
2021-10-06bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi1-1/+22
2021-09-13selftests/bpf: Add test for bpf_get_branch_snapshotSong Liu1-2/+17
2021-01-21selftests: bpf: Add a new test for bare tracepointsQais Yousef1-1/+20
2021-01-13selftests/bpf: Test kernel module ksym externsAndrii Nakryiko1-0/+3
2020-12-04selftests/bpf: Add bpf_testmod kernel module for testingAndrii Nakryiko1-0/+52