summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/bpf_testmod
AgeCommit message (Expand)Author
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-09-11selftests/bpf: Add test for __nullable suffix in tp_btfPhilo Lu
2024-09-05perf/uprobe: split uprobe_unregister()Peter Zijlstra
2024-08-29selftests/bpf: Add tests for iter next method returning valid pointerJuntong Deng
2024-08-29selftests/bpf: Test gen_prologue and gen_epilogueMartin KaFai Lau
2024-08-28selftests/bpf: Add test for zero offset or non-zero offset pointers as KF_ACQ...Juntong Deng
2024-08-21selftests/bpf: test passing iterator to a kfuncAndrii Nakryiko
2024-08-02uprobes: make uprobe_register() return struct uprobe *Oleg Nesterov
2024-08-02uprobes: kill uprobe_register_refctr()Oleg Nesterov
2024-08-02selftests/bpf: fix uprobe.path leak in bpf_testmodJiri Olsa
2024-07-29selftests/bpf: Ensure the unsupported struct_ops prog cannot be loadedMartin KaFai Lau
2024-07-29selftests/bpf: Fix the missing tramp_1 to tramp_40 ops in cfi_stubsMartin KaFai Lau
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-07-02selftests/bpf: Add testcase where 7th argment is structPu Lehui
2024-06-21selftests/bpf: Add kfunc_call test for simple dtor in bpf_testmodAlan Maguire
2024-06-13selftests: bpf: add testmod kfunc for nullable paramsVadim Fedorenko
2024-06-12selftests/bpf: Add uretprobe syscall test for regs changesJiri Olsa
2024-05-30bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-02selftests/bpf: Implement socket kfuncs for bpf_testmodJordan Rife
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-26selftests/bpf: Test PROBE_MEM of VSYSCALL_ADDR on x86-64Puranjay Mohan
2024-04-23selftests/bpf: add checks for bpf_wq_set_callback()Benjamin Tissoires
2024-03-06selftests/bpf: Bad_struct_ops testEduard Zingerman
2024-03-06selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman
2024-03-04selftests/bpf: Test struct_ops maps with a large number of struct_ops program.Kui-Feng Lee
2024-02-29selftests/bpf: Test if shadow types work correctly.Kui-Feng Lee
2024-02-13selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.Kui-Feng Lee
2024-02-05selftests/bpf: Suppress warning message of an unused variable.Kui-Feng Lee
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu
2024-01-29selftests/bpf: Drop return in bpf_testmod_exitGeliang Tang
2024-01-23selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee
2024-01-23selftests/bpf: Fix potential premature unload in bpf_testmodArtem Savkov
2023-11-01bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky
2023-09-25selftests/bpf: Add test for missed counts of perf event link kprobeJiri Olsa
2023-07-27selftests/bpf: Test ldsx with more complex casesYonghong Song
2023-07-13selftests/bpf: add testcase for TRACING with 6+ argumentsMenglong Dong
2023-06-08selftests/bpf: Add missing prototypes for several test kfuncsJiri Olsa
2023-05-16bpf: Move kernel test kfuncs to bpf_testmodJiri Olsa
2023-05-16selftests/bpf: Remove extern from kfuncs declarationsJiri Olsa
2023-05-16selftests/bpf: Move kfunc exports to bpf_testmod/bpf_testmod_kfunc.hJiri Olsa
2023-04-19selftests/bpf: Add test to access integer type of variable arrayFeng Zhou
2023-04-13selftests/bpf: Fix compiler warnings in bpf_testmod for kfuncsAndrii Nakryiko
2023-04-13selftests/bpf: Keep the loop in bpf_testmod_loop_testSong Liu
2023-03-15bpf/selftests: Test fentry attachment to shadowed functionsViktor Malik
2023-03-08selftests/bpf: implement and test custom testmod_seq iteratorAndrii Nakryiko
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet
2022-10-25selftests/bpf: Add bpf_testmod_fentry_* functionsJiri Olsa
2022-09-06selftests/bpf: Add struct argument tests with fentry/fexit programs.Yonghong Song