[GIT PULL] execve update for v6.11-rc1-fix1

From: Kees Cook
Date: Tue Jul 23 2024 - 16:05:52 EST


Hi Linus,

Please pull this execve fix for v6.11-rc1. This moves the exec and
binfmt_elf tests out of your way and into the tests/ subdirectory,
following the newly ratified KUnit naming conventions. :)

Thanks!

-Kees

The following changes since commit 21f93108306026b8066db31c24a097192c8c36c7:

exec: Avoid pathological argc, envc, and bprm->p values (2024-07-13 21:31:58 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v6.11-rc1-fix1

for you to fetch changes up to b6f5ee4d53019443fb99dd23bc08680b1244ccfa:

execve: Move KUnit tests to tests/ subdirectory (2024-07-22 18:25:47 -0700)

----------------------------------------------------------------
execve fix for v6.11-rc1

- Move KUnit tests to tests/ subdirectory

----------------------------------------------------------------
Kees Cook (1):
execve: Move KUnit tests to tests/ subdirectory

MAINTAINERS | 3 ++-
fs/binfmt_elf.c | 2 +-
fs/exec.c | 2 +-
fs/{binfmt_elf_test.c => tests/binfmt_elf_kunit.c} | 0
fs/{exec_test.c => tests/exec_kunit.c} | 0
5 files changed, 4 insertions(+), 3 deletions(-)
rename fs/{binfmt_elf_test.c => tests/binfmt_elf_kunit.c} (100%)
rename fs/{exec_test.c => tests/exec_kunit.c} (100%)

--
Kees Cook