From: Kees Cook <kees@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Jan Kara <jack@suse.cz>,
Kees Cook <kees@kernel.org>,
Svetlana Parfenova <svetlana.parfenova@syntacore.com>,
Xichao Zhao <zhao.xichao@vivo.com>
Subject: [GIT PULL] execve updates for v6.18-rc1
Date: Mon, 29 Sep 2025 12:05:37 -0700 [thread overview]
Message-ID: <202509291204.89F951B4@keescook> (raw)
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
next reply other threads:[~2025-09-29 19:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-29 19:05 Kees Cook [this message]
2025-09-30 1:13 ` [GIT PULL] execve updates for v6.18-rc1 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202509291204.89F951B4@keescook \
--to=kees@kernel.org \
--cc=jack@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=svetlana.parfenova@syntacore.com \
--cc=torvalds@linux-foundation.org \
--cc=zhao.xichao@vivo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox