summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kselftests
Commit message (Collapse)AuthorAgeFilesLines
* kselftests: add ptp target for testptp binaryDenys Dmytriyenko2017-09-051-0/+4
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* kselftests: fix up run_kselftest.sh due to spurious linesFathi Boudra2017-03-201-0/+2
| | | | | | | | | | run_kselftests.sh contains randomly spurious lines starting by "make[1]:". The way the script is generated is most likely broken. Until, we've got a proper fix, get rid of the lines after the generated script is installed. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* kselftests: fix futex functional tests buildFathi Boudra2017-03-201-0/+1
| | | | | | | | | | | Recursive makefile is broken because it's using the same TARGETS variable as selftests topdir and prevent to build futex functional tests: make[2]: Nothing to be done for `all'. Rename the variable to F_TARGETS in the futex functional tests Makefile. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* kselftests: add bash/ncurses runtime dependency for futex testti2017.00-rc5Fathi Boudra2017-03-171-0/+1
| | | | | | | futex test requires tput at runtime. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* kselftests: fix seccomp test build failureFathi Boudra2017-03-171-0/+1
| | | | | | | | Use the same fixup as used for timers test: use LDLIBS to properly link against libpthread. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* kselftests: add libcap-ng dependencyFathi Boudra2017-03-171-1/+1
| | | | | | | libcap-ng is required to build capabilities tests. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* kselftests: fix sigaltstack packagingDenys Dmytriyenko2017-03-171-0/+1
| | | | | | | sigaltstack was not using TEST_PROGS resulting in binary not being installed Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Fathi Boudra <fathi.boudra@linaro.org>
* kselftests: update to 4.9Fathi Boudra2017-03-151-17/+110
| | | | | | | | | | | | | * Adjust md5sum/sha256sum for the updated tarball * Add libpcap dependency, needed by vm/mlock-random-test * Rewrite TARGETS as a list (easier to copy/paste/update) and filter out arch specific tests using bb.utils.contains_any() * Add new tests introduced with 4.9 : capabilities, futex, lib, membarrier, nsfs, pstore, seccomp, sigalstack, static_keys, zram. * Adjust the packages list for the new tests. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* kselftests: set file ownership to root, avoid contamination warningsDenys Dmytriyenko2017-03-141-0/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* kselftests: update to 4.4, don't need to depend on kernelDenys Dmytriyenko2016-07-291-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* kselftests: make machine-specific due to kernel-specific conditionalsDenys Dmytriyenko2015-11-121-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* kselftests: ipc tests are machine-specific, don't blindly put in main RDEPENDSDenys Dmytriyenko2015-09-101-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* kselftests: add 4.1 version of Kernel Selftest suiteDenys Dmytriyenko2015-08-111-0/+86
Signed-off-by: Denys Dmytriyenko <denys@ti.com>