* [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
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