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:   Thu, 25 Feb 2021 12:53:52 -0800
From:   Kees Cook <keescook@...omium.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, Guenter Roeck <linux@...ck-us.net>,
        Kees Cook <keescook@...omium.org>,
        Masahiro Yamada <masahiroy@...nel.org>,
        Sami Tolvanen <samitolvanen@...gle.com>
Subject: [GIT PULL] clang-lto fixes for v5.12-rc1

Hi Linus,

Please pull these clang-lto fixes for v5.12-rc1. This gets parisc
building again and moves LTO artifact caching cleanup from the
"distclean" build target to "clean".

Thanks!

-Kees

The following changes since commit 5e95325fbbbdea96de91e7bdb05fe95a3031e37d:

  kbuild: lto: force rebuilds when switching CONFIG_LTO (2021-02-23 14:10:44 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/clang-lto-v5.12-rc1-fix1

for you to fetch changes up to 4c7858b9001c85aacf86a74b3a68aa384bc33760:

  kbuild: Move .thinlto-cache removal to 'make clean' (2021-02-25 12:21:06 -0800)

----------------------------------------------------------------
clang-lto fixes for v5.12-rc1

- Fix parisc build for ftrace vs mcount (Sami Tolvanen)
- Move .thinlto-cache remove to "clean" from "distclean" (Masahiro Yamada)

----------------------------------------------------------------
Masahiro Yamada (1):
      kbuild: Move .thinlto-cache removal to 'make clean'

Sami Tolvanen (1):
      parisc: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY

 Makefile            | 4 ++--
 arch/parisc/Kconfig | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
Kees Cook

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ