[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <202401081028.0E908F9E0A@keescook>
Date: Mon, 8 Jan 2024 10:35:01 -0800
From: Kees Cook <keescook@...omium.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Alexey Dobriyan <adobriyan@...il.com>,
	Josh Triplett <josh@...htriplett.org>,
	Kees Cook <keescook@...omium.org>
Subject: [GIT PULL] execve updates for v6.8-rc1
Hi Linus,
Please pull these execve updates for v6.8-rc1. A fast-fail check has
been added to dramatically speed up execve-based PATH searches, and has
been in -next for the entire development window. A minor conflict with
netdev exists due to neighboring MAINTAINERS entries:
https://lore.kernel.org/linux-next/20231218161704.05c25766@canb.auug.org.au/
Thanks!
-Kees
The following changes since commit 21ca59b365c091d583f36ac753eaa8baf947be6f:
  binfmt_misc: enable sandboxed mounts (2023-10-11 08:46:01 -0700)
are available in the Git repository at:
  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v6.8-rc1
for you to fetch changes up to 0a8a952a75f2c5c140939c1616423e240677666c:
  ELF, MAINTAINERS: specifically mention ELF (2023-12-06 14:55:31 -0800)
----------------------------------------------------------------
execve updates for v6.8-rc1
- Update MAINTAINERS entry to explicitly mention ELF (Alexey Dobriyan)
- Add a fail-fast check to speed up execve-based PATH searches (Josh
  Triplett)
----------------------------------------------------------------
Alexey Dobriyan (1):
      ELF, MAINTAINERS: specifically mention ELF
Josh Triplett (1):
      fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
 MAINTAINERS |  3 ++-
 fs/exec.c   | 13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)
-- 
Kees Cook
Powered by blists - more mailing lists