aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2026-08-22Merge tag 'perf-tools-for-v7.3-2026-08-21' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds1-1/+0
2026-08-20Merge tag 'loongarch-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-1/+2
2026-08-20Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2026-08-20Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds169-605/+9326
2026-08-19Merge tag 'trace-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+132
2026-08-18Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+5
2026-08-18Merge tag 'perf-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-65/+436
2026-08-17Merge tag 'vfs-7.3-rc1.kfunc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-0/+124
2026-08-17selftests/bpf: Add tests for a store on a fault prone qdisc pointerDaniel Borkmann2-0/+67
2026-08-17selftests/bpf: Add tests for fault prone loads out of RCU pointersDaniel Borkmann2-0/+78
2026-08-17selftests/bpf: Add tests for pointer type merge at a shared loadDaniel Borkmann1-0/+234
2026-08-17selftests/bpf: Remove duplicate copies of the arena spinlock qnodesChangwoo Min3-6/+15
2026-08-17selftests/bpf: Retry stat generation in cgroup_iter_memcgAndrii Nakryiko1-0/+43
2026-08-17selftests/bpf: Enable kptr_xchg_inline test on LoongArchChenguang Zhao1-1/+2
2026-08-17selftests/bpf: Test pseudo-function policy diagnosticsKumar Kartikeya Dwivedi1-0/+18
2026-08-17selftests/bpf: Test kfunc argument diagnosticsKumar Kartikeya Dwivedi2-0/+11
2026-08-17selftests/bpf: Exercise negative optlen in cgroup getsockopt hookJunseo Lim1-0/+22
2026-08-17selftests/bpf: tc_tunnel - validate decap GSO and encapsulation stateNick Hudson2-8/+84
2026-08-17selftests/bpf: Enable timed may_goto tests for LoongArchTiezhu Yang3-0/+7
2026-08-17selftests/bpf: Fix comment style in network_helpers.cAlexis Lothoré (eBPF Foundation)1-8/+16
2026-08-16selftests/bpf: Cover mixed arena and stack atomicsYiyang Chen1-1/+31
2026-08-15selftests/bpf: Add ksock test for async callback guardMahe Tardy2-0/+107
2026-08-15selftests/bpf: Test forbidden bpf_ksock_send() LSM attachMahe Tardy2-0/+41
2026-08-15selftests/bpf: Add ksock kfunc testMahe Tardy3-0/+274
2026-08-15bpf: Report Call Type Safety argument errorsKumar Kartikeya Dwivedi1-0/+1
2026-08-15bpf: Report Register Type Safety errorsKumar Kartikeya Dwivedi1-0/+1
2026-08-14selftests/bpf: Check per-CPU address resolution per registerVineet Gupta2-0/+74
2026-08-14selftests/bpf: Fix selftest build after filter.h updateIhor Solodrai1-1/+1
2026-08-14selftests/bpf: Improve readability in iter test for percpu dataLeon Hwang2-6/+6
2026-08-14selftests/bpf: Make pyperf600 a success againAndrii Nakryiko1-2/+10
2026-08-14selftests/bpf: Use ping_command() for IPv6 pings in lwt_ip_encapAndrii Nakryiko1-4/+7
2026-08-14selftests/bpf: Test a multi-slot argument before a struct_ops arena argumentPuranjay Mohan4-0/+48
2026-08-14selftests/bpf: Enable __arena argument tests on arm64Puranjay Mohan2-5/+14
2026-08-14selftests/bpf: Add arm64 JIT-sequence tests for __arena kfunc argumentsPuranjay Mohan1-0/+20
2026-08-13selftests/bpf: Guarantee zero termination for veristat test buffersEduard Zingerman1-6/+6
2026-08-13selftests/bpf: Exercise veristat filtering logic in a selftestEduard Zingerman3-0/+135
2026-08-13selftests/bpf: Fix for veristat file/prog filters processingEduard Zingerman1-27/+49
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+88
2026-08-13selftests/bpf: Verify bpf_iter for global percpu dataLeon Hwang2-0/+77
2026-08-13selftests/bpf: Test verifier log for global percpu dataLeon Hwang2-0/+29
2026-08-13selftests/bpf: Test direct reading/writing read-only percpu_array mapLeon Hwang1-0/+90
2026-08-13selftests/bpf: Add tests to verify global percpu dataLeon Hwang3-1/+230
2026-08-13selftests/bpf: Fix chained_global_func_calls_success() for cpu v4Yonghong Song1-0/+5
2026-08-12selftests/bpf: Test resolve_btfids arena argument suffixesKumar Kartikeya Dwivedi2-16/+45
2026-08-12selftests/bpf: Test subprogram instruction statisticsKumar Kartikeya Dwivedi2-0/+225
2026-08-12selftests/bpf: Test stack depth stats without BTF subprog namesKumar Kartikeya Dwivedi2-2/+12
2026-08-12selftests/bpf: Adjust veristat stack depth parsingKumar Kartikeya Dwivedi1-4/+19
2026-08-12bpf: Show more useful info in stack depth statsKumar Kartikeya Dwivedi5-16/+44
2026-08-12selftests/bpf: vmtest.sh: Preserve command quoting when running in the VMVineet Gupta2-4/+13
2026-08-12selftests/bpf: Report failed subtest count in test_progs summaryVineet Gupta2-9/+14