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: <202106151615.A5467A03C@keescook>
Date:   Tue, 15 Jun 2021 16:19:50 -0700
From:   Kees Cook <keescook@...omium.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, Kees Cook <keescook@...omium.org>,
        Nathan Chancellor <nathan@...nel.org>,
        Nick Desaulniers <ndesaulniers@...gle.com>,
        Tor Vic <torvic9@...lbox.org>
Subject: [GIT PULL] Clang features fix for v5.13-rc7

Hi Linus,

Please pull this additional Clang feature fix for v5.13-rc7. It seems
Clang has been scrubbing through the missing LTO IR flags for Clang 13,
and the last of these "only with LTO" flags is fixed now. I've asked
that they please consider making these changes in a less "break all the
Clang kernel builds" kind of way in the future. :P

Thanks!

-Kees

The following changes since commit 2398ce80152aae33b9501ef54452e09e8e8d4262:

  x86, lto: Pass -stack-alignment only on LLD < 13.0.0 (2021-06-11 10:33:45 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/clang-features-v5.13-rc7

for you to fetch changes up to 0236526d76b87c1dc2cbe3eb31ae29be5b0ca151:

  Makefile: lto: Pass -warn-stack-size only on LLD < 13.0.0 (2021-06-14 14:52:38 -0700)

----------------------------------------------------------------
Clang feature fix for v5.13-rc7

- The "-warn-stack-size" option under LTO has moved in Clang 13 (Tor Vic)

----------------------------------------------------------------
Tor Vic (1):
      Makefile: lto: Pass -warn-stack-size only on LLD < 13.0.0

 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

-- 
Kees Cook

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ