All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kees Cook <keescook@chromium.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Justin Stitt <justinstitt@google.com>,
	Kees Cook <keescook@chromium.org>,
	linux-hardening@vger.kernel.org,
	Max Filippov <jcmvbkbc@gmail.com>,
	Muhammad Usama Anjum <usama.anjum@collabora.com>
Subject: [GIT PULL] execve fixes for v6.9-rc2
Date: Tue, 26 Mar 2024 15:44:18 -0700	[thread overview]
Message-ID: <202403261544.E7B2404@keescook> (raw)

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(-)

-- 
Kees Cook

             reply	other threads:[~2024-03-26 22:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-26 22:44 Kees Cook [this message]
2024-03-27 17:05 ` [GIT PULL] execve fixes for v6.9-rc2 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=202403261544.E7B2404@keescook \
    --to=keescook@chromium.org \
    --cc=jcmvbkbc@gmail.com \
    --cc=justinstitt@google.com \
    --cc=linux-hardening@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=usama.anjum@collabora.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 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.