[GIT PULL] execve fix for v6.14-rc6

From: Kees Cook
Date: Fri Mar 07 2025 - 15:18:43 EST


Hi Linus,

Please pull this execve fix for v6.14-rc6.

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.14-rc6

for you to fetch changes up to 39ec9eaaa165d297d008d1fa385748430bd18e4d:

coredump: Only sort VMAs when core_sort_vma sysctl is set (2025-02-24 10:51:57 -0800)

----------------------------------------------------------------
execve fix for v6.14-rc6

- coredump: Only sort VMAs when core_sort_vma sysctl is set

----------------------------------------------------------------
Kees Cook (1):
coredump: Only sort VMAs when core_sort_vma sysctl is set

Documentation/admin-guide/sysctl/kernel.rst | 11 +++++++++++
fs/coredump.c | 15 +++++++++++++--
2 files changed, 24 insertions(+), 2 deletions(-)

--
Kees Cook