aboutsummaryrefslogtreecommitdiff
path: root/fs/tests
AgeCommit message (Collapse)AuthorFilesLines
2024-07-22execve: Move KUnit tests to tests/ subdirectoryKees Cook2-0/+205
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 <[email protected]> Reviewed-by: SeongJae Park <[email protected]> Acked-by: Christian Brauner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Kees Cook <[email protected]>