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