summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2020-09-19selftests/seccomp: Convert HAVE_GETREG into ARCH_GETREG/ARCH_SETREGKees Cook-12/+15
2020-09-19selftests/seccomp: Remove syscall setting #ifdefsKees Cook-13/+3
2020-09-19selftests/seccomp: mips: Remove O32-specific macroKees Cook-6/+12
2020-09-19selftests/seccomp: arm64: Define SYSCALL_NUM_SET macroKees Cook-14/+13
2020-09-19selftests/seccomp: arm: Define SYSCALL_NUM_SET macroKees Cook-10/+6
2020-09-19selftests/seccomp: mips: Define SYSCALL_NUM_SET macroKees Cook-8/+9
2020-09-19selftests/seccomp: Provide generic syscall setting macroKees Cook-2/+13
2020-09-19selftests/seccomp: Refactor arch register macros to avoid xtensa special caseKees Cook-50/+47
2020-09-19selftests/seccomp: Use __NR_mknodat instead of __NR_mknodKees Cook-1/+1
2020-09-19selftests/bpf: Fix endianness issue in test_sockopt_skIlya Leoshkevich-2/+2
2020-09-18selftests/bpf: Fix endianness issue in sk_assignIlya Leoshkevich-1/+1
2020-09-18Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-2/+7
2020-09-18selftests: arm64: Add build and documentation for FP testsMark Brown-1/+123
2020-09-18selftests: arm64: Add wrapper scripts for stress testsMark Brown-0/+119
2020-09-18selftests: arm64: Add utility to set SVE vector lengthsMark Brown-0/+155
2020-09-18selftests: arm64: Add stress tests for FPSMID and SVE context switchingMark Brown-0/+1222
2020-09-18selftests: arm64: Add test for the SVE ptrace interfaceMark Brown-0/+369
2020-09-18selftests: arm64: Test case for enumeration of SVE vector lengthsMark Brown-0/+58
2020-09-18kselftests/arm64: add PAuth tests for single threaded consistency and differe...Boyan Karatotev-0/+123
2020-09-18kselftests/arm64: add PAuth test for whether exec() changes keysBoyan Karatotev-0/+198
2020-09-18kselftests/arm64: add nop checks for PAuth testsBoyan Karatotev-2/+105
2020-09-18kselftests/arm64: add a basic Pointer Authentication testBoyan Karatotev-1/+106
2020-09-17selftests/bpf: Add tailcall_bpf2bpf testsMaciej Fijalkowski-0/+533
2020-09-17bpf: Add abnormal return checks.Alexei Starovoitov-3/+3
2020-09-17selftests: Set default protocol for raw sockets in nettestDavid Ahern-0/+2
2020-09-17selftests/harness: Flush stdout before forkingMichael Ellerman-0/+5
2020-09-17selftests: mptcp: interpret \n as a new lineMatthieu Baerts-4/+4
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-0/+15
2020-09-15selftests/bpf: Merge most of test_btf into test_progsAndrii Nakryiko-335/+78
2020-09-15selftests/bpf: Test load and dump metadata with btftool and skelYiFei Zhu-1/+255
2020-09-15selftests: fib_nexthops: Test cleanup of FDB entries following nexthop deletionIdo Schimmel-0/+14
2020-09-15selftests: add a test for ethtool pause statsJakub Kicinski-0/+108
2020-09-15selftests/powerpc: Tests for kernel accessing user memoryRavi Bangoria-2/+46
2020-09-14mptcp: simult flow self-testsPaolo Abeni-1/+295
2020-09-14Merge branch 'fixes' into nextMichael Ellerman-1/+52
2020-09-14Merge 5.9-rc5 into char-misc-nextGreg Kroah-Hartman-33/+64
2020-09-11Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-140/+807
2020-09-10selftests/bpf: Define string const as global for test_sysctl_prog.cYonghong Song-2/+2
2020-09-10selftests/bpf: Fix test_ksyms on non-SMP kernelsIlya Leoshkevich-2/+4
2020-09-10selftests: rtnetlink: Test bridge enslavement with different parent IDsIdo Schimmel-0/+47
2020-09-10selftests/mptcp: Better delay & reordering configurationChristoph Paasch-8/+9
2020-09-10selftests: bpf: Test iterating a sockmapLorenz Bauer-0/+144
2020-09-10selftests, bpftool: Add bpftool (and eBPF helpers) documentation buildQuentin Monnet-0/+26
2020-09-10selftests/lkdtm: Use "comm" instead of "diff" for dmesgKees Cook-1/+1
2020-09-09selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang changeYonghong Song-4/+4
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-2/+1
2020-09-08lkdtm: remove set_fs-based testsChristoph Hellwig-2/+0
2020-09-08selftests/bpf: Add test for map_ptr arithmeticYonghong Song-1/+41
2020-09-08selftests/seccomp: Use bitwise instead of arithmetic operator for flagsZou Wei-4/+4
2020-09-08selftests/seccomp: Add test for unknown SECCOMP_RET kill behaviorKees Cook-6/+37