All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] execve updates for v6.13-rc1
@ 2024-11-19 17:00 Kees Cook
  2024-11-20 22:32 ` Linus Torvalds
  0 siblings, 1 reply; 27+ messages in thread
From: Kees Cook @ 2024-11-19 17:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Alexander Viro, Christophe JAILLET, Dan Carpenter,
	Eric W. Biederman, Kees Cook, Nir Lichtman,
	syzbot+03e1af5c332f7e0eb84b, Tycho Andersen, Vegard Nossum,
	Zbigniew Jędrzejewski-Szmek

Hi Linus,

Please pull these execve updates for v6.13-rc1.

Thanks!

-Kees

The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b:

  Linux 6.12-rc2 (2024-10-06 15:32:27 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8c9870077aac4b141decfb42431415bb32d1fedf:

  exec: remove legacy custom binfmt modules autoloading (2024-11-16 20:54:03 -0800)

----------------------------------------------------------------
execve updates for v6.13-rc1

- binfmt: Fix comment typos (Christophe JAILLET)

- exec: Use argv[0] for "comm" with AT_EMPTY_PATH (Tycho Andersen,
  Dan Carpenter, Nir Lichtman)

- exec: remove legacy custom binfmt modules autoloading (Nir Lichtman)

- coredump: Do not lock when copying "comm"

- MAINTAINERS: add auxvec.h and set myself as maintainer

----------------------------------------------------------------
Christophe JAILLET (1):
      fs: binfmt: Fix a typo

Dan Carpenter (1):
      exec: Fix a NULL vs IS_ERR() test in bprm_add_fixup_comm()

Kees Cook (4):
      coredump: Do not lock during 'comm' reporting
      MAINTAINERS: exec: Add auxvec.h UAPI
      MAINTAINERS: exec: Mark Kees as maintainer
      exec: NULL out bprm->argv0 when it is an ERR_PTR

Nir Lichtman (1):
      exec: remove legacy custom binfmt modules autoloading

Tycho Andersen (2):
      exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
      selftests/exec: add a test for execveat()'s comm

nir@lichtman.org (1):
      exec: move warning of null argv to be next to the relevant code

 MAINTAINERS                             |  3 +-
 fs/binfmt_misc.c                        |  2 +-
 fs/exec.c                               | 62 ++++++++++++++++++--------
 include/linux/binfmts.h                 |  1 +
 include/linux/coredump.h                |  4 +-
 tools/testing/selftests/exec/execveat.c | 77 +++++++++++++++++++++++++++++++--
 6 files changed, 123 insertions(+), 26 deletions(-)

-- 
Kees Cook

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

end of thread, other threads:[~2024-11-24 15:22 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-19 17:00 [GIT PULL] execve updates for v6.13-rc1 Kees Cook
2024-11-20 22:32 ` Linus Torvalds
2024-11-20 22:33   ` Linus Torvalds
2024-11-20 22:50     ` Linus Torvalds
2024-11-21  2:36       ` Al Viro
2024-11-21  2:41         ` Al Viro
2024-11-21  2:51         ` Linus Torvalds
2024-11-21  0:54   ` Eric W. Biederman
2024-11-21  2:23     ` Linus Torvalds
2024-11-21  2:29       ` Kees Cook
2024-11-21  2:45       ` Linus Torvalds
2024-11-21 17:22       ` Zbigniew Jędrzejewski-Szmek
2024-11-21 17:28         ` Linus Torvalds
2024-11-21 17:47           ` Linus Torvalds
2024-11-21 18:00           ` Zbigniew Jędrzejewski-Szmek
2024-11-21 18:02             ` Linus Torvalds
2024-11-21 18:47               ` Zbigniew Jędrzejewski-Szmek
2024-11-21 18:50               ` Kees Cook
2024-11-21 19:23                 ` Linus Torvalds
2024-11-21 21:31                   ` Zbigniew Jędrzejewski-Szmek
2024-11-21 21:48                     ` Linus Torvalds
2024-11-21 22:24                       ` Zbigniew Jędrzejewski-Szmek
2024-11-21 22:06                   ` Kees Cook
2024-11-21 22:38                     ` Linus Torvalds
     [not found]         ` <87zflrsw1c.fsf@email.froward.int.ebiederm.org>
2024-11-22  7:47           ` Zbigniew Jędrzejewski-Szmek
2024-11-22 10:21             ` Harald Arnesen
     [not found]             ` <87frnjqqh6.fsf@email.froward.int.ebiederm.org>
2024-11-24 15:21               ` Zbigniew Jędrzejewski-Szmek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.