lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <202407231304.04FE50257@keescook>
Date: Tue, 23 Jul 2024 13:05:45 -0700
From: Kees Cook <kees@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Christian Brauner <brauner@...nel.org>,
	David Gow <davidgow@...gle.com>, Kees Cook <kees@...nel.org>,
	SeongJae Park <sj@...nel.org>
Subject: [GIT PULL] execve update for v6.11-rc1-fix1

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ