summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests: Remove KSFT_TAP_LEVELKees Cook2019-04-252-7/+0
* selftests: Move test output to diagnostic linesKees Cook2019-04-255-6/+60
* selftests: Distinguish between missing and non-executableKees Cook2019-04-251-1/+6
* selftests: Add plan line and fix result line syntaxKees Cook2019-04-252-6/+8
* selftests: Extract logic for multiple test runsKees Cook2019-04-253-24/+32
* selftests: Use runner.sh for emit targetsKees Cook2019-04-252-19/+7
* selftests: Extract single-test shell logic from lib.mkKees Cook2019-04-253-31/+39
* selftests: build and run gpio when output directory is the src dirShuah Khan2019-04-231-0/+9
* selftests/ipc: Fix msgque compiler warningsKees Cook2019-04-201-5/+6
* selftests/efivarfs: clean up test files from test_create*()Po-Hsu Lin2019-04-201-19/+13
* selftests: fix headers_install circular dependencyShuah Khan2019-04-202-10/+80
* selftests/kexec: update get_secureboot_modeMimi Zohar2019-04-171-20/+66
* selftests/kexec: make kexec_load test independent of IMA being enabledMimi Zohar2019-04-171-8/+16
* selftests/kexec: check kexec_load and kexec_file_load are enabledMimi Zohar2019-04-172-0/+13
* selftests/kexec: Add missing '=y' to config optionsPetr Vorel2019-04-171-4/+3
* selftests/kexec: kexec_file_load syscall testMimi Zohar2019-04-174-3/+304
* selftests/kexec: define "require_root_privileges"Mimi Zohar2019-04-172-3/+8
* selftests/kexec: define common logging functionsMimi Zohar2019-04-172-14/+35
* selftests/kexec: define a set of common functionsMimi Zohar2019-04-173-14/+42
* selftests/kexec: cleanup the kexec selftestMimi Zohar2019-04-171-9/+9
* selftests/kexec: move the IMA kexec_load selftest to selftests/kexecMimi Zohar2019-04-174-1/+1
* selftests/harness: Add 30 second timeout per testKees Cook2019-04-171-0/+2
* selftests/seccomp: Handle namespace failures gracefullyKees Cook2019-04-171-20/+23
* selftests: cgroup: fix cleanup path in test_memcg_subtree_control()Roman Gushchin2019-04-091-17/+21
* selftests: efivarfs: remove the test_create_read file if it was existZhangXiaoxu2019-04-091-0/+4
* rseq/selftests: Adapt number of threads to the number of detected cpusMathieu Desnoyers2019-04-091-2/+5
* lib: Add test module for strscpy_padTobin C. Harding2019-04-093-1/+5
* kselftest: Add test module framework headerTobin C. Harding2019-04-091-0/+48
* kselftest: Add test runner creation scriptTobin C. Harding2019-04-094-50/+88
* selftest/gpio: Remove duplicate headerSabyasachi Gupta2019-04-091-1/+0
* selftest/rseq: Remove duplicate headerSabyasachi Gupta2019-04-091-1/+0
* selftest/timers: Remove duplicate headerSabyasachi Gupta2019-04-091-1/+0
* selftest/x86/mpx-dig.c: Remove duplicate headerSabyasachi Gupta2019-04-091-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-055-12/+184
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-042-12/+75
| |\
| | * net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev2019-04-031-2/+4
| | * selftests/bpf: fix vlan handling in flow dissector programStanislav Fomichev2019-04-032-11/+72
| * | net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti2019-04-041-0/+24
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-302-0/+85
| |\
| | * selftests/bpf: add btf_dedup test for VOID equivalence checkAndrii Nakryiko2019-03-271-0/+47
| | * selftests/bpf: test case for invalid call stack in dead codePaul Chaignon2019-03-261-0/+38
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-315-20/+54
|\ \ \ | |/ / |/| |
| * | KVM: selftests: complete IO before migrating guest stateSean Christopherson2019-03-283-2/+33
| * | KVM: selftests: disable stack protector for all KVM testsSean Christopherson2019-03-281-2/+2
| * | KVM: selftests: explicitly disable PIE for testsSean Christopherson2019-03-281-1/+1
| * | KVM: selftests: assert on exit reason in CR4/cpuid sync testSean Christopherson2019-03-281-16/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-2724-48/+822
|\ \ \ | |/ / |/| / | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-251-0/+25
| |\
| | * bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-221-0/+25
| * | net/sched: act_vlan: validate the control action inside init()Davide Caratti2019-03-211-0/+25