[GIT PULL] execve updates for v6.15-rc1
From: Kees Cook
Date: Mon Mar 17 2025 - 12:15:58 EST
Hi Linus,
Please pull these execve updates for v6.15-rc1.
Thanks!
-Kees
The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:
Linux 6.14-rc2 (2025-02-09 12:45:03 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v6.15-rc1
for you to fetch changes up to 8d68cabeb1ff1cea57caae79a76a5606b11dbb4a:
binfmt_elf_fdpic: fix variable set but not used warning (2025-03-07 20:07:33 -0800)
----------------------------------------------------------------
execve updates for v6.15-rc1
- elf: Define and use note name macros (Akihiko Odaki)
- elf: add remaining SHF_ flag macros (Timur Tabi)
- binfmt: Remove loader from linux_binprm struct (Yonatan Goldschmidt)
- binfmt_elf_fdpic: fix variable set but not used warning (sunliming)
----------------------------------------------------------------
Akihiko Odaki (6):
elf: Define note name macros
binfmt_elf: Use note name macros
powerpc/crash: Use note name macros
crash: Use note name macros
s390/crash: Use note name macros
crash: Remove KEXEC_CORE_NOTE_NAME
Timur Tabi (1):
elf: add remaining SHF_ flag macros
Yonatan Goldschmidt (1):
binfmt: Remove loader from linux_binprm struct
sunliming (1):
binfmt_elf_fdpic: fix variable set but not used warning
arch/powerpc/kernel/fadump.c | 2 +-
arch/powerpc/platforms/powernv/opal-core.c | 8 +--
arch/s390/kernel/crash_dump.c | 62 +++++++------------
fs/binfmt_elf.c | 21 +++----
fs/binfmt_elf_fdpic.c | 13 ++--
fs/exec.c | 2 -
fs/proc/kcore.c | 12 ++--
include/linux/binfmts.h | 2 +-
include/linux/kexec.h | 2 -
include/linux/vmcore_info.h | 3 +-
include/uapi/linux/elf.h | 99 ++++++++++++++++++++++++++++--
kernel/crash_core.c | 2 +-
12 files changed, 148 insertions(+), 80 deletions(-)
--
Kees Cook