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>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 23 May 2022 12:18:55 -0700
From:   Kees Cook <keescook@...omium.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org,
        Damien Le Moal <damien.lemoal@...nsource.wdc.com>,
        "Eric W. Biederman" <ebiederm@...ssion.com>,
        Greg Ungerer <gerg@...ux-m68k.org>,
        Kees Cook <keescook@...omium.org>,
        kernel test robot <lkp@...el.com>,
        Niklas Cassel <niklas.cassel@....com>,
        Patrice Chotard <patrice.chotard@...s.st.com>,
        Vladimir Murzin <vladimir.murzin@....com>
Subject: [GIT PULL] execve updates for v5.19-rc1

Hi Linus,

Please pull these execve updates for v5.19-rc1.

Thanks!

-Kees

The following changes since commit ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e:

  Linux 5.18-rc2 (2022-04-10 14:21:36 -1000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v5.19-rc1

for you to fetch changes up to 70578ff3367dd4ad8f212a9b5c05cffadabf39a8:

  binfmt_flat: Remove shared library support (2022-04-22 10:57:18 -0700)

----------------------------------------------------------------
execve updates for v5.19-rc1

- Fix binfmt_flat GOT handling for riscv (Niklas Cassel)

- Remove unused/broken shared library and coredump code (Eric W. Biederman)

----------------------------------------------------------------
Eric W. Biederman (2):
      binfmt_flat: Drop vestiges of coredump support
      binfmt_flat: Remove shared library support

Niklas Cassel (1):
      binfmt_flat: do not stop relocating GOT entries prematurely on riscv

 arch/arm/configs/lpc18xx_defconfig |   1 -
 arch/arm/configs/mps2_defconfig    |   1 -
 arch/arm/configs/stm32_defconfig   |   1 -
 arch/arm/configs/vf610m4_defconfig |   1 -
 arch/sh/configs/rsk7201_defconfig  |   1 -
 arch/sh/configs/rsk7203_defconfig  |   1 -
 arch/sh/configs/se7206_defconfig   |   1 -
 fs/Kconfig.binfmt                  |   6 -
 fs/binfmt_flat.c                   | 239 ++++++++++---------------------------
 9 files changed, 66 insertions(+), 186 deletions(-)

-- 
Kees Cook

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ