aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/bpf_testmod
AgeCommit message (Expand)AuthorFilesLines
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds3-4/+280
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+14
2024-09-11selftests/bpf: Add test for __nullable suffix in tp_btfPhilo Lu2-0/+8
2024-09-05perf/uprobe: split uprobe_unregister()Peter Zijlstra1-1/+2
2024-08-29selftests/bpf: Add tests for iter next method returning valid pointerJuntong Deng2-0/+25
2024-08-29selftests/bpf: Test gen_prologue and gen_epilogueMartin KaFai Lau3-0/+207
2024-08-28selftests/bpf: Add test for zero offset or non-zero offset pointers as KF_ACQ...Juntong Deng2-0/+21
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: Ensure the unsupported struct_ops prog cannot be loadedMartin KaFai Lau1-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/tra...Linus 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 Maguire2-0/+55
2024-06-13selftests: bpf: add testmod kfunc for nullable paramsVadim Fedorenko2-0/+7
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...Jakub Kicinski2-0/+282
2024-05-02selftests/bpf: Implement socket kfuncs for bpf_testmodJordan Rife2-0/+282
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 Tissoires2-0/+6
2024-03-06selftests/bpf: Bad_struct_ops testEduard Zingerman2-0/+28
2024-03-06selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman1-0/+2
2024-03-04selftests/bpf: Test struct_ops maps with a large number of struct_ops program.Kui-Feng Lee1-0/+44
2024-02-29selftests/bpf: Test if shadow types work correctly.Kui-Feng Lee2-1/+18
2024-02-13selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.Kui-Feng Lee2-1/+16
2024-02-05selftests/bpf: Suppress warning message of an unused variable.Kui-Feng Lee2-5/+3
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 Lee2-0/+71
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 Olsa2-0/+7
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 Olsa2-8/+15
2023-05-16bpf: Move kernel test kfuncs to bpf_testmodJiri Olsa2-0/+226
2023-05-16selftests/bpf: Remove extern from kfuncs declarationsJiri Olsa1-18/+18
2023-05-16selftests/bpf: Move kfunc exports to bpf_testmod/bpf_testmod_kfunc.hJiri Olsa1-0/+40
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 Nakryiko2-1/+47
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-06selftests/bpf: Add struct argument tests with fentry/fexit programs.Yonghong Song1-0/+48