aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2023-08-02KVM: selftests: Add formatted guest assert support in ucall frameworkSean Christopherson2-0/+70
2023-08-02KVM: selftests: Add string formatting options to ucallAaron Lewis2-0/+24
2023-08-02KVM: selftests: Add additional pages to the guest to accommodate ucallAaron Lewis3-0/+10
2023-08-02KVM: selftests: Add guest_snprintf() to KVM selftestsAaron Lewis3-0/+311
2023-08-02KVM: selftests: Add strnlen() to the string overridesAaron Lewis2-0/+10
2023-08-02KVM: selftests: Add a shameful hack to preserve/clobber GPRs across ucallSean Christopherson1-2/+30
2023-08-02KVM: selftests: Make TEST_ASSERT_EQ() output look like normal TEST_ASSERT()Sean Christopherson1-8/+7
2023-08-02KVM: selftests: Rename the ASSERT_EQ macroThomas Huth18-103/+104
2023-08-02selftests/bpf: Add testcase for xdp attaching failure tracepointLeon Hwang2-0/+119
2023-08-02selftests/bpf: fix static assert compilation issue for test_cls_*.cAlan Maguire1-0/+9
2023-08-02KVM: selftests: Remove superfluous variable assignmentMinjie Du1-1/+0
2023-08-02selftests: riscv: Fix compilation error with vstate_exec_nolibc.cAlexandre Ghiti1-2/+0
2023-08-02selftests/riscv: fix potential build failure during the "emit_tests" stepJohn Hubbard1-1/+1
2023-08-02KVM: selftests: use unified time type for comparisonBibo Mao1-4/+4
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for exception racesMichal Luczaj1-0/+23
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for event vector racesMichal Luczaj1-0/+22
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for CR4 racesMichal Luczaj1-0/+72
2023-08-02selftests/powerpc/ptrace: Declare test temporary variables as volatileBenjamin Gray1-12/+12
2023-08-02selftests/powerpc/ptrace: Fix typo in pid_max search errorBenjamin Gray1-1/+1
2023-08-02selftests/powerpc/ptrace: Explain why tests are skippedBenjamin Gray15-24/+24
2023-08-02selftests/net: report rcv_mss in tcp_mmapWillem de Bruijn1-2/+16
2023-08-02selftests: mlxsw: rif_bridge: Add a new selftestPetr Machata1-0/+183
2023-08-02selftests: mlxsw: rif_lag_vlan: Add a new selftestPetr Machata1-0/+146
2023-08-02selftests: mlxsw: rif_lag: Add a new selftestPetr Machata1-0/+136
2023-08-02selftests: router_bridge_1d_lag: Add a new selftestPetr Machata2-0/+409
2023-08-02selftests: router_bridge_lag: Add a new selftestPetr Machata2-0/+324
2023-08-02selftests: router_bridge_vlan_upper: Add a new selftestPetr Machata2-0/+170
2023-08-02selftests: router_bridge_1d: Add a new selftestPetr Machata2-0/+186
2023-08-02selftests: router_bridge: Add remastering testsPetr Machata1-0/+26
2023-08-01selftest: net: Assert on a proper value in so_incoming_cpu.c.Kuniyuki Iwashima1-1/+1
2023-07-31selftests: mptcp: userspace_pm: unmute unexpected errorsMatthieu Baerts1-50/+50
2023-07-31selftests: mptcp: pm_nl_ctl: always look for errorsMatthieu Baerts3-15/+26
2023-07-31selftests: mptcp: join: colored resultsMatthieu Baerts2-4/+43
2023-07-31selftests: mptcp: join: rework detailed reportMatthieu Baerts1-236/+214
2023-07-31selftests: connector: Fix input argument error paths to skipShuah Khan1-2/+2
2023-07-31selftests: connector: Add .gitignore and poupulate it with testShuah Khan1-0/+1
2023-07-31selftests: connector: Fix Makefile to include KHDR_INCLUDESShuah Khan1-1/+1
2023-07-31test: ftrace: Fix kprobe test for eventfsAjay Kaher2-4/+14
2023-07-31net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima1-0/+25
2023-07-30Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-62/+110
2023-07-29KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesSean Christopherson1-31/+39
2023-07-29KVM: selftests: Verify stats fd is usable after VM fd has been closedSean Christopherson1-2/+8
2023-07-29KVM: selftests: Verify stats fd can be dup()'d and readSean Christopherson1-1/+7
2023-07-29KVM: selftests: Verify userspace can create "redundant" binary stats filesSean Christopherson1-2/+23
2023-07-29KVM: selftests: Explicitly free vcpus array in binary stats testSean Christopherson1-0/+1
2023-07-29KVM: selftests: Clean up stats fd in common stats_test() helperSean Christopherson1-18/+4
2023-07-29KVM: selftests: Use pread() to read binary stats headerSean Christopherson2-4/+8
2023-07-29selftests/rseq: Play nice with binaries statically linked against glibc 2.35+Sean Christopherson1-6/+22
2023-07-28bpf: selftests: Add defrag selftestsDaniel Xu5-2/+536