summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/core
AgeCommit message (Expand)AuthorFilesLines
2024-09-30selftests: core: add unshare_test to gitignoreJavier Carrasco1-0/+1
2024-09-17Merge tag 'linux_kselftest-next-6.12-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-1/+95
2024-08-22selftests:core: test coverage for dup_fd() failure handling in unshare_fd()Al Viro2-1/+95
2024-08-19selftests: add F_CREATED_QUERY testsChristian Brauner1-0/+39
2024-08-05fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro1-0/+35
2024-05-10selftests: add F_DUPDFD_QUERY selftestsChristian Brauner1-1/+54
2024-02-07selftests: core: include linux/close_range.h for CLOSE_RANGE_* macrosMuhammad Usama Anjum1-0/+1
2023-10-06selftests: core: remove duplicate definesMuhammad Usama Anjum1-28/+0
2023-01-30selftests: core: Fix incorrect kernel headers search pathMathieu Desnoyers1-1/+1
2021-12-10selftests/core: remove ARRAY_SIZE define from close_range_test.cShuah Khan1-4/+0
2021-10-29selftests/core: fix conflicting types compile error for close_range()Shuah Khan1-1/+1
2020-12-19selftests/core: add regression test for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLO...Christian Brauner1-0/+183
2020-12-19selftests/core: add test for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXECChristian Brauner1-0/+70
2020-12-19selftests/core: handle missing syscall number for close_rangeChristian Brauner1-1/+17
2020-12-19selftests/core: fix close_range_test build after XFAIL removalTobias Klauser1-5/+5
2020-12-04selftests: core: add tests for CLOSE_RANGE_CLOEXECGiuseppe Scrivano1-0/+74
2020-11-05selftests: core: use SKIP instead of XFAIL in close_range_test.cTommi Rantala1-4/+4
2020-06-17tests: add CLOSE_RANGE_UNSHARE testsChristian Brauner1-0/+137
2020-06-17tests: add close_range() testsChristian Brauner3-0/+98