summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2026-07-20selftests/bpf: Check malloc result with ASSERT_NEQ in test_sha256Viktor Malik1-2/+2
2026-07-20selftests/bpf: Check malloc result with ASSERT_NEQ in test_loaderViktor Malik1-1/+1
2026-07-20selftests/futex: Use thread synchronization helpers instead of usleep()Yuwen Chen1-19/+28
2026-07-20selftests/futex: Provide thread creation and synchronization helpersYuwen Chen2-1/+119
2026-07-20selftests/rseq: Add missing test binaries to .gitignoreCihan Karadag1-0/+2
2026-07-20selftests/net: ovpn: fix getaddrinfo memory leak in ovpn_parse_remote()longlong yan1-1/+3
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni20-51/+1004
2026-07-19selftests/bpf: Cover scalar arena frees below the baseYiyang Chen1-5/+35
2026-07-19selftests/bpf: Remove redundant config option from selftests fragmentsAlexis Lothoré (eBPF Foundation)5-5/+0
2026-07-19selftests/bpf: Add tests for memory usage for arenaJiayuan Chen2-0/+162
2026-07-19selftests/bpf: Run arena tests seriallyJiayuan Chen8-8/+8
2026-07-17selftests/cgroup: Fix minor defects in test_cpusetWaiman Long1-17/+21
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi43-131/+1731
2026-07-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds10-63/+274
2026-07-17Merge tag 'net-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-1/+57
2026-07-17selftests/cgroup: Remove redundant cg_enter_current() call in test_coreJian Guo1-1/+0
2026-07-17vfio: selftests: Avoid VLAsAlex Mastro1-11/+15
2026-07-17vfio: selftests: Add allocation assert helpersAlex Mastro6-19/+28
2026-07-17vfio: selftests: Add NVIDIA Falcon driver for DMA testingRubin Du4-0/+1140
2026-07-17vfio: selftests: Allow drivers without send_msi() supportRubin Du1-13/+26
2026-07-17vfio: selftests: Add generic PCI command register helpersRubin Du1-0/+14
2026-07-17vfio: selftests: Add memcpy chunking to vfio_pci_driver_memcpy()Rubin Du2-10/+26
2026-07-17selftests: ntsync: correct CONFIG_NTSYNC nameEthan Nelson-Moore1-1/+1
2026-07-17selftests: netconsole: only restore MAC when it changed on resumeAndre Carvalho1-1/+2
2026-07-16selftests/bpf: Add testcases for callback with tailcallPu Lehui2-0/+88
2026-07-16selftests/bpf: Cover tracing implicit kfunc argsKumar Kartikeya Dwivedi2-0/+113
2026-07-16Merge tag 'landlock-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-23/+141
2026-07-16selftests/cgroup: Add test for cpuset affinity on controller disableMichal Koutný1-0/+243
2026-07-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-0/+303
2026-07-15selftests/seccomp: Fix pointer type mismatch build errorKuan-Ying Lee1-1/+2
2026-07-15selftests/lkdtm: rename STACKLEAK_ERASING to KSTACK_ERASEHaofeng Li1-1/+1
2026-07-15Merge tag 'linux_kselftest-fixes-7.2-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-11/+20
2026-07-15selftests/bpf: Fix fib_lookup VLAN tests on hosts with forwarding onAvinash Duduskar1-0/+21
2026-07-15Merge tag 'kvm-x86-fixes-7.2-rc4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+47
2026-07-15Merge tag 'kvmarm-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-0/+256
2026-07-15selftests/bpf: Cover negative buffer pointer offsetsSun Jian5-43/+102
2026-07-15selftests/bpf: Test FIONREAD on a sockmap socket without a verdict programMattia Meleleo1-0/+39
2026-07-15selftests/bpf: Test kfunc returning zero-sized allocation bufferAmery Hung2-0/+28
2026-07-15bpf: Unify helper and kfunc allocation-size argument handlingAmery Hung1-1/+1
2026-07-15bpf: Remove dynptr check in check_stack_range_initialized()Amery Hung1-2/+2
2026-07-15selftests/bpf: Add bpf_fib_lookup() VLAN flag testsAvinash Duduskar2-4/+773
2026-07-15selftests/bpf: Fail unbound UDP on sockmap updateMichal Luczaj1-7/+6
2026-07-15selftests/bpf: Adapt sockmap update error handlingMichal Luczaj1-10/+11
2026-07-15selftests/bpf: Ensure UDP sockets are boundMichal Luczaj1-3/+3
2026-07-15selftests/ftrace: Add test case for a symbol in a module without module nameMasami Hiramatsu (Google)1-0/+6
2026-07-14nvdimm: ndtest: remove redundant NULL check before vfree()Mohammad Shahid1-2/+1
2026-07-14nvdimm: nfit: remove redundant NULL check before vfree()Mohammad Shahid1-2/+1
2026-07-14selftests/cgroup: fix missing TAP output in test_hugetlb_memcgSong Hu1-4/+6
2026-07-14KVM: selftests: Fix a spelling error in an xapic_ipi_test commentWang Yan1-1/+1
2026-07-14Merge tag 'sound-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-2/+3