summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2026-01-20bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGSIhor Solodrai
2026-01-20selftests/bpf: Add tests for KF_IMPLICIT_ARGSIhor Solodrai
2026-01-20selftests/bpf: Add perfbuf multi-producer benchmarkGyutae Bae
2026-01-16selftests/bpf: Fix map_kptr test failureYonghong Song
2026-01-16selftests/bpf: Support when CONFIG_VXLAN=mAlan Maguire
2026-01-16selftests: bpf: Add test for multiple syncs from linked registerPuranjay Mohan
2026-01-15selftests/bpf: Add test for bpf_override_return helperJiri Olsa
2026-01-14selftests/bpf: Extend live regs tests with a test for gotoxAnton Protopopov
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-13selftests/bpf: Add tests for loading insn array values with offsetsAnton Protopopov
2026-01-13selftests/bpf: assert BPF kfunc default trusted pointer semanticsMatt Bobrowski
2026-01-13bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by defaultMatt Bobrowski
2026-01-13selftests/bpf: Add test cases for btf__permute functionalityDonglin Peng
2026-01-13selftests/bpf: Add tests for s>>=31 and s>>=63Alexei Starovoitov
2026-01-13selftests/bpf: Fix verifier_arena_globals1 failure with 64K pageYonghong Song
2026-01-13selftests/bpf: Fix sk_bypass_prot_mem failure with 64K pageYonghong Song
2026-01-13selftests/bpf: Fix dmabuf_iter/lots_of_buffers failure with 64K pageYonghong Song
2026-01-12selftests/bpf: Use the correct destructor kfunc typeSami Tolvanen
2026-01-06bpf: GCC requires function attributes before the declaratorJose E. Marchesi
2026-01-06bpf: adapt selftests to GCC 16 -Wunused-but-set-variableJose E. Marchesi
2026-01-06selftests/bpf: Add cases to test BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang
2026-01-06selftests/bpf: add tests for arena kfuncs under lockEmil Tsalapatis
2026-01-06selftests/bpf: Update xdp_context_test_run test to check maximum metadata sizeToke Høiland-Jørgensen
2026-01-02selftests: bpf: Fix test_bpf_nf for trusted args becoming defaultPuranjay Mohan
2026-01-02selftests: bpf: fix cgroup_hierarchical_statsPuranjay Mohan
2026-01-02selftests: bpf: fix test_kfunc_dynptr_paramPuranjay Mohan
2026-01-02selftests: bpf: Update failure message for rbtree_failPuranjay Mohan
2026-01-02selftests: bpf: Update kfunc_param_nullable test for new error messagePuranjay Mohan
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan
2025-12-31selftests/bpf: veristat: fix printing order in output_stats()Puranjay Mohan
2025-12-31resolve_btfids: Implement --patch_btfidsIhor Solodrai
2025-12-31selftests/bpf: iterator based loop and STACK_MISC states pruningEduard Zingerman
2025-12-30selftests/bpf: test cases for bpf_loop SCC and state graph backedgesEduard Zingerman
2025-12-30selftests/bpf: Fix verifier_arena_large/big_alloc3 testPuranjay Mohan
2025-12-23selftests: bpf: test non-sleepable arena allocationsPuranjay Mohan
2025-12-22selftests: bpf: fix tests with raw_tp calling kfuncsPuranjay Mohan
2025-12-22bpf: selftests: selftests for memcg stat kfuncsJP Kobryn
2025-12-21selftests/bpf: add test case for BPF LSM hook bpf_lsm_mmap_fileMatt Bobrowski
2025-12-19resolve_btfids: Change in-place update with raw binary outputIhor Solodrai
2025-12-19selftests/bpf: Run resolve_btfids only for relevant .test.o objectsIhor Solodrai
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-12-16selftests/bpf: Add tests for the arena offset of globalsEmil Tsalapatis
2025-12-16libbpf: Move arena globals to the end of the arenaEmil Tsalapatis
2025-12-16bpf/verifier: Do not limit maximum direct offset into arena mapEmil Tsalapatis
2025-12-16selftests/bpf: Explicitly account for globals in verifier_arena_largeEmil Tsalapatis
2025-12-10selftests/bpf: add regression test for bpf_d_path()Shuran Liu
2025-12-10selftests/bpf: add verifier sign extension bound computation tests.Cupertino Miranda
2025-12-09selftests/bpf: add tests for attaching invalid fdKohei Enju
2025-12-09selftests/bpf: Add test for truncated dmabuf_iter readsT.J. Mercier