mbox series

[GIT,PULL] execve fixes for v6.9-rc2

Message ID 202403261544.E7B2404@keescook (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] execve fixes for v6.9-rc2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v6.9-rc2

Message

Kees Cook March 26, 2024, 10:44 p.m. UTC
Hi Linus,

Please pull these execve fixes for v6.9-rc2.

Thanks!

-Kees

The following changes since commit 725d50261285ccf02501f2a1a6d10b31ce014597:

  exec: Simplify remove_arg_zero() error path (2024-03-09 13:46:30 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v6.9-rc2

for you to fetch changes up to 5248f4097308c1cdcf163314a6ea3c8c88c98cd9:

  binfmt: replace deprecated strncpy (2024-03-21 20:20:52 -0700)

----------------------------------------------------------------
execve fixes for v6.9-rc2

- Fix selftests to conform to the TAP output format (Muhammad Usama Anjum)

- Fix NOMMU linux_binprm::exec pointer in auxv (Max Filippov)

- Replace deprecated strncpy usage (Justin Stitt)

- Replace another /bin/sh instance in selftests

----------------------------------------------------------------
Justin Stitt (1):
      binfmt: replace deprecated strncpy

Kees Cook (2):
      selftests/exec: execveat: Improve debug reporting
      selftests/exec: Convert remaining /bin/sh to /bin/bash

Max Filippov (1):
      exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()

Muhammad Usama Anjum (3):
      selftests/exec: binfmt_script: Add the overall result line according to TAP
      selftests/exec: load_address: conform test to TAP format output
      selftests/exec: recursion-depth: conform test to TAP format output

 fs/binfmt_elf_fdpic.c                          |  2 +-
 fs/exec.c                                      |  1 +
 tools/testing/selftests/exec/Makefile          |  4 +-
 tools/testing/selftests/exec/binfmt_script.py  | 10 ++++-
 tools/testing/selftests/exec/execveat.c        | 12 +++---
 tools/testing/selftests/exec/load_address.c    | 34 ++++++++---------
 tools/testing/selftests/exec/recursion-depth.c | 53 +++++++++++++-------------
 7 files changed, 61 insertions(+), 55 deletions(-)

Comments

pr-tracker-bot@kernel.org March 27, 2024, 5:05 p.m. UTC | #1
The pull request you sent on Tue, 26 Mar 2024 15:44:18 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v6.9-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f4a432914af728be2c149934295f337351aa774c

Thank you!