summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorLines
2025-07-03selftests/bpf: Add test cases for bpf_dynptr_memset()Ihor Solodrai-0/+166
2025-07-02selftests/bpf: Allow veristat compile standaloneMykyta Yatsenko-3/+4
2025-07-02selftests/bpf: Negative test case for ref_obj_id in argsPaul Chaignon-0/+24
2025-07-02selftests/bpf: null checks for rdonly_untrusted_mem should be preservedEduard Zingerman-0/+21
2025-07-02selftests/bpf: Don't call fsopen() as privileged userMatteo Croce-20/+21
2025-07-02selftests/bpf: Add tests for bpf_cgroup_read_xattrSong Liu-0/+366
2025-07-01selftests/bpf: Add negative test cases for snprintfPaul Chaignon-0/+2
2025-07-01selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"Colin Ian King-2/+2
2025-07-01selftests/bpf: Enable dynptr/test_probe_read_user_str_dynptrMykyta Yatsenko-1/+0
2025-06-27selftests/bpf: bpf_rdonly_cast u{8,16,32,64} access testsEduard Zingerman-0/+41
2025-06-27selftests/bpf: improve error messages in veristatMykyta Yatsenko-11/+25
2025-06-27selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattrSong Liu-97/+49
2025-06-26Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/gi...Alexei Starovoitov-0/+366
2025-06-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+95
2025-06-26selftests/bpf: Test array presets in veristatMykyta Yatsenko-24/+159
2025-06-26selftests/bpf: Support array presets in veristatMykyta Yatsenko-50/+189
2025-06-26selftests/bpf: Separate var preset parsing in veristatMykyta Yatsenko-53/+99
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov-85/+112
2025-06-26selftests/bpf: Add tests for string kfuncsViktor Malik-0/+212
2025-06-26selftests/bpf: Allow macros in __retvalViktor Malik-23/+19
2025-06-25selftests/bpf: adapt one more case in test_lru_map to the new target_freeWillem de Bruijn-15/+18
2025-06-25selftests/bpf: check operations on untrusted ro pointers to memEduard Zingerman-0/+145
2025-06-25selftests/bpf: Add tests for BPF_NEG range tracking logicSong Liu-0/+70
2025-06-25bpf: Add range tracking for BPF_NEGSong Liu-10/+23
2025-06-25selftests/bpf: Fix usdt multispec failure with arm64/clang20 selftest buildYonghong Song-4/+10
2025-06-25libbpf: Fix possible use-after-free for externsAdin Scannell-0/+16
2025-06-24selftests/bpf: Add testcases for BPF_ADD and BPF_SUBHarishankar Vishwanathan-0/+161
2025-06-23selftests/bpf: Convert test_sysctl to prog_testsJerome Marchand-33/+10
2025-06-23selftests/bpf: Support ppc64el in vmtestLuis Gerhorst-0/+102
2025-06-23selftests/bpf: Add tests for bpf_cgroup_read_xattrSong Liu-0/+366
2025-06-20selftests/bpf: Add test for bpftool access to read-only protected mapsSlava Imameev-0/+490
2025-06-18bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn-37/+35
2025-06-18selftests/bpf: include limits.h needed for PATH_MAX directlyEduard Zingerman-0/+1
2025-06-17bpf: Fix key serial argument of bpf_lookup_user_key()James Bottomley-8/+9
2025-06-17selftests/bpf: Fix unintentional switch case fall throughMykyta Yatsenko-0/+1
2025-06-17selftests/bpf: More precise cpu_mitigations state detectionEduard Zingerman-3/+90
2025-06-17selftests/bpf: Fix RELEASE build failure with gcc14Yonghong Song-5/+9
2025-06-17bpf: Mark dentry->d_inode as trusted_or_nullSong Liu-0/+33
2025-06-13selftests/bpf: verify jset handling in CFG computationEduard Zingerman-0/+16
2025-06-13veristat: Memory accounting for bpf programsEduard Zingerman-7/+246
2025-06-13bpf/veristat: Fix veristat for map type BPF_MAP_TYPE_CGRP_STORAGESong Liu-0/+1
2025-06-12selftests/bpf: Fix xdp_do_redirect failure with 64KB page sizeYonghong Song-2/+11
2025-06-12selftests/bpf: Fix two net related test failures with 64K page sizeYonghong Song-9/+14
2025-06-12bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song-8/+96
2025-06-12selftests/bpf: fix signedness bug in redir_partial()Fushuai Wang-0/+2
2025-06-12selftests/bpf: tests with a loop state missing read/precision markEduard Zingerman-0/+277
2025-06-11selftests/bpf: Fix cgroup_mprog_ordering failure due to uninitialized variableYonghong Song-1/+1
2025-06-11selftests/bpf: Add test to cover ktls with bpf_msg_pop_dataJiayuan Chen-0/+95
2025-06-09selftests/bpf: Add test for Spectre v1 mitigationLuis Gerhorst-0/+57
2025-06-09bpf: Fall back to nospec for Spectre v1Luis Gerhorst-50/+109