summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2025-07-03selftests/bpf: Add test cases for bpf_dynptr_memset()Ihor Solodrai
2025-07-02selftests/bpf: Allow veristat compile standaloneMykyta Yatsenko
2025-07-02selftests/bpf: Negative test case for ref_obj_id in argsPaul Chaignon
2025-07-02selftests/bpf: null checks for rdonly_untrusted_mem should be preservedEduard Zingerman
2025-07-02selftests/bpf: Don't call fsopen() as privileged userMatteo Croce
2025-07-01selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"Colin Ian King
2025-07-01selftests/bpf: Enable dynptr/test_probe_read_user_str_dynptrMykyta Yatsenko
2025-06-27selftests/bpf: bpf_rdonly_cast u{8,16,32,64} access testsEduard Zingerman
2025-06-27selftests/bpf: improve error messages in veristatMykyta Yatsenko
2025-06-27selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattrSong Liu
2025-06-26Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/gi...Alexei Starovoitov
2025-06-26selftests/bpf: Test array presets in veristatMykyta Yatsenko
2025-06-26selftests/bpf: Support array presets in veristatMykyta Yatsenko
2025-06-26selftests/bpf: Separate var preset parsing in veristatMykyta Yatsenko
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov
2025-06-26selftests/bpf: Add tests for string kfuncsViktor Malik
2025-06-26selftests/bpf: Allow macros in __retvalViktor Malik
2025-06-26Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-06-25netlink: specs: ethtool: replace underscores with dashes in namesJakub Kicinski
2025-06-25selftests/bpf: adapt one more case in test_lru_map to the new target_freeWillem de Bruijn
2025-06-25selftests/bpf: check operations on untrusted ro pointers to memEduard Zingerman
2025-06-25selftests/bpf: Add tests for BPF_NEG range tracking logicSong Liu
2025-06-25bpf: Add range tracking for BPF_NEGSong Liu
2025-06-25selftests/bpf: Fix usdt multispec failure with arm64/clang20 selftest buildYonghong Song
2025-06-25libbpf: Fix possible use-after-free for externsAdin Scannell
2025-06-24selftests/bpf: Add testcases for BPF_ADD and BPF_SUBHarishankar Vishwanathan
2025-06-24selftest: af_unix: Add tests for -ECONNRESET.Kuniyuki Iwashima
2025-06-24af_unix: Add test for consecutive consumed OOB.Kuniyuki Iwashima
2025-06-23selftests/bpf: Convert test_sysctl to prog_testsJerome Marchand
2025-06-23selftests/bpf: Support ppc64el in vmtestLuis Gerhorst
2025-06-23Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/s...Linus Torvalds
2025-06-23selftests/bpf: Add tests for bpf_cgroup_read_xattrSong Liu
2025-06-22Merge tag 'locking_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-06-20selftests/bpf: Add test for bpftool access to read-only protected mapsSlava Imameev
2025-06-19selftests/mm: skip uprobe vma merge test if uprobes are not enabledPedro Falcato
2025-06-19selftests/mm: add configs to fix testcase failureDev Jain
2025-06-19selftests/mm: increase timeout from 180 to 900 secondsShivank Garg
2025-06-19Merge tag 'net-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-19KVM: arm64: selftests: Close the GIC FD in arch_timer_edge_casesZenghui Yu
2025-06-18bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn
2025-06-18selftests: net: add test for passive TFO socket NAPI IDDavid Wei
2025-06-18selftests: net: add passive TFO test binaryDavid Wei
2025-06-18selftests: netdevsim: improve lib.sh include in peer.shDavid Wei
2025-06-18selftests/bpf: include limits.h needed for PATH_MAX directlyEduard Zingerman
2025-06-17bpf: Fix key serial argument of bpf_lookup_user_key()James Bottomley
2025-06-17selftests/bpf: Fix unintentional switch case fall throughMykyta Yatsenko
2025-06-17selftests/bpf: More precise cpu_mitigations state detectionEduard Zingerman
2025-06-17selftests/bpf: Fix RELEASE build failure with gcc14Yonghong Song