summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorLines
2026-03-24selftests/bpf: verify_pkcs7_sig: Use 'struct module_signature' from the UAPI ...Thomas Weißschuh-25/+3
2026-03-24sign-file: use 'struct module_signature' from the UAPI headersThomas Weißschuh-0/+1
2026-03-24selftests/bpf: move trampoline_count to dedicated bpf_testmod targetSun Jian-20/+27
2026-03-24selftests/bpf: Fix sockmap_multi_channels reliabilityJiayuan Chen-2/+15
2026-03-24selftests/bpf: Improve tc_tunnel test reliabilityJiayuan Chen-1/+1
2026-03-24selftests/bpf: Add trampolines single and multi-level pointer params test cov...Slava Imameev-0/+70
2026-03-24selftests/bpf: Test 32-bit scalar spill pruning in stacksafe()Alexei Starovoitov-0/+37
2026-03-24selftests/bpf: Add test for struct_ops __ref argument in any positionVarun R Mallya-0/+54
2026-03-24selftests/bpf: Fix compiler warnings in task_local_data.hAmery Hung-2/+3
2026-03-23selftests/bpf: Improve connect_force_port test reliabilityVarun R Mallya-12/+34
2026-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5Alexei Starovoitov-5/+337
2026-03-21selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagationDaniel Borkmann-0/+108
2026-03-21selftests/bpf: Test bpf_program__clone() attach_btf_id overrideMykyta Yatsenko-0/+91
2026-03-21selftests/bpf: Use bpf_program__clone() in veristatMykyta Yatsenko-60/+42
2026-03-21selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handlingDaniel Wade-0/+94
2026-03-21selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividendJenny Guanni Qu-0/+58
2026-03-21selftests/bpf: Add alignment flag for test_verifier 190 testcaseTiezhu Yang-0/+1
2026-03-21bpf: Consolidate sleepable checks in check_func_call()Puranjay Mohan-5/+5
2026-03-21bpf: Consolidate sleepable checks in check_helper_call()Puranjay Mohan-3/+3
2026-03-21selftests/bpf: Add tests for bpf_throw lock leak from subprogsIhor Solodrai-0/+47
2026-03-21bpf: Fix exception exit lock checking for subprogsIhor Solodrai-3/+6
2026-03-18selftests/bpf: Isolate fmod_ret hooks by pidSun Jian-3/+18
2026-03-18selftests/bpf: Avoid spurious failures perf_linkSun Jian-15/+5
2026-03-16selftests/bpf: Bump path and command buffer sizes in bpftool_helpers.cIhor Solodrai-8/+7
2026-03-16bpftool: Allow explicitly skip llvm, libbfd and libcrypto dependenciesMykyta Yatsenko-0/+8
2026-03-16selftests/bpf: Add deep call stack selftestsEmil Tsalapatis-0/+97
2026-03-16bpf: Only enforce 8 frame call stack limit for all-static stacksEmil Tsalapatis-9/+9
2026-03-13selftests/bpf: Test case for refinement improvement using 64b boundsPaul Chaignon-0/+33
2026-03-13selftests/bpf: Improve test coverage for kfunc callHari Bathini-1/+154
2026-03-11selftests/bpf: Fix const qualifier warning in fexit_bpf2bpf.cVarun R Mallya-1/+1
2026-03-11selftests/bpf: Skip livepatch test when prerequisites are missingSun Jian-2/+18
2026-03-11selftests/bpf: drop serial restrictionSun Jian-2/+1
2026-03-11selftests/bpf: filter by pid to avoid cross-test interferenceSun Jian-3/+36
2026-03-11selftests/bpf: Speed up module_attach testViktor Malik-3/+9
2026-03-10selftests/bpf: Handle !CONFIG_SMC in bpf_smc.cAlan Maguire-4/+30
2026-03-10selftests/bpf: Fix pkg-config call on static buildsPaul Chaignon-1/+1
2026-03-10selftests/bpf: Use bpf_core_enum_value for stats in cgroup_iter_memcgHui Zhu-5/+12
2026-03-10selftests/bpf: Remove kmem subtest from cgroup_iter_memcgHui Zhu-31/+0
2026-03-10selftests/bpf: tests to non_null ptr detection using register operand in JEQ/JNECupertino Miranda-0/+54
2026-03-10selftests/bpf: Add test for BPF_END register ID resetYazhou Tang-0/+22
2026-03-09selftests/bpf: Move sleepable refcounted_kptr tests to syscallsViktor Malik-3/+3
2026-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3Alexei Starovoitov-54/+282
2026-03-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-54/+224
2026-03-07resolve_btfids: Fix linker flags detectionIhor Solodrai-0/+1
2026-03-06selftests/bpf: add reproducer for spurious precision propagation through callsEduard Zingerman-0/+64
2026-03-06bpf: collect only live registers in linked regsEduard Zingerman-35/+63
2026-03-06Revert "selftests/bpf: Update reg_bound range refinement logic"Eduard Zingerman-14/+0
2026-03-06selftests/bpf: test refining u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman-1/+38
2026-03-06bpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman-4/+58
2026-03-05selftests/bpf: Add tests for kprobe.session optimizationAndrey Grodzovsky-2/+41