[GIT PULL] execve fix for v6.14-rc2
From: Kees Cook
Date: Sat Feb 08 2025 - 15:28:54 EST
Hi Linus,
Please pull this execve fix for v6.14-rc2. This is an alpha-specific
fix, but since it touched ELF I was asked to carry it.
Thanks!
-Kees
The following changes since commit 55cf2f4b945f6a6416cc2524ba740b83cc9af25a:
binfmt_flat: Fix integer overflow bug on 32 bit systems (2025-01-10 08:49:05 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v6.14-rc2
for you to fetch changes up to b029628be267cba3c7684ec684749fe3e4372398:
alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support (2025-02-06 07:35:38 -0800)
----------------------------------------------------------------
execve fix for v6.14-rc2
- alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support
(Eric W. Biederman)
----------------------------------------------------------------
Eric W. Biederman (1):
alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support
arch/alpha/include/asm/elf.h | 6 +-----
arch/alpha/include/asm/pgtable.h | 2 +-
arch/alpha/include/asm/processor.h | 8 ++------
arch/alpha/kernel/osf_sys.c | 11 ++---------
4 files changed, 6 insertions(+), 21 deletions(-)
--
Kees Cook