]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fs/tests: exec: Remove bad test vector
authorKees Cook <kees@kernel.org>
Wed, 18 Mar 2026 18:36:29 +0000 (11:36 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Mar 2026 10:13:32 +0000 (11:13 +0100)
commitbbf791cffb635a6ea89c4297876b0c5fc31f865e
tree131fabacadc48ad4547fc3df94e6b144ee0210a9
parent1a16150729db8d997e39519f9d58e6b435c4c087
fs/tests: exec: Remove bad test vector

[ Upstream commit c4192754e836e0ffed95833509b6ada975b74418 ]

Drop 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.net
Fixes: 60371f43e56b ("exec: Add KUnit test for bprm_stack_limits()")
Signed-off-by: Kees Cook <kees@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/tests/exec_kunit.c