aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-06selftests/bpf: Consolidate kernel modules into common directoryToke Høiland-Jørgensen1-1487/+0
2024-11-12selftests/bpf: Add struct_ops prog private stack testsYonghong Song1-0/+104
2024-11-06Merge tag 'perf-core-for-bpf-next' from tip treeAndrii Nakryiko1-1/+1
2024-11-04selftests/bpf: Add tests for raw_tp null handlingKumar Kartikeya Dwivedi1-0/+2
2024-10-23uprobe: Add data pointer to consumer handlersJiri Olsa1-1/+1
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-4/+253
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+14
2024-09-11selftests/bpf: Add test for __nullable suffix in tp_btfPhilo Lu1-0/+2
2024-09-05perf/uprobe: split uprobe_unregister()Peter Zijlstra1-1/+2
2024-08-29selftests/bpf: Add tests for iter next method returning valid pointerJuntong Deng1-0/+20
2024-08-29selftests/bpf: Test gen_prologue and gen_epilogueMartin KaFai Lau1-0/+190
2024-08-28selftests/bpf: Add test for zero offset or non-zero offset pointers as KF_ACQUIRE kfuncs argumentJuntong Deng1-0/+17
2024-08-21selftests/bpf: test passing iterator to a kfuncAndrii Nakryiko1-4/+12
2024-08-02uprobes: make uprobe_register() return struct uprobe *Oleg Nesterov1-13/+12
2024-08-02uprobes: kill uprobe_register_refctr()Oleg Nesterov1-2/+2
2024-08-02selftests/bpf: fix uprobe.path leak in bpf_testmodJiri Olsa1-0/+1
2024-07-29selftests/bpf: Fix the missing tramp_1 to tramp_40 ops in cfi_stubsMartin KaFai Lau1-0/+14
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-1/+122
2024-07-02selftests/bpf: Add testcase where 7th argment is structPu Lehui1-0/+19
2024-06-21selftests/bpf: Add kfunc_call test for simple dtor in bpf_testmodAlan Maguire1-0/+46
2024-06-13selftests: bpf: add testmod kfunc for nullable paramsVadim Fedorenko1-0/+6
2024-06-12selftests/bpf: Add uretprobe syscall test for regs changesJiri Olsa1-1/+122
2024-05-30bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee1-3/+3
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub 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-23selftests/bpf: add checks for bpf_wq_set_callback()Benjamin Tissoires1-0/+5
2024-03-06selftests/bpf: Bad_struct_ops testEduard Zingerman1-0/+24
2024-03-06selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman1-0/+2
2024-02-29selftests/bpf: Test if shadow types work correctly.Kui-Feng Lee1-1/+10
2024-02-13selftests/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-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu1-4/+4
2024-01-29selftests/bpf: Drop return in bpf_testmod_exitGeliang Tang1-1/+1
2024-01-23selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee1-0/+66
2024-01-23selftests/bpf: Fix potential premature unload in bpf_testmodArtem Savkov1-0/+9
2023-11-01bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky1-4/+2
2023-09-25selftests/bpf: Add test for missed counts of perf event link kprobeJiri Olsa1-0/+5
2023-07-27selftests/bpf: Test ldsx with more complex casesYonghong Song1-1/+8
2023-07-13selftests/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-16bpf: Move kernel test kfuncs to bpf_testmodJiri Olsa1-0/+166
2023-04-19selftests/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-15bpf/selftests: Test fentry attachment to shadowed functionsViktor Malik1-0/+6
2023-03-08selftests/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