[GIT PULL] execve fixes for v7.0-rc5
From: Kees Cook
Date: Fri Mar 20 2026 - 14:21:46 EST
Hi Linus,
Please pull these small execve fixes for v7.0-rc5.
Thanks!
-Kees
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v7.0-rc5
for you to fetch changes up to c4192754e836e0ffed95833509b6ada975b74418:
fs/tests: exec: Remove bad test vector (2026-03-18 11:41:53 -0700)
----------------------------------------------------------------
execve fixes for v7.0-rc5
- binfmt_elf_fdpic: fix AUXV size calculation (Andrei Vagin)
- fs/tests: exec: Remove bad test vector
----------------------------------------------------------------
Andrei Vagin (1):
binfmt_elf_fdpic: fix AUXV size calculation for ELF_HWCAP3 and ELF_HWCAP4
Kees Cook (1):
fs/tests: exec: Remove bad test vector
include/linux/auxvec.h | 2 +-
fs/binfmt_elf_fdpic.c | 6 ++++++
fs/tests/exec_kunit.c | 3 ---
3 files changed, 7 insertions(+), 4 deletions(-)
--
Kees Cook