summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/core
Commit message (Expand)AuthorAgeFilesLines
* selftests: core: include linux/close_range.h for CLOSE_RANGE_* macrosMuhammad Usama Anjum2024-02-071-0/+1
* selftests: core: remove duplicate definesMuhammad Usama Anjum2023-10-061-28/+0
* selftests: core: Fix incorrect kernel headers search pathMathieu Desnoyers2023-01-301-1/+1
* selftests/core: remove ARRAY_SIZE define from close_range_test.cShuah Khan2021-12-101-4/+0
* selftests/core: fix conflicting types compile error for close_range()Shuah Khan2021-10-291-1/+1
* selftests/core: add regression test for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLO...Christian Brauner2020-12-191-0/+183
* selftests/core: add test for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXECChristian Brauner2020-12-191-0/+70
* selftests/core: handle missing syscall number for close_rangeChristian Brauner2020-12-191-1/+17
* selftests/core: fix close_range_test build after XFAIL removalTobias Klauser2020-12-191-5/+5
* selftests: core: add tests for CLOSE_RANGE_CLOEXECGiuseppe Scrivano2020-12-041-0/+74
* selftests: core: use SKIP instead of XFAIL in close_range_test.cTommi Rantala2020-11-051-4/+4
* tests: add CLOSE_RANGE_UNSHARE testsChristian Brauner2020-06-171-0/+137
* tests: add close_range() testsChristian Brauner2020-06-173-0/+98