public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] execve update for v6.11-rc1-fix1
@ 2024-07-23 20:05 Kees Cook
  2024-07-24  1:21 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Kees Cook @ 2024-07-23 20:05 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Christian Brauner, David Gow, Kees Cook,
	SeongJae Park

Hi Linus,

Please pull this execve fix for v6.11-rc1. This moves the exec and
binfmt_elf tests out of your way and into the tests/ subdirectory,
following the newly ratified KUnit naming conventions. :)

Thanks!

-Kees

The following changes since commit 21f93108306026b8066db31c24a097192c8c36c7:

  exec: Avoid pathological argc, envc, and bprm->p values (2024-07-13 21:31:58 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b6f5ee4d53019443fb99dd23bc08680b1244ccfa:

  execve: Move KUnit tests to tests/ subdirectory (2024-07-22 18:25:47 -0700)

----------------------------------------------------------------
execve fix for v6.11-rc1

- Move KUnit tests to tests/ subdirectory

----------------------------------------------------------------
Kees Cook (1):
      execve: Move KUnit tests to tests/ subdirectory

 MAINTAINERS                                        | 3 ++-
 fs/binfmt_elf.c                                    | 2 +-
 fs/exec.c                                          | 2 +-
 fs/{binfmt_elf_test.c => tests/binfmt_elf_kunit.c} | 0
 fs/{exec_test.c => tests/exec_kunit.c}             | 0
 5 files changed, 4 insertions(+), 3 deletions(-)
 rename fs/{binfmt_elf_test.c => tests/binfmt_elf_kunit.c} (100%)
 rename fs/{exec_test.c => tests/exec_kunit.c} (100%)

-- 
Kees Cook

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

* Re: [GIT PULL] execve update for v6.11-rc1-fix1
  2024-07-23 20:05 [GIT PULL] execve update for v6.11-rc1-fix1 Kees Cook
@ 2024-07-24  1:21 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-07-24  1:21 UTC (permalink / raw)
  To: Kees Cook
  Cc: Linus Torvalds, linux-kernel, Christian Brauner, David Gow,
	Kees Cook, SeongJae Park

The pull request you sent on Tue, 23 Jul 2024 13:05:45 -0700:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2024-07-24  1:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-23 20:05 [GIT PULL] execve update for v6.11-rc1-fix1 Kees Cook
2024-07-24  1:21 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox