fs/tests: exec: Remove bad test vectorDrop an unusable test in the bprm stack limits.Reported-by: Guenter Roeck <linux@roeck-us.net>Closes: https://lore.kernel.org/all/a3e9b1c2-40c1-45df-9fa2-14
fs/tests: exec: Remove bad test vectorDrop an unusable test in the bprm stack limits.Reported-by: Guenter Roeck <linux@roeck-us.net>Closes: https://lore.kernel.org/all/a3e9b1c2-40c1-45df-9fa2-14ee6a7b3fe2@roeck-us.netFixes: 60371f43e56b ("exec: Add KUnit test for bprm_stack_limits()")Signed-off-by: Kees Cook <kees@kernel.org>
show more ...
fs/tests: exec: drop duplicate bprm_stack_limits test vectorsRemove duplicate entries from the bprm_stack_limits KUnit test vectortable. The duplicates do not add coverage and only increase test s
fs/tests: exec: drop duplicate bprm_stack_limits test vectorsRemove duplicate entries from the bprm_stack_limits KUnit test vectortable. The duplicates do not add coverage and only increase test size.Signed-off-by: Titouan Ameline de Cadeville <titouan.ameline@gmail.com>Fixes: 60371f43e56b ("exec: Add KUnit test for bprm_stack_limits()")Link: https://patch.msgid.link/20260203175950.43710-1-titouan.ameline@gmail.comSigned-off-by: Kees Cook <kees@kernel.org>
execve: Move KUnit tests to tests/ subdirectoryMove the exec KUnit tests into a separate directory to avoid pollutingthe local directory namespace. Additionally update MAINTAINERS for thenew file
execve: Move KUnit tests to tests/ subdirectoryMove the exec KUnit tests into a separate directory to avoid pollutingthe local directory namespace. Additionally update MAINTAINERS for thenew 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.orgSigned-off-by: Kees Cook <kees@kernel.org>