aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2026-01-27selftests/vsock: add tests for namespace deletionBobby Eshleman1-0/+84
2026-01-27selftests/vsock: add tests for host <-> vm connectivity with namespacesBobby Eshleman1-4/+568
2026-01-27selftests/vsock: add namespace tests for CID collisionsBobby Eshleman1-0/+78
2026-01-27selftests/vsock: add tests for proc sys vsock ns_modeBobby Eshleman1-2/+138
2026-01-27selftests/vsock: use ss to wait for listeners instead of /proc/netBobby Eshleman1-17/+30
2026-01-27selftests/vsock: add vm_dmesg_{warn,oops}_count() helpersBobby Eshleman1-4/+15
2026-01-27selftests/vsock: prepare vm management helpers for namespacesBobby Eshleman1-32/+69
2026-01-27selftests/vsock: add namespace helpers to vmtest.shBobby Eshleman1-0/+32
2026-01-27selftests/vsock: increase timeout to 1200Bobby Eshleman1-1/+1
2026-01-26mm/rmap: separate out fork-only logic on anon_vma_clone()Lorenzo Stoakes1-1/+10
2026-01-26mm/rmap: remove anon_vma_merge() functionLorenzo Stoakes1-5/+0
2026-01-26selftests: net: fix wrong boolean evaluation in __exit__Gal Pressman1-1/+1
2026-01-26selftests/bpf: convert test_bpftool_map_access.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)3-399/+371
2026-01-26selftests/bpf: convert test_bpftool_metadata.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)3-86/+144
2026-01-26selftests/bpf: Add a few helpers for bpftool testingAlexis Lothoré (eBPF Foundation)3-1/+87
2026-01-26selftests/bpf: Harden cpu flags test for lru_percpu_hash mapLeon Hwang1-3/+10
2026-01-26kselftest/arm64: Add missing file in .gitignoreI-Hsin Cheng1-0/+1
2026-01-25selftests: net: add ipv6 ping to local address from localhostFernando Fernandez Mancera1-0/+7
2026-01-25selftests: ublk: add missing gitignore for metadata_size binaryAlexander Atanasov1-2/+4
2026-01-25selftests/bpf: Add tests for execution context helpersChangwoo Min5-0/+144
2026-01-25selftests/bpf: Introduce execution context detection helpersChangwoo Min1-0/+58
2026-01-24selftests/bpf: test fsession mixed with fentry and fexitMenglong Dong1-0/+16
2026-01-24selftests/bpf: add testcases for fsession cookieMenglong Dong2-0/+100
2026-01-24selftests/bpf: test bpf_get_func_* for fsessionMenglong Dong4-1/+65
2026-01-24selftests/bpf: add testcases for fsessionMenglong Dong2-0/+187
2026-01-24bpf: change prototype of bpf_session_{cookie,is_return}Menglong Dong5-29/+22
2026-01-24bpf: add fsession supportMenglong Dong1-1/+1
2026-01-24selftests/bpf: Fix xdp_pull_data failure with 64K pageYonghong Song1-7/+9
2026-01-24selftests/bpf: Fix task_local_data failure with 64K pageYonghong Song3-4/+4
2026-01-23Merge tag 's390-6.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2026-01-23Merge branch 'for-7.0/cxl-init' into cxl-for-nextDave Jiang1-1/+1
2026-01-23Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-4/+7
2026-01-23selftest: tun: Add test data for success and failure pathsXu Du1-2/+113
2026-01-23selftest: tun: Add test for receiving gso packet from tunXu Du1-0/+194
2026-01-23selftest: tun: Add test for sending gso packet into tunXu Du1-9/+135
2026-01-23selftest: tun: Add helpers for GSO over UDP tunnelXu Du1-0/+425
2026-01-23selftest: tun: Refactor tun_delete to use tuntap_helpersXu Du2-40/+15
2026-01-23selftest: tun: Introduce tuntap_helpers.h header for TUN/TAP testingXu Du1-0/+390
2026-01-23selftest: tun: Format tun.c existing codeXu Du1-10/+15
2026-01-23selftests: net: tests for add double tunneling GRO/GSOPaolo Abeni3-0/+395
2026-01-23Merge tag 'sound-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+0
2026-01-23KVM: selftests: Add -U_FORTIFY_SOURCE to avoid some unpredictable test failuresZhiquan Li1-0/+1
2026-01-23selftests: ublk: fix test nameMing Lei2-2/+2
2026-01-23Merge branch kvm-arm64/feat_idst into kvmarm-master/nextMarc Zyngier2-0/+118
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski20-267/+867
2026-01-22selftests: ublk: support arbitrary threads/queues combinationMing Lei6-48/+302
2026-01-22selftests: ublk: add --batch/-b for enabling F_BATCH_IOMing Lei7-2/+148
2026-01-22selftests: ublk: increase timeout to 150 secondsMing Lei2-0/+3
2026-01-22selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDSMing Lei3-4/+159
2026-01-22selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei3-29/+122