summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2021-09-22selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian1-1/+1
2021-09-22selftests/bpf: fix tests due to const spill/fillAlexei Starovoitov1-14/+17
2021-09-22selftests/bpf: Test variable offset stack accessAndrey Ignatov1-2/+77
2021-09-22bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang1-2/+32
2021-08-15bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann1-0/+2
2021-07-31selftest: fix build error in tools/testing/selftests/vm/userfaultfd.cGreg Kroah-Hartman1-1/+1
2021-07-28selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne1-2/+4
2021-07-20selftests/powerpc: Fix "no_handler" EBB selftestAthira Rajeev1-2/+0
2021-07-20selftests: timers: rtcpie: skip test if default RTC device does not existPo-Hsu Lin1-1/+9
2021-07-20selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really randomDave Hansen1-1/+2
2021-06-30KVM: selftests: Fix kvm_check_cap() assertionFuad Tabba1-1/+1
2021-06-10selftests/bpf: Avoid running unprivileged tests with alignment requirementsBjörn Töpel1-0/+13
2021-06-10selftests/bpf: add "any alignment" annotation for some testsBjörn Töpel1-0/+3
2021-06-10bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David S. Miller1-0/+16
2021-06-10bpf: Make more use of 'any' alignment in test_verifier.cDavid S. Miller1-0/+41
2021-06-10bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid S. Miller1-18/+24
2021-06-10bpf: Add BPF_F_ANY_ALIGNMENT.David S. Miller2-3/+4
2021-06-10selftests/bpf: Generalize dummy program typesJoe Stringer1-14/+17
2021-06-10bpf: test make sure to run unpriv test cases in test_verifierDaniel Borkmann1-31/+40
2021-06-10bpf: fix test suite to enable all unpriv program typesDaniel Borkmann1-2/+10
2021-06-03bpf: Update selftests to reflect new error statesDaniel Borkmann1-23/+12
2021-06-03bpf, test_verifier: switch bpf_get_stack's 0 s> r8 testDaniel Borkmann1-1/+1
2021-06-03bpf: Test_verifier, bpf_get_stack return value add <0John Fastabend1-4/+4
2021-06-03selftests/bpf: add selftest part of "bpf: improve verifier branch analysis"Ovidiu Panait1-2/+2
2021-06-03selftests/bpf: Test narrow loads with off > 0 in test_verifierAndrey Ignatov1-10/+38
2021-06-03bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk1-9/+33
2021-06-03bpf: fix up selftests after backports were fixedOvidiu Panait1-0/+19
2021-05-22tweewide: Fix most Shebang linesFinn Behrens3-3/+3
2021-05-22selftests: Set CC to clang in lib.mk if LLVM is setYonghong Song1-0/+4
2021-03-17selftests: forwarding: Fix race condition in mirror installationDanielle Ratson1-0/+9
2021-02-07selftests/powerpc: Only test lwm/stmw on big endianMichael Ellerman1-1/+4
2021-01-27selftests: net: fib_tests: remove duplicate log testHangbin Liu1-1/+0
2020-12-30selftests/bpf/test_offload.py: Reset ethtool features after failed settingToke Høiland-Jørgensen1-0/+1
2020-12-30ktest.pl: If size of log is too big to email, email error messageSteven Rostedt (VMware)1-1/+6
2020-11-24selftests: kvm: Fix the segment descriptor layout to match the actual layoutAaron Lewis2-2/+3
2020-11-18selftests: proc: fix warning: _GNU_SOURCE redefinedTommi Rantala3-3/+0
2020-10-01selftests/x86/syscall_nt: Clear weird flags after each testAndy Lutomirski1-0/+1
2020-10-01selftests/ftrace: fix glob selftestSven Schnelle1-1/+1
2020-09-09selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer1-0/+2
2020-09-03selftests/powerpc: Purge extra count_pmc() calls of ebb selftestsDesnes A. Nunes do Rosario11-26/+0
2020-08-26tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointe...Gaurav Singh1-1/+1
2020-08-21selftests/powerpc: ptrace-pkey: Don't update expected UAMOR valueAneesh Kumar K.V1-3/+8
2020-08-21selftests/powerpc: ptrace-pkey: Update the test to mark an invalid pkey corre...Aneesh Kumar K.V1-18/+12
2020-08-21selftests/powerpc: ptrace-pkey: Rename variables to make it easier to follow ...Aneesh Kumar K.V1-13/+13
2020-08-19selftests/powerpc: Fix online CPU selectionSandipan Das1-12/+25
2020-08-19selftests/powerpc: Fix CPU affinity for child processHarish1-5/+16
2020-08-11selftests/net: relax cpu affinity requirement in msg_zerocopy testWillem de Bruijn1-3/+2
2020-08-05selftests/net: psock_fanout: fix clang issues for target arch PowerPCTanner Love1-1/+2
2020-08-05selftests/net: rxtimestamp: fix clang issues for target arch PowerPCTanner Love1-2/+1
2020-06-25selftests/net: in timestamping, strncpy needs to preserve null bytetannerlove1-2/+8