summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2020-11-24selftests/seccomp: sh: Fix register namesKees Cook1-2/+2
2020-11-24selftests/seccomp: powerpc: Fix typo in macro variable nameKees Cook1-2/+2
2020-11-24selftests/bpf: Fix error return code in run_getsockopt_test()Wang Hai1-1/+2
2020-11-24kunit: tool: unmark test_data as binary blobsBrendan Higgins1-1/+0
2020-11-24selftests: kvm: Fix the segment descriptor layout to match the actual layoutAaron Lewis2-2/+3
2020-11-22selftests/harness: prettify SKIP message whitespace againTommi Rantala1-1/+1
2020-11-22selftests/powerpc: entry flush testDaniel Axtens3-1/+200
2020-11-22selftests/powerpc: rfi_flush: disable entry flush if presentRussell Currey1-6/+29
2020-11-18selftest: fix flower terse dump testsVlad Buslov1-2/+2
2020-11-18bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2-0/+247
2020-11-18selftests: proc: fix warning: _GNU_SOURCE redefinedTommi Rantala3-3/+0
2020-11-18wireguard: selftests: check that route_me_harder packets use the right skJason A. Donenfeld2-0/+10
2020-11-18selftests: pidfd: fix compilation errors due to wait.hTommi Rantala2-2/+0
2020-11-18selftests/ftrace: check for do_sys_openat2 in user-memory testColin Ian King1-0/+4
2020-11-18kbuild: explicitly specify the build id styleBill Wendling1-1/+1
2020-11-18selftests: binderfs: use SKIP instead of XFAILTommi Rantala1-4/+4
2020-11-18selftests: clone3: use SKIP instead of XFAILTommi Rantala1-1/+1
2020-11-18selftests: core: use SKIP instead of XFAIL in close_range_test.cTommi Rantala1-4/+4
2020-11-18selftests: filter kselftest headers from command in lib.mkTommi Rantala1-1/+1
2020-11-18kunit: Don't fail test suites if one of them is emptyAndy Shevchenko1-1/+1
2020-11-18kunit: Fix kunit.py --raw_output optionDavid Gow1-1/+0
2020-11-05selftests/x86/fsgsbase: Test PTRACE_PEEKUSER for GSBASE with invalid LDT GSAndy Lutomirski1-0/+65
2020-11-05selftests/bpf: Define string const as global for test_sysctl_prog.cYonghong Song1-2/+2
2020-11-05selftests/powerpc: Make using_hash_mmu() work on Cell & PowerMacMichael Ellerman1-1/+3
2020-11-05selftests/x86/fsgsbase: Reap a forgotten childAndy Lutomirski1-0/+3
2020-11-04x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams5-29/+30
2020-11-04Revert "x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()"Greg Kroah-Hartman4-271/+28
2020-11-01x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams4-28/+271
2020-10-29selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang changeYonghong Song2-4/+4
2020-10-29selftests/powerpc: Fix eeh-basic.sh exit codesOliver O'Halloran1-3/+6
2020-10-29ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)1-0/+29
2020-10-29selftests/powerpc: Fix prefixes in alignment_handler signal handlerJordan Niethe1-1/+9
2020-10-29selftests/ftrace: Change synthetic event name for inter-event-combined testTom Zanussi1-4/+4
2020-10-29selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_accessIlya Leoshkevich1-115/+101
2020-10-29selftests: Remove fmod_ret from test_overheadToke Høiland-Jørgensen4-39/+1
2020-10-29selftests/bpf: Fix endianness issue in test_sockopt_skIlya Leoshkevich1-2/+2
2020-10-29selftests/bpf: Fix endianness issue in sk_assignIlya Leoshkevich1-1/+1
2020-10-29selftests: mptcp: interpret \n as a new lineMatthieu Baerts2-4/+4
2020-10-29selftests/lkdtm: Use "comm" instead of "diff" for dmesgKees Cook1-1/+1
2020-10-29selftests: vm: add fragment CONFIG_GUP_BENCHMARKAnatoly Pugachev1-0/+1
2020-10-29selftests/livepatch: Do not check order when using "comm" for dmesg checkingMiroslav Benes1-1/+1
2020-10-29selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user()Andrii Nakryiko1-3/+9
2020-10-29selftests/seccomp: powerpc: Fix seccomp return value testingKees Cook1-0/+15
2020-10-29selftests/seccomp: Refactor arch register macros to avoid xtensa special caseKees Cook1-50/+47
2020-10-29selftests/seccomp: Use __NR_mknodat instead of __NR_mknodKees Cook1-1/+1
2020-10-29selftests: rtnetlink: load fou module for kci_test_encap_fou() testPo-Hsu Lin2-0/+6
2020-10-29selftests: forwarding: Add missing 'rp_filter' configurationIdo Schimmel2-0/+20
2020-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-09-23selftests: kvm: Fix assert failure in single-step testYang Weijiang1-1/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-0/+62