summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2020-02-11selftests/bpf: Fix perf_buffer test on systems w/ offline CPUsAndrii Nakryiko1-5/+24
2020-02-01libbpf: Fix BTF-defined map's __type macro handling of arraysAndrii Nakryiko2-3/+2
2020-01-26kselftests: cgroup: Avoid the reuse of fd after it is deallocatedHewenliang1-0/+1
2020-01-26selftests: gen_kselftest_tar.sh: Do not clobber kselftest/Kees Cook2-20/+25
2020-01-23selftests: mlxsw: qos_mc_aware: Fix mausezahn invocationPetr Machata1-2/+6
2020-01-17rseq/selftests: Turn off timeout settingMathieu Desnoyers1-0/+1
2020-01-17selftests: firmware: Fix it to do root uid check and skipShuah Khan1-0/+6
2020-01-17selftests: loopback.sh: skip this test if the driver does not supportHangbin Liu1-0/+8
2020-01-12selftests: pmtu: fix init mtu value in descriptionHangbin Liu1-3/+3
2020-01-12kselftest: Support old perl versionsSeongJae Park1-0/+1
2020-01-12kselftest/runner: Print new line in print of timeout logSeongJae Park1-0/+1
2020-01-12selftests: safesetid: Fix Makefile to set correct test programMasami Hiramatsu1-1/+1
2020-01-12selftests: safesetid: Check the return value of setuid/setgidMasami Hiramatsu1-5/+10
2020-01-12selftests: safesetid: Move link library to LDLIBSMasami Hiramatsu1-1/+2
2020-01-12selftests/ftrace: Fix multiple kprobe testcaseMasami Hiramatsu1-3/+3
2020-01-12selftests/ftrace: Do not to use absolute debugfs pathMasami Hiramatsu3-5/+5
2020-01-12selftests/ftrace: Fix ftrace test cases to check unsupportedMasami Hiramatsu2-0/+7
2020-01-12selftests/ftrace: Fix to check the existence of set_ftrace_filterMasami Hiramatsu1-1/+4
2020-01-12selftests: netfilter: use randomized netns namesFlorian Westphal1-156/+176
2020-01-09rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30Mathieu Desnoyers1-8/+10
2020-01-09selftests/seccomp: Catch garbage on SECCOMP_IOCTL_NOTIF_RECVSargun Dhillon1-1/+12
2020-01-09selftests/seccomp: Zero out seccomp_notifSargun Dhillon1-0/+2
2020-01-04selftests: vm: add fragment CONFIG_TEST_VMALLOCAnders Roxell1-0/+1
2020-01-04selftests/powerpc: Skip tm-signal-sigreturn-nt if TM not availableMichael Ellerman1-0/+4
2020-01-04selftests/powerpc: Fixup clobbers for TM testsMichael Ellerman4-6/+6
2019-12-31selftests: net: tls: remove recv_rcvbuf testThadeu Lima de Souza Cascardo1-28/+0
2019-12-31selftests, bpf: Workaround an alu32 sub-register spilling issueYonghong Song1-1/+3
2019-12-31selftests, bpf: Fix test_tc_tunnel hangingJiri Benc1-0/+5
2019-12-31bpf, testing: Workaround a verifier failure for test_progsYonghong Song1-1/+4
2019-12-31selftests: net: Fix printf format warnings on armMasami Hiramatsu3-4/+6
2019-12-31selftests: proc: Make va_max 1MBMasami Hiramatsu1-1/+5
2019-12-31selftests/bpf: Make a copy of subtest nameAndrii Nakryiko1-5/+12
2019-12-31selftests/bpf: Fix btf_dump padding test caseAndrii Nakryiko1-1/+4
2019-12-31selftests/bpf: Correct path to include msg + pathIvan Khoronzhuk1-1/+1
2019-12-31selftests: forwarding: Delete IPv6 address at the endIdo Schimmel1-1/+1
2019-12-18net/tls: Fix return values to avoid ENOTSUPPValentin Vidic1-6/+2
2019-12-17seccomp: avoid overflow in implicit constant conversionChristian Brauner1-1/+2
2019-12-13kselftest: Fix NULL INSTALL_PATH for TARGETS runlistPrabhakar Kushwaha1-1/+1
2019-12-05selftests: pmtu: use -oneline for ip route list cacheThadeu Lima de Souza Cascardo1-3/+2
2019-12-05selftests: bpf: correct perror stringsJakub Kicinski2-20/+20
2019-12-05selftests: bpf: test_sockmap: handle file creation failures gracefullyJakub Kicinski1-0/+9
2019-12-05selftests/tls: add a test for fragmented messagesJakub Kicinski1-0/+60
2019-11-29selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernelAndy Lutomirski1-0/+13
2019-11-29selftests/x86/mov_ss_trap: Fix the SYSENTER testAndy Lutomirski1-1/+2
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-4/+57
2019-11-15ptp: Extend the test program to check the external time stamp flags.Richard Cochran1-2/+51
2019-11-15selftests: mlxsw: Adjust test to recent changesIdo Schimmel1-2/+6
2019-11-13selftests: kvm: fix build with glibc >= 2.30Vitaly Kuznetsov1-2/+2
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-1/+115
2019-11-07selftests/tls: add test for concurrent recv and sendJakub Kicinski1-0/+108