summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2026-05-16selftests/bpf: Log arg_track_join for stack arg slots in liveness analysisYonghong Song1-1/+3
2026-05-16selftests/bpf: Add test for stack arg read without caller writeYonghong Song3-2/+68
2026-05-15Merge tag 'block-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+11
2026-05-14selftests: openvswitch: add pop_vlan testMinxi Hou1-0/+78
2026-05-14selftests: openvswitch: add vlan() and encap() flow string parsingMinxi Hou1-10/+314
2026-05-14selftests/bpf: Add tests for wakeup_sources kfuncsSamuel Wu5-1/+310
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-55/+360
2026-05-14Merge tag 'net-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-2/+63
2026-05-14selftests/nolibc: test open mode handlingThomas Weißschuh1-0/+23
2026-05-14bpf: Use array_map_meta_equal for percpu array inner map replacementGuannan Wang1-0/+57
2026-05-14selftests: ovpn: reduce remaining ping flood countsRalf Lici3-6/+6
2026-05-14selftests: net: Add tests for neigh_forward_grat optionDanielle Ratson1-2/+340
2026-05-13veristat: Report max stack depthPaul Chaignon1-4/+9
2026-05-13selftests/bpf: Test reported max stack depthPaul Chaignon2-2/+16
2026-05-13selftests/tc-testing: Add QFQ/CBS qlen underflow testVictor Nogueira1-0/+41
2026-05-13mm/memory: fix spurious warning when unmapping device-private/exclusive pagesAlistair Popple1-0/+50
2026-05-13selftests/mm: run_vmtests.sh: fix destructive tests invocationLuiz Capitulino1-1/+1
2026-05-13KVM: selftests: Add a test to verify SEV {en,de}crypt debug ioctlsSean Christopherson3-0/+143
2026-05-13Merge tag 'sched_ext-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2026-05-13Merge tag 'cgroup-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-6/+11
2026-05-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+9
2026-05-13selftests/cgroup: Fix error path leaks in test_percpu_basicYu Miao1-3/+7
2026-05-13selftests/rdma: explicitly skip tests when required modules are missingYi Lai4-4/+21
2026-05-13KVM: selftests: memslot_perf_test: make host wait timeout configurableMayuresh Chitale1-3/+9
2026-05-13KVM: selftests: Guard execinfo.h inclusion for non-glibc buildsHisam Mehboob1-1/+7
2026-05-13KVM: selftests: Teach sev_*_test about revoking VM typesTycho Andersen3-11/+9
2026-05-13KVM: selftests: hyperv_tlb_flush: replace NOP loop with udelay()Piotr Zarycki1-13/+2
2026-05-13KVM: selftests: Fix typo in comment in hyperv_features.cPiotr Zarycki1-1/+1
2026-05-13KVM: selftests: sync_regs_test: drop stale TODO commentPiotr Zarycki1-1/+0
2026-05-13KVM: selftests: Include sys/mman.h *and* linux/mman.h, via kvm_syscalls.hSean Christopherson9-9/+18
2026-05-13selftests/bpf: Enable stack argument tests for arm64Puranjay Mohan7-7/+14
2026-05-13bpf, arm64: Map BPF_REG_0 to x8 instead of x7Puranjay Mohan3-9/+9
2026-05-13selftests/bpf: Add precision backtracking test for stack argumentsYonghong Song3-0/+167
2026-05-13selftests/bpf: Add verifier tests for stack argument validationYonghong Song4-0/+614
2026-05-13selftests/bpf: Add BTF fixup for __naked subprog parameter namesYonghong Song2-1/+136
2026-05-13selftests/bpf: Add tests for stack argument validationYonghong Song4-0/+139
2026-05-13selftests/bpf: Add tests for BPF function stack argumentsYonghong Song5-1/+638
2026-05-13selftests: ublk: cap nthreads to kernel's actual nr_hw_queuesMing Lei1-0/+11
2026-05-12selftests: drv-net: cope with slow env in so_txtime.py testWillem de Bruijn2-4/+17
2026-05-12KVM: selftests: Ensure gmem file sizes are multiple of host page sizeSean Christopherson1-2/+7
2026-05-12selftests/bpf: Add tests to verify map create failure logLeon Hwang1-0/+166
2026-05-12selftests/cgroup: check malloc return value in alloc_anon functionsHongfu Li1-26/+27
2026-05-12selftests: drv-net: add shaper test for duplicate leavesJakub Kicinski1-2/+22
2026-05-11selftests: mptcp: pm: use simpler send/recv formsMatthieu Baerts (NGI0)1-5/+3
2026-05-11selftests: mptcp: pm: validate new limitsMatthieu Baerts (NGI0)1-21/+35
2026-05-11selftests: mptcp: join: validate 8x8 subflowsMatthieu Baerts (NGI0)1-0/+28
2026-05-11selftests: mptcp: join: allow changing ifaces nr per testMatthieu Baerts (NGI0)1-2/+3
2026-05-11selftests/bpf: Use both hrtimer enqueue helpers in vmlinux testIhor Solodrai2-4/+45
2026-05-11Merge branch 'for-7.1-fixes' into for-7.2Tejun Heo1-0/+1
2026-05-11selftests/bpf: Add XDP load-balancer benchmark run scriptPuranjay Mohan1-0/+79