summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2026-03-11selftests/bpf: Speed up module_attach testViktor Malik-3/+9
2026-03-11selftests: vDSO: vdso_test_correctness: Add a test for time()Thomas Weißschuh-0/+66
2026-03-11selftests: vDSO: vdso_test_correctness: Use facilities from parse_vdso.cThomas Weißschuh-20/+14
2026-03-11selftests: vDSO: vdso_test_correctness: Handle different tv_usec typesThomas Weißschuh-4/+4
2026-03-11selftests: vDSO: vdso_test_correctness: Drop SYS_getcpu fallbacksThomas Weißschuh-8/+0
2026-03-11selftests: vDSO: vdso_test_gettimeofday: Remove nolibc checksThomas Weißschuh-2/+0
2026-03-11Revert "selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers"Thomas Weißschuh-4/+1
2026-03-11tracing: selftests: Add hypervisor trace remote testsVincent Donnefort-0/+55
2026-03-10tools: ynl: add Python API for easier access to policiesJakub Kicinski-3/+3
2026-03-10selftests: drv-net: rss: Add retries to test_rss_key_indir to reduce flakesDimitri Daskalakis-6/+23
2026-03-10selftests: rds: Fix tcpdump segfault in rds selftestsAllison Henderson-10/+14
2026-03-10selftests: rds: Add ksft timeoutAllison Henderson-2/+7
2026-03-10selftests: rds: Fix pylint warningsAllison Henderson-39/+45
2026-03-10selftests/bpf: Handle !CONFIG_SMC in bpf_smc.cAlan Maguire-4/+30
2026-03-10selftests/bpf: Fix pkg-config call on static buildsPaul Chaignon-1/+1
2026-03-10selftests/bpf: Use bpf_core_enum_value for stats in cgroup_iter_memcgHui Zhu-5/+12
2026-03-10selftests/bpf: Remove kmem subtest from cgroup_iter_memcgHui Zhu-31/+0
2026-03-10selftests/bpf: tests to non_null ptr detection using register operand in JEQ/JNECupertino Miranda-0/+54
2026-03-10selftests/bpf: Add test for BPF_END register ID resetYazhou Tang-0/+22
2026-03-10vfio: selftests: fix crash in vfio_dma_mapping_mmio_testAlex Mastro-1/+0
2026-03-09selftests/tc-testing: Adapt test's output to HFSC's iproute2 printing changesVictor Nogueira-1/+1
2026-03-09selftests: fib_tests: fix link-local retrieval in fib6_nexthop()Alok Tiwari-1/+1
2026-03-09tracing: selftests: Add trace remote testsVincent Donnefort-0/+498
2026-03-09selftests/bpf: Move sleepable refcounted_kptr tests to syscallsViktor Malik-3/+3
2026-03-09ktest: Add a --dry-run modeRicardo B. Marlière-26/+63
2026-03-09ktest: Run POST_KTEST hooks on failure and cancellationRicardo B. Marlière-5/+22
2026-03-09ktest: Add PRE_KTEST_DIE for PRE_KTEST failuresRicardo B. Marlière-1/+13
2026-03-09ktest: Stop dropping console output during power-cycle rebootRicardo B. Marlière-5/+6
2026-03-09ktest: Run commands through list-form shell openRicardo B. Marlière-1/+4
2026-03-09ktest: Honor empty per-test option overridesRicardo B. Marlière-2/+4
2026-03-09ktest: Treat undefined self-reference as emptyRicardo B. Marlière-0/+8
2026-03-09ktest: Resolve LOG_FILE in test option contextRicardo B. Marlière-1/+1
2026-03-09ktest: Avoid undef warning when WARNINGS_FILE is unsetRicardo B. Marlière-1/+1
2026-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3Alexei Starovoitov-268/+1078
2026-03-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-54/+224
2026-03-07Merge tag 'rcu-fixes.v7.0-20260307a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-18/+39
2026-03-07resolve_btfids: Fix linker flags detectionIhor Solodrai-0/+1
2026-03-06selftests/bpf: add reproducer for spurious precision propagation through callsEduard Zingerman-0/+64
2026-03-06bpf: collect only live registers in linked regsEduard Zingerman-35/+63
2026-03-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-2/+2
2026-03-06selftests: net: make ovs-dpctl.py fail when pyroute2 is unsupportedAleksei Oladko-1/+1
2026-03-06Revert "selftests/bpf: Update reg_bound range refinement logic"Eduard Zingerman-14/+0
2026-03-06selftests/bpf: test refining u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman-1/+38
2026-03-06bpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman-4/+58
2026-03-06selftests: net: forwarding: fix IPv6 address leak in cleanupAleksei Oladko-4/+4
2026-03-06selftests: drv-net: iou-zcrx: wait for memory cleanup of probe runDragos Tatulea-0/+1
2026-03-06selftests/net: Add netkit container ping testDavid Wei-0/+33
2026-03-06selftests/net: Add env for container based testsDavid Wei-6/+253
2026-03-06selftests/net: Export Netlink class via lib.pyDavid Wei-6/+12
2026-03-06selftests/net: Add bpf skb forwarding programDavid Wei-0/+49