]> git.ipfire.org Git - thirdparty/linux.git/commit
fs/tests: exec: drop duplicate bprm_stack_limits test vectors
authorTitouan Ameline de Cadeville <titouan.ameline@gmail.com>
Tue, 3 Feb 2026 17:59:50 +0000 (18:59 +0100)
committerKees Cook <kees@kernel.org>
Wed, 4 Feb 2026 01:39:00 +0000 (17:39 -0800)
commit46a03ea50b5f380bdb99178b8f90b39c6ba1f528
treef6a75228ec8588cdf6535f5b308df7c3da8ad7af
parent9448598b22c50c8a5bb77a9103e2d49f134c9578
fs/tests: exec: drop duplicate bprm_stack_limits test vectors

Remove duplicate entries from the bprm_stack_limits KUnit test vector
table. 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.com
Signed-off-by: Kees Cook <kees@kernel.org>
fs/tests/exec_kunit.c