public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] execve updates for v6.18-rc1
@ 2025-09-29 19:05 Kees Cook
  2025-09-30  1:13 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Kees Cook @ 2025-09-29 19:05 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Jan Kara, Kees Cook, Svetlana Parfenova,
	Xichao Zhao

Hi Linus,

Please pull these handful of execve updates for v6.18-rc1.

Thanks!

-Kees

The following changes since commit c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9:

  Linux 6.17-rc2 (2025-08-17 15:22:10 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v6.18-rc1

for you to fetch changes up to 8c94db0ae97c72c253a615f990bd466b456e94f6:

  binfmt_elf: preserve original ELF e_flags for core dumps (2025-09-03 20:49:32 -0700)

----------------------------------------------------------------
execve updates for v6.18-rc1

- 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)

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

Xichao Zhao (2):
      exec: Fix incorrect type for ret
      binfmt_elf: Replace offsetof() with struct_size() in fill_note_info()

 arch/riscv/Kconfig       |  1 +
 fs/Kconfig.binfmt        |  9 +++++++++
 include/linux/mm_types.h |  5 +++++
 fs/binfmt_elf.c          | 48 +++++++++++++++++++++++++++++++++++++-----------
 fs/exec.c                |  2 +-
 5 files changed, 53 insertions(+), 12 deletions(-)

-- 
Kees Cook

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-30  1:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-29 19:05 [GIT PULL] execve updates for v6.18-rc1 Kees Cook
2025-09-30  1:13 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox