summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/tc-testing: update tdc documentationPedro Tammela2023-09-281-55/+10
* selftests/tc-testing: implement tdc parallel test runPedro Tammela2023-09-283-57/+148
* selftests/tc-testing: update test definitions for local resourcesPedro Tammela2023-09-2851-1114/+2369
* selftests/tc-testing: localize test resourcesPedro Tammela2023-09-285-98/+229
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-2137-162/+872
|\
| * Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-2119-143/+726
| |\
| | * selftests: hsr: Extend the testsuite to also cover HSRv1.Sebastian Andrzej Siewior2023-09-181-6/+17
| | * selftests: hsr: Reorder the testsuite.Sebastian Andrzej Siewior2023-09-181-123/+132
| | * selftests: hsr: Use `let' properly.Sebastian Andrzej Siewior2023-09-181-1/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2023-09-1612-14/+302
| | |\
| | | * bpf: Fix BTF_ID symbol generation collision in tools/Nick Desaulniers2023-09-151-1/+1
| | | * selftests/bpf: Fix kprobe_multi_test/attach_override testJiri Olsa2023-09-132-9/+3
| | | * selftests/bpf: fix unpriv_disabled check in test_verifierArtem Savkov2023-09-121-1/+1
| | | * selftests/bpf: ensure all CI arches set CONFIG_BPF_KPROBE_OVERRIDE=yAndrii Nakryiko2023-09-122-1/+1
| | | * selftests/bpf: Offloaded prog after non-offloaded should not cause BUGEduard Zingerman2023-09-111-0/+61
| | | * selftests/bpf: Update bpf_clone_redirect expected return codeStanislav Fomichev2023-09-111-2/+10
| | | * bpf: Clarify error expectations from bpf_clone_redirectStanislav Fomichev2023-09-111-1/+3
| | | * selftests/bpf: Test all valid alloc sizes for bpf mem allocatorHou Tao2023-09-112-0/+173
| | | * selftests/bpf: Add kprobe_multi override testJiri Olsa2023-09-082-0/+50
| | * | Merge tag 'nf-23-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2023-09-155-2/+277
| | |\ \
| | | * | selftests: netfilter: Test nf_tables audit loggingPhil Sutter2023-09-135-2/+277
| | * | | selftests: tls: swap the TX and RX sockets in some testsSabrina Dubroca2023-09-151-4/+4
| * | | | Merge tag 'fixes-2023-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-216-5/+10
| |\ \ \ \
| | * | | | memblock tests: fix warning ‘struct seq_file’ declared inside parameter listMike Rapoport (IBM)2023-09-143-1/+4
| | * | | | memblock tests: fix warning: "__ALIGN_KERNEL" redefinedMike Rapoport (IBM)2023-09-141-2/+0
| | * | | | memblock tests: Fix compilation errors.Rong Tao2023-09-143-2/+6
| * | | | | Merge tag 'sound-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-09-214-12/+5
| |\ \ \ \ \
| | * | | | | selftests: ALSA: remove unused variablesDing Xiang2023-09-114-12/+5
| | |/ / / /
| * | | | | Merge tag 'objtool-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-171-1/+2
| |\ \ \ \ \
| | * | | | | objtool: Fix _THIS_IP_ detection for cold functionsJosh Poimboeuf2023-09-121-1/+2
| | |/ / / /
| * | | | | Merge tag 'linux-kselftest-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-09-157-1/+129
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | selftests: tracing: Fix to unmount tracefs for recovering environmentMasami Hiramatsu (Google)2023-09-121-0/+8
| | * | | | selftests: user_events: create test-specific Kconfig fragmentsNaresh Kamboju2023-09-111-0/+1
| | * | | | ftrace/selftests: Add softlink to latest log directorySteven Rostedt (Google)2023-09-111-1/+9
| | * | | | selftests/user_events: Fix failures when user_events is not installedBeau Belgrave2023-09-115-0/+111
| | |/ / /
* | | | | selftests/bpf: Print log buffer for exceptions test only on failureKumar Kartikeya Dwivedi2023-09-191-2/+3
* | | | | kselftest: rtnetlink: add pause and pause on fail flagDaniel Mendes2023-09-181-4/+23
* | | | | kselftest: rtnetlink.sh: add verbose flagDaniel Mendes2023-09-181-581/+381
* | | | | vsock/test: track bytes in sk_buff merging test for SOCK_SEQPACKETStefano Garzarella2023-09-171-3/+11
* | | | | vsock/test: use send_buf() in vsock_test.cStefano Garzarella2023-09-171-66/+9
* | | | | vsock/test: add send_buf() utility functionStefano Garzarella2023-09-172-36/+56
* | | | | vsock/test: use recv_buf() in vsock_test.cStefano Garzarella2023-09-171-87/+17
* | | | | vsock/test: add recv_buf() utility functionStefano Garzarella2023-09-172-35/+54
* | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2023-09-1745-365/+3585
|\ \ \ \ \
| * | | | | selftests/bpf: Add tests for BPF exceptionsKumar Kartikeya Dwivedi2023-09-167-0/+1332
| * | | | | selftests/bpf: Add BPF assertion macrosKumar Kartikeya Dwivedi2023-09-161-0/+243
| * | | | | libbpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi2023-09-161-5/+109
| * | | | | libbpf: Refactor bpf_object__reloc_codeKumar Kartikeya Dwivedi2023-09-161-19/+33
| * | | | | bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi2023-09-161-1/+30
| * | | | | bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi2023-09-161-0/+16