index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-09
selftests/bpf: test_progs avoid minus shell exit codes
Jesper Dangaard Brouer
1
-4
/
+5
2020-07-09
selftests/bpf: test_progs use another shell exit on non-actions
Jesper Dangaard Brouer
1
-1
/
+3
2020-07-08
selftests/powerpc: Purge extra count_pmc() calls of ebb selftests
Desnes A. Nunes do Rosario
11
-26
/
+0
2020-07-08
tests: add CLONE_NEWTIME setns tests
Christian Brauner
2
-0
/
+80
2020-07-08
selftests: bpf: Remove unused bpf_map_def_legacy struct
Daniel T. Lee
1
-14
/
+0
2020-07-08
selftests/bpf: Test BPF_CGROUP_INET_SOCK_RELEASE
Stanislav Fomichev
2
-0
/
+117
2020-07-07
selftests: fix condition in run_tests
Yauheni Kaliuta
1
-1
/
+1
2020-07-07
selftests: do not use .ONESHELL
Yauheni Kaliuta
1
-11
/
+9
2020-07-07
selftests: pidfd: skip test if unshare fails with EPERM
Paolo Bonzini
1
-5
/
+16
2020-07-07
selftests: pidfd: do not use ksft_exit_skip after ksft_set_plan
Paolo Bonzini
1
-4
/
+30
2020-07-06
selftests/harness: Report skip reason
Kees Cook
1
-4
/
+21
2020-07-06
selftests/harness: Display signed values correctly
Kees Cook
1
-5
/
+37
2020-07-06
selftests/harness: Refactor XFAIL into SKIP
Kees Cook
2
-20
/
+52
2020-07-06
selftests/harness: Switch to TAP output
Kees Cook
2
-24
/
+33
2020-07-06
selftests: Add header documentation and helpers
Kees Cook
1
-2
/
+71
2020-07-06
selftests/binderfs: Fix harness API usage
Kees Cook
1
-138
/
+146
2020-07-06
selftests: Remove unneeded selftest API headers
Kees Cook
4
-4
/
+0
2020-07-06
selftests/clone3: Reorder reporting output
Kees Cook
3
-4
/
+3
2020-07-06
selftests: sync_test: do not use ksft_exit_skip after ksft_set_plan
Paolo Bonzini
1
-1
/
+1
2020-07-06
selftests: sigaltstack: do not use ksft_exit_skip after ksft_set_plan
Paolo Bonzini
1
-2
/
+2
2020-07-06
selftests: breakpoints: do not use ksft_exit_skip after ksft_set_plan
Paolo Bonzini
1
-19
/
+26
2020-07-06
selftests: breakpoints: fix computation of test plan
Paolo Bonzini
1
-4
/
+4
2020-07-06
kselftest: fix TAP output for skipped tests
Paolo Bonzini
2
-9
/
+21
2020-07-06
kselftest: ksft_test_num return type should be unsigned
Paolo Bonzini
1
-1
/
+1
2020-07-06
ipv6: fib6_select_path can not use out path for nexthop objects
David Ahern
1
-0
/
+13
2020-07-06
selftests: tpm: upgrade TPM2 tests from Python 2 to Python 3
Pengfei Xu
4
-49
/
+52
2020-07-06
selftests: mptcp: capture pcap on both sides
Matthieu Baerts
1
-4
/
+9
2020-07-05
Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-90
/
+78
2020-07-04
selftests/net: update initializer syntax to use c99 designators
Tanner Love
1
-15
/
+15
2020-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
41
-245
/
+2431
2020-07-04
x86/entry, selftests: Further improve user entry sanity checks
Andy Lutomirski
1
-0
/
+11
2020-07-03
selftests/net: add ipv6 test coverage in rxtimestamp test
tannerlove
1
-26
/
+59
2020-07-03
selftests/bpf: Fix compilation error of bpf_iter_task_stack.c
Song Liu
1
-1
/
+1
2020-07-02
Merge tag 'linux-kselftest-fixes-5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
2
-9
/
+4
2020-07-02
Merge tag 'linux-kselftest-kunit-fixes-5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
5
-6
/
+19
2020-07-02
bpf: selftests: Restore netns after each test
Martin KaFai Lau
2
-2
/
+23
2020-07-02
bpf: selftests: A few improvements to network_helpers.c
Martin KaFai Lau
6
-86
/
+110
2020-07-02
ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailed
Steven Rostedt (VMware)
2
-1
/
+24
2020-07-02
ktest.pl: Add the log of last test in email on failure
Steven Rostedt (VMware)
1
-4
/
+38
2020-07-01
selftests: mptcp: add option to specify size of file to transfer
Florian Westphal
1
-13
/
+39
2020-07-01
selftests/bpf: Test_progs option for listing test names
Jesper Dangaard Brouer
2
-0
/
+16
2020-07-01
selftests/bpf: Test_progs option for getting number of tests
Jesper Dangaard Brouer
2
-0
/
+19
2020-07-01
selftests/bpf: Test_progs indicate to shell on non-actions
Jesper Dangaard Brouer
1
-0
/
+3
2020-07-01
selftests/bpf: Switch test_vmlinux to use hrtimer_range_start_ns.
Hao Luo
1
-8
/
+8
2020-07-01
ktest.pl: Turn off buffering to the log file
Steven Rostedt (VMware)
1
-0
/
+2
2020-07-01
ktest.pl: Just open up the log file once
Steven Rostedt (VMware)
1
-12
/
+12
2020-07-01
selftests/bpf: Add bpf_iter test with bpf_get_task_stack()
Song Liu
2
-0
/
+54
2020-07-01
ktest.pl: Add a NOT operator
Steven Rostedt (VMware)
1
-0
/
+6
2020-07-01
ktest.pl: Define PRE_TEST_DIE to kill the test if the PRE_TEST fails
Steven Rostedt (VMware)
2
-1
/
+12
2020-07-01
ktest.pl: Always show log file location if defined even on success
Steven Rostedt (VMware)
1
-0
/
+4
[prev]
[next]