summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2020-06-17selftests/ftrace: Return unsupported if no error_log fileMasami Hiramatsu1-0/+2
2020-06-17selftests/net: in rxtimestamp getopt_long needs terminating null entrytannerlove1-0/+1
2020-06-17selftests: fix flower parent qdiscVlad Buslov2-6/+6
2020-06-10net/sched: fix infinite loop in sch_fq_pieDavide Caratti1-0/+21
2020-06-07selftests: mlxsw: qos_mc_aware: Specify arping timeout as an integerAmit Cohen1-1/+1
2020-06-07wireguard: selftests: use newer iproute2 for gcc-10Jason A. Donenfeld1-1/+1
2020-06-03kselftests: dmabuf-heaps: Fix confused return value on expected error testingJohn Stultz1-0/+1
2020-05-27bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko2-1/+20
2020-05-27KVM: selftests: Fix build for evmcs.hPeter Xu2-2/+5
2020-05-27selftests: fix kvm relocatable native/cross builds and installsShuah Khan1-1/+28
2020-05-27ftrace/selftest: make unresolved cases cause failure if --fail-unresolved setAlan Maguire1-1/+7
2020-05-20selftests/bpf: Enforce returning 0 for fentry/fexit programsYonghong Song1-2/+2
2020-05-20bpf: Fix bug in mmap() implementation for BPF array mapSasha Levin1-0/+9
2020-05-20selftests/ftrace: Check the first record for kprobe_args_type.tcXiao Yang1-1/+1
2020-05-20ftrace/selftests: workaround cgroup RT scheduling issuesAlan Maguire1-0/+22
2020-05-14wireguard: socket: remove errant restriction on looping to selfJason A. Donenfeld1-3/+51
2020-05-14selftests: net: tcp_mmap: fix SO_RCVLOWAT settingEric Dumazet1-1/+3
2020-05-14selftests: net: tcp_mmap: clear whole tcp_zerocopy_receive structEric Dumazet1-1/+2
2020-05-10selftests/ipc: Fix test failure seen after initial test runTyler Hicks1-1/+1
2020-05-10Revert "Kernel selftests: tpm2: check for tpm support"Jarkko Sakkinen2-19/+3
2020-05-10selftests: vm: Fix 64-bit test builds for powerpc64leSandipan Das2-2/+2
2020-05-10selftests: vm: Do not override definition of ARCHSandipan Das1-2/+2
2020-05-02selftests/bpf: Fix a couple of broken test_btf casesStanislav Fomichev4-40/+16
2020-05-02bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn1-0/+1
2020-04-29selftests: Fix suppress test in fib_tests.shDavid Ahern1-2/+8
2020-04-29ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern1-0/+23
2020-04-29selftests: kmod: fix handling test numbers above 9Eric Biggers1-4/+9
2020-04-29tools/test/nvdimm: Fix out of tree buildSantosh Sivaraj2-4/+4
2020-04-29tools/testing/nvdimm: Fix compilation failure without CONFIG_DEV_DAX_PMEM_COMPATJan Kara1-0/+2
2020-04-23bpf, test_verifier: switch bpf_get_stack's 0 s> r8 testDaniel Borkmann1-1/+1
2020-04-23bpf: Test_progs, add test to catch retval refine error handlingJohn Fastabend2-0/+31
2020-04-23bpf: Test_verifier, bpf_get_stack return value add <0John Fastabend1-4/+4
2020-04-17selftests/powerpc: Fix try-run when source tree is not writableMichael Ellerman1-0/+1
2020-04-17selftests/powerpc: Add tlbie_test in .gitignoreChristophe Leroy1-0/+1
2020-04-17selftests/vm: fix map_hugetlb length used for testing read and writeChristophe Leroy1-7/+7
2020-04-17selftests: vm: drop dependencies on page flags from mlock2 testsMichal Hocko1-196/+37
2020-04-17xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)4-2/+91
2020-04-17selftests/x86/ptrace_syscall_32: Fix no-vDSO segfaultAndy Lutomirski1-2/+6
2020-04-02bpf: update jmp32 test cases to fix range bound deductionDaniel Borkmann1-3/+6
2020-03-25selftests/net/forwarding: define libs as TEST_PROGS_EXTENDEDHangbin Liu2-15/+16
2020-03-25selftests/net: add missing tests to MakefileHangbin Liu1-1/+3
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-1/+695
2020-03-24selftests: netfilter: add nfqueue test caseFlorian Westphal4-1/+695
2020-03-24selftests/net/forwarding: add Makefile to install testsVadym Kochan2-0/+76
2020-03-22selftests/net: add definition for SOL_DCCP to fix compilation errors for old ...Alan Maguire1-0/+4
2020-03-19wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld1-5/+10
2020-03-19wireguard: selftests: test using new 64-bit time_tJason A. Donenfeld2-2/+1
2020-03-19wireguard: selftests: remove duplicated include <sys/types.h>YueHaibing1-1/+0
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-0/+123
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+32