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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202503170912.7B08D1FE19@keescook>
Date: Mon, 17 Mar 2025 09:12:08 -0700
From: Kees Cook <kees@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Akihiko Odaki <akihiko.odaki@...nix.com>,
	Baoquan He <bhe@...hat.com>, Dave Martin <Dave.Martin@....com>,
	Heiko Carstens <hca@...ux.ibm.com>, Jan Kara <jack@...e.cz>,
	Kees Cook <kees@...nel.org>, kernel test robot <lkp@...el.com>,
	sunliming <sunliming@...inos.cn>, Timur Tabi <ttabi@...dia.com>,
	Yonatan Goldschmidt <yon.goldschmidt@...il.com>
Subject: [GIT PULL] execve updates for v6.15-rc1

Hi Linus,

Please pull these execve updates for v6.15-rc1.

Thanks!

-Kees

The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:

  Linux 6.14-rc2 (2025-02-09 12:45:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 8d68cabeb1ff1cea57caae79a76a5606b11dbb4a:

  binfmt_elf_fdpic: fix variable set but not used warning (2025-03-07 20:07:33 -0800)

----------------------------------------------------------------
execve updates for v6.15-rc1

- elf: Define and use note name macros (Akihiko Odaki)

- elf: add remaining SHF_ flag macros (Timur Tabi)

- binfmt: Remove loader from linux_binprm struct (Yonatan Goldschmidt)

- binfmt_elf_fdpic: fix variable set but not used warning (sunliming)

----------------------------------------------------------------
Akihiko Odaki (6):
      elf: Define note name macros
      binfmt_elf: Use note name macros
      powerpc/crash: Use note name macros
      crash: Use note name macros
      s390/crash: Use note name macros
      crash: Remove KEXEC_CORE_NOTE_NAME

Timur Tabi (1):
      elf: add remaining SHF_ flag macros

Yonatan Goldschmidt (1):
      binfmt: Remove loader from linux_binprm struct

sunliming (1):
      binfmt_elf_fdpic: fix variable set but not used warning

 arch/powerpc/kernel/fadump.c               |  2 +-
 arch/powerpc/platforms/powernv/opal-core.c |  8 +--
 arch/s390/kernel/crash_dump.c              | 62 +++++++------------
 fs/binfmt_elf.c                            | 21 +++----
 fs/binfmt_elf_fdpic.c                      | 13 ++--
 fs/exec.c                                  |  2 -
 fs/proc/kcore.c                            | 12 ++--
 include/linux/binfmts.h                    |  2 +-
 include/linux/kexec.h                      |  2 -
 include/linux/vmcore_info.h                |  3 +-
 include/uapi/linux/elf.h                   | 99 ++++++++++++++++++++++++++++--
 kernel/crash_core.c                        |  2 +-
 12 files changed, 148 insertions(+), 80 deletions(-)

-- 
Kees Cook

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ