aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-02-14selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCPMikhail Ivanov2-14/+67
2025-02-14selftests/landlock: Enable the new CONFIG_AF_UNIX_OOBMickaël Salaün1-0/+1
2025-02-13selftests/bpf: Test kfuncs that set and remove xattr from BPF programsSong Liu3-0/+263
2025-02-13selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr namesSong Liu2-14/+51
2025-02-13selftests/bpf: Fix stdout race condition in traffic monitorAmery Hung1-20/+13
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-23/+275
2025-02-13Merge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+41
2025-02-13sched_ext: selftests: Fix grammar in tests descriptionDevaansh Kumar2-2/+2
2025-02-12vsock/test: Add test for SO_LINGER null ptr derefMichal Luczaj1-0/+41
2025-02-12lib/prime_numbers: convert self-test to KUnitTamir Duberstein2-5/+0
2025-02-12selftests/nolibc: split up architecture list in run-tests.shThomas Weißschuh1-1/+10
2025-02-12KVM: selftests: Close VM's binary stats FD when releasing VMSean Christopherson1-6/+9
2025-02-12KVM: selftests: Fix mostly theoretical leak of VM's binary stats FDSean Christopherson1-2/+2
2025-02-12KVM: selftests: Allow running a single iteration of dirty_log_testSean Christopherson1-1/+1
2025-02-12KVM: selftests: Fix an off-by-one in the number of dirty_log_test iterationsSean Christopherson1-1/+1
2025-02-12KVM: selftests: Set per-iteration variables at the start of each iterationSean Christopherson1-26/+17
2025-02-12KVM: selftests: Tighten checks around prev iter's last dirty page in ringSean Christopherson1-7/+15
2025-02-12KVM: selftests: Ensure guest writes min number of pages in dirty_log_testSean Christopherson1-4/+36
2025-02-12KVM: sefltests: Verify value of dirty_log_test last page isn't bogusSean Christopherson1-2/+3
2025-02-12KVM: selftests: Collect *all* dirty entries in each dirty_log_test iterationSean Christopherson1-104/+45
2025-02-12KVM: selftests: Print (previous) last_page on dirty page value mismatchSean Christopherson1-5/+8
2025-02-12KVM: selftests: Use continue to handle all "pass" scenarios in dirty_log_testSean Christopherson1-8/+5
2025-02-12KVM: selftests: Post to sem_vcpu_stop if and only if vcpu_stop is trueSean Christopherson1-14/+4
2025-02-12KVM: selftests: Keep dirty_log_test vCPU in guest until it needs to stopSean Christopherson1-21/+22
2025-02-12KVM: selftests: Honor "stop" request in dirty ring testSean Christopherson1-2/+10
2025-02-12KVM: selftests: Limit dirty_log_test's s390x workaround to s390xMaxim Levitsky1-0/+2
2025-02-12KVM: selftests: Continuously reap dirty ring while vCPU is runningSean Christopherson1-17/+46
2025-02-12KVM: selftests: Read per-page value into local var when verifying dirty_log_testSean Christopherson1-9/+7
2025-02-12KVM: selftests: Precisely track number of dirty/clear pages for each iterationSean Christopherson1-9/+9
2025-02-12KVM: selftests: Drop stale srandom() initialization from dirty_log_testSean Christopherson1-2/+0
2025-02-12KVM: selftests: Drop signal/kick from dirty ring testcaseSean Christopherson1-91/+15
2025-02-12KVM: selftests: Sync dirty_log_test iteration to guest *before* resumingSean Christopherson1-1/+1
2025-02-12KVM: selftests: Support multiple write retires in dirty_log_testMaxim Levitsky1-2/+50
2025-02-12KVM: selftests: Actually emit forced emulation prefix for kvm_asm_safe_fep()Sean Christopherson1-1/+1
2025-02-12KVM: selftests: Add CPUID tests for Hyper-V features that need in-kernel APICSean Christopherson1-1/+14
2025-02-12KVM: selftests: Manage CPUID array in Hyper-V CPUID test's core helperSean Christopherson1-13/+17
2025-02-12KVM: selftests: Mark test_hv_cpuid_e2big() static in Hyper-V CPUID testSean Christopherson1-1/+1
2025-02-12KVM: selftests: Print out the actual Top-Down Slots count on failureSean Christopherson1-1/+3
2025-02-12KVM: selftests: Drop the "feature event" param from guest test helpersSean Christopherson1-11/+8
2025-02-12KVM: selftests: Remove dead code in Intel PMU counters testSean Christopherson1-9/+8
2025-02-12KVM: selftests: Only validate counts for hardware-supported arch eventsSean Christopherson1-7/+18
2025-02-12KVM: selftests: Make Intel arch events globally available in PMU counters testSean Christopherson1-35/+49
2025-02-12selftests: add tests for using detached mount with overlayfsChristian Brauner2-0/+147
2025-02-12selftests/overlayfs: test specifying layers as O_PATH file descriptorsChristian Brauner1-0/+65
2025-02-11selftests/bpf: Select NUMA_NO_NODE to create mapSaket Kumar Bhaskar1-0/+5
2025-02-11selftests/bpf: Define SYS_PREFIX for powerpcSaket Kumar Bhaskar1-0/+3
2025-02-11blackhole_dev: convert self-test to KUnitTamir Duberstein2-12/+1
2025-02-11selftests/net: Add selftest for IPv4 RTM_GETMULTICAST supportYuyang Huang4-1/+36
2025-02-11selftests/powerpc/pmu: Update comment with details to understand auxv_generic_compat_pmu() utility functionAthira Rajeev1-0/+7
2025-02-11selftests/powerpc/pmu: Add interface test for extended reg supportKajol Jain4-2/+40