summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)Author
2026-07-20selftest: fix headers in fclog.cJori Koolstra
2026-07-20fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptesKiryl Shutsemau (Meta)
2026-07-20selftests/futex: Give circular-list nodes static storageMiles Krause
2026-07-20selftests/bpf: Silence maybe-uninitialized compiler warning in libarenaViktor Malik
2026-07-20selftests/bpf: Silence array bounds warning in global_map_resizeViktor Malik
2026-07-20selftests/bpf: Check malloc result with ASSERT_NEQ in test_sha256Viktor Malik
2026-07-20selftests/bpf: Check malloc result with ASSERT_NEQ in test_loaderViktor Malik
2026-07-20selftests/futex: Use thread synchronization helpers instead of usleep()Yuwen Chen
2026-07-20selftests/futex: Provide thread creation and synchronization helpersYuwen Chen
2026-07-20selftests/rseq: Add missing test binaries to .gitignoreCihan Karadag
2026-07-20selftests/net: ovpn: fix getaddrinfo memory leak in ovpn_parse_remote()longlong yan
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-19selftests/bpf: Cover scalar arena frees below the baseYiyang Chen
2026-07-19selftests/bpf: Remove redundant config option from selftests fragmentsAlexis Lothoré (eBPF Foundation)
2026-07-19selftests/bpf: Add tests for memory usage for arenaJiayuan Chen
2026-07-19selftests/bpf: Run arena tests seriallyJiayuan Chen
2026-07-17selftests/cgroup: Fix minor defects in test_cpusetWaiman Long
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi
2026-07-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-07-17Merge tag 'net-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-07-17selftests/cgroup: Remove redundant cg_enter_current() call in test_coreJian Guo
2026-07-17vfio: selftests: Avoid VLAsAlex Mastro
2026-07-17vfio: selftests: Add allocation assert helpersAlex Mastro
2026-07-17vfio: selftests: Add NVIDIA Falcon driver for DMA testingRubin Du
2026-07-17vfio: selftests: Allow drivers without send_msi() supportRubin Du
2026-07-17vfio: selftests: Add generic PCI command register helpersRubin Du
2026-07-17vfio: selftests: Add memcpy chunking to vfio_pci_driver_memcpy()Rubin Du
2026-07-17selftests: ntsync: correct CONFIG_NTSYNC nameEthan Nelson-Moore
2026-07-17selftests: netconsole: only restore MAC when it changed on resumeAndre Carvalho
2026-07-16selftests/bpf: Add testcases for callback with tailcallPu Lehui
2026-07-16selftests/bpf: Cover tracing implicit kfunc argsKumar Kartikeya Dwivedi
2026-07-16Merge tag 'landlock-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-07-16selftests/cgroup: Add test for cpuset affinity on controller disableMichal Koutný
2026-07-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-07-15selftests/seccomp: Fix pointer type mismatch build errorKuan-Ying Lee
2026-07-15selftests/lkdtm: rename STACKLEAK_ERASING to KSTACK_ERASEHaofeng Li
2026-07-15Merge tag 'linux_kselftest-fixes-7.2-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2026-07-15selftests/bpf: Fix fib_lookup VLAN tests on hosts with forwarding onAvinash Duduskar
2026-07-15Merge tag 'kvm-x86-fixes-7.2-rc4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-07-15Merge tag 'kvmarm-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2026-07-15selftests/bpf: Cover negative buffer pointer offsetsSun Jian
2026-07-15selftests/bpf: Test FIONREAD on a sockmap socket without a verdict programMattia Meleleo
2026-07-15selftests/bpf: Test kfunc returning zero-sized allocation bufferAmery Hung
2026-07-15bpf: Unify helper and kfunc allocation-size argument handlingAmery Hung
2026-07-15bpf: Remove dynptr check in check_stack_range_initialized()Amery Hung
2026-07-15selftests/bpf: Add bpf_fib_lookup() VLAN flag testsAvinash Duduskar
2026-07-15selftests/bpf: Fail unbound UDP on sockmap updateMichal Luczaj
2026-07-15selftests/bpf: Adapt sockmap update error handlingMichal Luczaj
2026-07-15selftests/bpf: Ensure UDP sockets are boundMichal Luczaj
2026-07-15selftests/ftrace: Add test case for a symbol in a module without module nameMasami Hiramatsu (Google)