Merge tag 'execve-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Sep 2025 00:19:35 +0000 (17:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Sep 2025 00:19:35 +0000 (17:19 -0700)
commit50157eaa0c13bb5aac5cc45330bf055d95d4af57
treedd6938627b254452156cbd2d06841499f87456db
parent8c1ed3021883f5e49f74dfb41ce0a24e5d07fdf0
parent8c94db0ae97c72c253a615f990bd466b456e94f6
Merge tag 'execve-v6.18-rc1' of git://git./linux/kernel/git/kees/linux

Pull execve updates from Kees Cook:

 - binfmt_elf: preserve original ELF e_flags for core dumps (Svetlana
   Parfenova)

 - exec: Fix incorrect type for ret (Xichao Zhao)

 - binfmt_elf: Replace offsetof() with struct_size() in fill_note_info()
   (Xichao Zhao)

* tag 'execve-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  binfmt_elf: preserve original ELF e_flags for core dumps
  binfmt_elf: Replace offsetof() with struct_size() in fill_note_info()
  exec: Fix incorrect type for ret
arch/riscv/Kconfig
fs/exec.c
include/linux/mm_types.h