diff options
author | Kees Cook <kees@kernel.org> | 2024-07-20 20:03:14 +0300 |
---|---|---|
committer | Kees Cook <kees@kernel.org> | 2024-07-23 04:25:47 +0300 |
commit | b6f5ee4d53019443fb99dd23bc08680b1244ccfa (patch) | |
tree | afaaac60d7987c758ed562e6be3a848ddf26c718 /MAINTAINERS | |
parent | 21f93108306026b8066db31c24a097192c8c36c7 (diff) | |
download | linux-b6f5ee4d53019443fb99dd23bc08680b1244ccfa.tar.xz |
execve: Move KUnit tests to tests/ subdirectory
Move the exec KUnit tests into a separate directory to avoid polluting
the local directory namespace. Additionally update MAINTAINERS for the
new files.
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: SeongJae Park <sj@kernel.org>
Acked-by: Christian Brauner <brauner@kernel.org>
Link: https://lore.kernel.org/r/20240720170310.it.942-kees@kernel.org
Signed-off-by: Kees Cook <kees@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8dfbe998f175..5fa7e129a59e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8220,7 +8220,8 @@ F: Documentation/userspace-api/ELF.rst F: fs/*binfmt_*.c F: fs/Kconfig.binfmt F: fs/exec.c -F: fs/exec_test.c +F: fs/tests/binfmt_*_kunit.c +F: fs/tests/exec_kunit.c F: include/linux/binfmts.h F: include/linux/elf.h F: include/uapi/linux/binfmts.h |