summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Add test validating failure on ambiguous relocation valueAndrii Nakryiko2020-08-183-0/+30
* selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user()Andrii Nakryiko2020-08-181-3/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1719-111/+198
|\
| * selftests: disable rp_filter for icmp_redirect.shDavid Ahern2020-08-171-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-161-30/+43
| |\
| | * selftests: netfilter: kill running process onlyFabian Frederick2020-08-131-2/+8
| | * selftests: netfilter: add MTU arguments to flowtablesFabian Frederick2020-08-131-6/+24
| | * selftests: netfilter: add checktool functionFabian Frederick2020-08-131-22/+11
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-1417-81/+153
| |\ \
| | * | selftests/bpf: Make test_varlen work with 32-bit user-space archAndrii Nakryiko2020-08-132-7/+7
| | * | selftests/bpf: Correct various core_reloc 64-bit assumptionsAndrii Nakryiko2020-08-132-42/+47
| | * | selftests/bpf: Fix btf_dump test cases on 32-bit archesAndrii Nakryiko2020-08-131-7/+20
| | * | selftest/bpf: Fix compilation warnings in 32-bit modeAndrii Nakryiko2020-08-139-19/+24
| | * | bpf, selftests: Add tests to sock_ops for loading skJohn Fastabend2020-08-131-0/+21
| | * | bpf, selftests: Add tests for sock_ops load with r9, r8.r7 registersJohn Fastabend2020-08-131-0/+7
| | * | bpf, selftests: Add tests for ctx access in sock_ops with single registerJohn Fastabend2020-08-131-0/+13
| | * | selftests/bpf: Fix v4_to_v6 in sk_lookupStanislav Fomichev2020-08-111-0/+1
| | * | selftests/bpf: Fix segmentation fault in test_progsJianlin Lv2020-08-111-6/+13
| | |/
* | | Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-151-1/+7
|\ \ \
| * | | sh: Add SECCOMP_FILTERMichael Karcher2020-08-141-1/+7
* | | | selftests/exec: add file type errno testsKees Cook2020-08-143-2/+200
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-138-50/+90
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-076-46/+83
| |\ \
| | * | selftests/bpf: Fix silent Makefile outputAndrii Nakryiko2020-08-071-22/+26
| | * | bpf: Fix compilation warning of selftestsJianlin Lv2020-08-063-14/+21
| | * | selftests: bpf: Switch off timeoutJiri Benc2020-08-061-0/+1
| | * | tools/bpf: Support new uapi for map element bpf iteratorYonghong Song2020-08-061-8/+32
| | * | selftests/bpf: Prevent runqslower from racing on building bpftoolAndrii Nakryiko2020-08-061-2/+3
| * | | mptcp: more stable diag self-testsPaolo Abeni2020-08-071-4/+5
| * | | selftests: mptcp: fix dependeciesPaolo Abeni2020-08-071-0/+2
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-123-3/+106
|\ \ \
| * | | selftests: kmod: use variable NAME in kmod_test_0001()Tiezhu Yang2020-08-121-2/+2
| * | | mm/migrate: add migrate-shared test for migrate_vma_*()Ralph Campbell2020-08-121-0/+35
| * | | kselftests: cgroup: add perpcu memory accounting testRoman Gushchin2020-08-121-1/+69
* | | | Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-111-68/+299
|\ \ \ \ | |/ / / |/| | |
| * | | tools/testing/nvdimm: Emulate firmware activation commandsDan Williams2020-07-251-4/+205
| * | | tools/testing/nvdimm: Prepare nfit_ctl_test() for ND_CMD_CALL emulationDan Williams2020-07-251-40/+43
| * | | tools/testing/nvdimm: Add command debug messagesDan Williams2020-07-251-0/+25
| * | | tools/testing/nvdimm: Cleanup dimm index passingDan Williams2020-07-251-16/+18
| * | | ACPI: NFIT: Move bus_dsm_mask out of generic nvdimm_bus_descriptorDan Williams2020-07-251-8/+8
* | | | Merge tag 'ktest-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-08-102-16/+105
|\ \ \ \
| * | | | ktest.pl: Fix spelling mistake "Cant" -> "Can't"Colin Ian King2020-08-101-1/+1
| * | | | ktest.pl: Change the logic to control the size of the log file emailedSteven Rostedt (VMware)2020-08-101-3/+6
| * | | | ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailedSteven Rostedt (VMware)2020-07-022-1/+24
| * | | | ktest.pl: Add the log of last test in email on failureSteven Rostedt (VMware)2020-07-021-4/+38
| * | | | ktest.pl: Turn off buffering to the log fileSteven Rostedt (VMware)2020-07-011-0/+2
| * | | | ktest.pl: Just open up the log file onceSteven Rostedt (VMware)2020-07-011-12/+12
| * | | | ktest.pl: Add a NOT operatorSteven Rostedt (VMware)2020-07-011-0/+6
| * | | | ktest.pl: Define PRE_TEST_DIE to kill the test if the PRE_TEST failsSteven Rostedt (VMware)2020-07-012-1/+12
| * | | | ktest.pl: Always show log file location if defined even on successSteven Rostedt (VMware)2020-07-011-0/+4