summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2026-04-03selftests/bpf: Remove invariant violation flagsPaul Chaignon1-17/+7
2026-04-03selftests/bpf: Cover invariant violation case from syzbotPaul Chaignon1-0/+29
2026-04-03selftests/bpf: Improve task local data documentation and fix potential memory...Amery Hung1-7/+18
2026-04-03selftests/bpf: Remove TLD_READ_ONCE() in the user space headerAmery Hung2-6/+4
2026-04-03selftests/bpf: Make sure TLD_DEFINE_KEY runs firstAmery Hung1-1/+1
2026-04-03selftests/bpf: Simplify task_local_data memory allocationAmery Hung1-38/+22
2026-04-03selftests/bpf: Fix task_local_data data allocation sizeAmery Hung2-6/+8
2026-04-02selftests/bpf: Add test for raw-address single kprobe attachHoyeon Lee1-0/+80
2026-04-02selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuseLeon Hwang2-0/+83
2026-04-01selftests/bpf: Suppress veristat error messages in non-verbose modeMykyta Yatsenko1-2/+3
2026-04-01selftests/bpf: Test access to ringbuf position with map pointerMenglong Dong1-0/+17
2026-03-29selftests/bpf: Add few tests for alu32 shift value tracking and zextDaniel Borkmann1-0/+165
2026-03-29selftests/bpf: Update kfuncs using btf_struct_meta to new variantsIhor Solodrai3-156/+9
2026-03-29bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGSIhor Solodrai1-2/+2
2026-03-27selftests/bpf: add block device management selftestsChristian Brauner2-0/+317
2026-03-26selftests/bpf: Test kind encoding/decodingAlan Maguire1-0/+226
2026-03-25selftests/bpf: Make reg_bounds test more robustAlexei Starovoitov1-1/+17
2026-03-25selftests/bpf: Test variable length stack writeAlexei Starovoitov1-0/+41
2026-03-24selftests/bpf: move trampoline_count to dedicated bpf_testmod targetSun Jian3-20/+27
2026-03-24selftests/bpf: Fix sockmap_multi_channels reliabilityJiayuan Chen1-2/+15
2026-03-24selftests/bpf: Improve tc_tunnel test reliabilityJiayuan Chen1-1/+1
2026-03-24selftests/bpf: Add trampolines single and multi-level pointer params test cov...Slava Imameev2-0/+70
2026-03-24selftests/bpf: Test 32-bit scalar spill pruning in stacksafe()Alexei Starovoitov1-0/+37
2026-03-24selftests/bpf: Add test for struct_ops __ref argument in any positionVarun R Mallya4-0/+54
2026-03-24selftests/bpf: Fix compiler warnings in task_local_data.hAmery Hung1-2/+3
2026-03-23selftests/bpf: Improve connect_force_port test reliabilityVarun R Mallya3-12/+34
2026-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5Alexei Starovoitov21-47/+680
2026-03-22Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-4/+336
2026-03-21selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagationDaniel Borkmann1-0/+108
2026-03-21selftests/bpf: Test bpf_program__clone() attach_btf_id overrideMykyta Yatsenko2-0/+91
2026-03-21selftests/bpf: Use bpf_program__clone() in veristatMykyta Yatsenko1-60/+42
2026-03-21selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handlingDaniel Wade1-0/+94
2026-03-21selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividendJenny Guanni Qu1-0/+58
2026-03-21selftests/bpf: Add alignment flag for test_verifier 190 testcaseTiezhu Yang1-0/+1
2026-03-21bpf: Consolidate sleepable checks in check_func_call()Puranjay Mohan2-5/+5
2026-03-21bpf: Consolidate sleepable checks in check_helper_call()Puranjay Mohan2-3/+3
2026-03-21selftests/bpf: Add tests for bpf_throw lock leak from subprogsIhor Solodrai1-0/+47
2026-03-21bpf: Fix exception exit lock checking for subprogsIhor Solodrai1-3/+6
2026-03-19selftests/bpf: Isolate fmod_ret hooks by pidSun Jian2-3/+18
2026-03-19selftests/bpf: Avoid spurious failures perf_linkSun Jian1-15/+5
2026-03-17Merge tag 'hid-for-linus-2026031701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+12
2026-03-17selftests/bpf: Bump path and command buffer sizes in bpftool_helpers.cIhor Solodrai1-8/+7
2026-03-17bpftool: Allow explicitly skip llvm, libbfd and libcrypto dependenciesMykyta Yatsenko1-0/+8
2026-03-16selftests/bpf: Add deep call stack selftestsEmil Tsalapatis2-0/+97
2026-03-16bpf: Only enforce 8 frame call stack limit for all-static stacksEmil Tsalapatis1-9/+9
2026-03-16selftests/hid: fix compilation when bpf_wq and hid_device are not exportedBenjamin Tissoires1-0/+12
2026-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-26/+250
2026-03-15Merge tag 'powerpc-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-14/+24
2026-03-14selftests/bpf: Test case for refinement improvement using 64b boundsPaul Chaignon1-0/+33
2026-03-14Merge tag 'sched_ext-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+2