]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: move openat2 tests to selftests/filesystems/
authorAleksa Sarai <aleksa@amutable.com>
Wed, 1 Apr 2026 00:28:02 +0000 (11:28 +1100)
committerChristian Brauner <brauner@kernel.org>
Thu, 21 May 2026 08:53:09 +0000 (10:53 +0200)
commitfe087927046cdbc7365bef4650d2d5451ce1ea8a
tree0d66c16f04a30990bfc7aa110b07ca4fb0e08740
parent254f49634ee16a731174d2ae34bc50bd5f45e731
selftests: move openat2 tests to selftests/filesystems/

These tests really should've always belonged there, doubly so now that
they include a lot of other generic filesystem-related tests.

Suggested-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Aleksa Sarai <aleksa@amutable.com>
Link: https://patch.msgid.link/20260401-openat2-selftests-kunit-v2-1-ad153a07da0c@amutable.com
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
tools/testing/selftests/filesystems/openat2/.gitignore [moved from tools/testing/selftests/openat2/.gitignore with 100% similarity]
tools/testing/selftests/filesystems/openat2/Makefile [moved from tools/testing/selftests/openat2/Makefile with 91% similarity]
tools/testing/selftests/filesystems/openat2/helpers.c [moved from tools/testing/selftests/openat2/helpers.c with 100% similarity]
tools/testing/selftests/filesystems/openat2/helpers.h [moved from tools/testing/selftests/openat2/helpers.h with 100% similarity]
tools/testing/selftests/filesystems/openat2/openat2_test.c [moved from tools/testing/selftests/openat2/openat2_test.c with 100% similarity]
tools/testing/selftests/filesystems/openat2/rename_attack_test.c [moved from tools/testing/selftests/openat2/rename_attack_test.c with 100% similarity]
tools/testing/selftests/filesystems/openat2/resolve_test.c [moved from tools/testing/selftests/openat2/resolve_test.c with 100% similarity]