[GIT PULL] execve fix for v6.11-rc6
From: Kees Cook
Date: Thu Aug 29 2024 - 16:05:09 EST
Hi Linus,
Please pull this one small execve fix for v6.11-rc6.
Thanks!
-Kees
The following changes since commit f50733b45d865f91db90919f8311e2127ce5a0cb:
exec: Fix ToCToU between perm check and set-uid/gid usage (2024-08-13 13:24:29 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v6.11-rc6
for you to fetch changes up to c6a09e342f8e6d3cac7f7c5c14085236aca284b9:
binfmt_elf_fdpic: fix AUXV size calculation when ELF_HWCAP2 is defined (2024-08-26 13:00:38 -0700)
----------------------------------------------------------------
execve fix for v6.11-rc6
- binfmt_elf_fdpic: fix AUXV size with ELF_HWCAP2 (Max Filippov)
----------------------------------------------------------------
Max Filippov (1):
binfmt_elf_fdpic: fix AUXV size calculation when ELF_HWCAP2 is defined
fs/binfmt_elf_fdpic.c | 3 +++
1 file changed, 3 insertions(+)
--
Kees Cook