summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-1111-22/+127
|\
| * selftests: bpf: Fix detach from sockmap testsLorenz Bauer2020-07-091-6/+6
| * ipv6: fib6_select_path can not use out path for nexthop objectsDavid Ahern2020-07-061-0/+13
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-309-16/+108
| |\
| | * bpf: Add tests for PTR_TO_BTF_ID vs. null comparisonYonghong Song2020-06-303-1/+45
| | * selftests: bpf: Pass program to bpf_prog_detach in flow_dissectorLorenz Bauer2020-06-301-2/+2
| | * selftests: bpf: Pass program and target_fd in flow_dissector_reattachLorenz Bauer2020-06-301-6/+6
| | * selftests/bpf: Test updating flow_dissector link with same programJakub Sitnicki2020-06-301-4/+28
| | * bpf, sockmap: Add ingres skb tests that utilize merge skbsJohn Fastabend2020-06-282-1/+25
| | * libbpf: Adjust SEC short cut for expected attach type BPF_XDP_DEVMAPJesper Dangaard Brouer2020-06-251-1/+1
| | * libbpf: Fix CO-RE relocs against .text sectionAndrii Nakryiko2020-06-241-1/+1
* | | Merge tag 'linux-kselftest-fixes-5.8-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-07-105-50/+53
|\ \ \
| * | | kselftest: ksft_test_num return type should be unsignedPaolo Bonzini2020-07-061-1/+1
| * | | selftests: tpm: upgrade TPM2 tests from Python 2 to Python 3Pengfei Xu2020-07-064-49/+52
* | | | Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-07-091-0/+36
|\ \ \ \
| * | | | selftests: kmod: Add module address visibility testKees Cook2020-07-091-0/+36
* | | | | Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-057-90/+78
|\ \ \ \ \
| * | | | | x86/entry, selftests: Further improve user entry sanity checksAndy Lutomirski2020-07-041-0/+11
| * | | | | selftests/x86: Consolidate and fix get/set_eflags() helpersAndy Lutomirski2020-07-017-90/+51
| * | | | | selftests/x86/syscall_nt: Clear weird flags after each testAndy Lutomirski2020-07-011-0/+1
| * | | | | selftests/x86/syscall_nt: Add more flag combinationsAndy Lutomirski2020-07-011-0/+15
| |/ / / /
* | | | | Merge tag 'linux-kselftest-fixes-5.8-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-07-032-9/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | selftests: tpm: Use /bin/sh instead of /bin/bashJarkko Sakkinen2020-06-292-2/+2
| * | | | selftests: tpm: Use 'test -e' instead of 'test -f'Jarkko Sakkinen2020-06-292-2/+2
| * | | | Revert "tpm: selftest: cleanup after unseal with wrong auth/policy test"Jarkko Sakkinen2020-06-291-5/+0
* | | | | Merge tag 'linux-kselftest-kunit-fixes-5.8-rc4' of git://git.kernel.org/pub/s...Linus Torvalds2020-07-035-6/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | kunit: kunit_tool: Fix invalid result when build failsDavid Gow2020-06-261-1/+3
| * | | | kunit: show error if kunit results are not presentUriel Guajardo2020-06-263-4/+15
| * | | | kunit: kunit_config: Fix parsing of CONFIG options with spaceRikard Falkeborn2020-06-261-1/+1
| |/ / /
* | | | Merge tag 'powerpc-5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-271-1/+1
|\ \ \ \
| * | | | selftests/powerpc: Fix build failure in ebb testsHarish2020-06-261-1/+1
| |/ / /
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-06-271-4/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | kselftest: arm64: Remove redundant clean targetMark Brown2020-06-241-4/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-2610-35/+321
|\ \ \ \
| * | | | tc-testing: avoid action cookies with odd length.Briana Oursler2020-06-263-7/+7
| * | | | bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-261-3/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-252-1/+176
| |\ \ \ \
| | * | | | selftests: netfilter: add test case for conntrack helper assignmentFlorian Westphal2020-06-252-1/+176
| | | |_|/ | | |/| |
| * / | | wireguard: device: avoid circular netns referencesJason A. Donenfeld2020-06-231-1/+12
| |/ / /
| * | | tc-testing: update geneve options match in tunnel_key unit testsHangbin Liu2020-06-211-7/+7
| * | | selftests/net: report etf errors correctlyWillem de Bruijn2020-06-201-7/+26
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-172-9/+91
| |\ \ \
| | * | | selftests/bpf: Make sure optvals > PAGE_SIZE are bypassedStanislav Fomichev2020-06-172-9/+91
| | |/ /
* | | | Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-243-5/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | tests: test for setns() EINVAL regressionChristian Brauner2020-06-173-5/+17
| | |/ | |/|
* | | Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-06-201-0/+1
|\ \ \
| * | | selftests/seccomp: s390 shares the syscall and return value registerSven Schnelle2020-06-161-0/+1
| |/ /
* | | Merge tag 'linux-kselftest-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-2080-637/+123
|\ \ \ | |_|/ |/| |
| * | selftests/ftrace: Support ":README" suffix for requiresMasami Hiramatsu2020-06-1616-50/+25
| * | selftests/ftrace: Support ":tracer" suffix for requiresMasami Hiramatsu2020-06-1613-59/+21