]> www.infradead.org Git - nvme.git/commit
execve: Move KUnit tests to tests/ subdirectory
authorKees Cook <kees@kernel.org>
Sat, 20 Jul 2024 17:03:14 +0000 (10:03 -0700)
committerKees Cook <kees@kernel.org>
Tue, 23 Jul 2024 01:25:47 +0000 (18:25 -0700)
commitb6f5ee4d53019443fb99dd23bc08680b1244ccfa
treeafaaac60d7987c758ed562e6be3a848ddf26c718
parent21f93108306026b8066db31c24a097192c8c36c7
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>
MAINTAINERS
fs/binfmt_elf.c
fs/exec.c
fs/tests/binfmt_elf_kunit.c [moved from fs/binfmt_elf_test.c with 100% similarity]
fs/tests/exec_kunit.c [moved from fs/exec_test.c with 100% similarity]