From: Nathan Chancellor <nathan@kernel.org> To: Borislav Petkov <bp@alien8.de> Cc: Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@redhat.com>, x86@kernel.org, Masahiro Yamada <masahiroy@kernel.org>, "H. Peter Anvin" <hpa@zytor.com>, Nick Desaulniers <ndesaulniers@google.com>, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, clang-built-linux@googlegroups.com, llvm@lists.linux.dev, kernel test robot <lkp@intel.com> Subject: Re: [PATCH 1/2] x86: Do not add -falign flags unconditionally for clang Date: Thu, 16 Sep 2021 11:42:19 -0700 [thread overview] Message-ID: <4d88e0ed-422d-447a-ea8f-36e54b38fac1@kernel.org> (raw) In-Reply-To: <YUN8coiEx3JZQytc@zn.tnic> On 9/16/2021 10:18 AM, Borislav Petkov wrote: > On Mon, Aug 23, 2021 at 07:26:39PM -0700, Nathan Chancellor wrote: > > A couple of nitpicks: > >> Subject: [PATCH 1/2] x86: Do not add -falign flags unconditionally for clang > > Make that prefix into "x86/build: " Done, I'll be sure to keep that prefix in mind for future flag-based changes. >> clang does not support -falign-jumps and only recently gained support >> for -falign-loops. When one of the configuration options that adds these >> flags is enabled, clang warns and all cc-{disable-warning,option} that >> follow fail because -Werror gets added to test for the presence of this >> warning: >> >> clang-14: warning: optimization flag '-falign-jumps=0' is not supported >> [-Wignored-optimization-argument] >> >> To resolve this, add a couple of cc-option calls when building with >> clang; gcc has supported these options since 3.2 so there is no point in >> testing for their support. -falign-functions was implemented in clang-7, >> -falign-loops was implemented in clang-14, and -falign-jumps has not >> been implemented yet. >> >> Link: https://lore.kernel.org/r/YSQE2f5teuvKLkON@Ryzen-9-3900X.localdomain/ > > Also, there should be a second Link: tag which points to this mail > thread so that we can find it later, when we dig for the "why we did > that" question :) > > I.e., > > Link: 20210824022640.2170859-2-nathan@kernel.org Sure thing, kind of hard to do that on the initial submission but I will do it for the v2 shortly :) >> Reported-by: kernel test robot <lkp@intel.com> >> Signed-off-by: Nathan Chancellor <nathan@kernel.org> >> --- >> arch/x86/Makefile_32.cpu | 12 +++++++++--- >> 1 file changed, 9 insertions(+), 3 deletions(-) > > with that: > > Acked-by: Borislav Petkov <bp@suse.de> Thank you for the ack. The conflicting changes that I mentioned in the cover letter have been merged in 5.15-rc1 so if you guys want to take these changes via -tip, just holler for an ack from Masahiro on the second patch on v2 (but I am going with the assumption this will be merged via the kbuild tree). Cheers, Nathan
next prev parent reply other threads:[~2021-09-16 18:42 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-08-24 2:26 [PATCH 0/2] Harden clang against unknown flag options Nathan Chancellor 2021-08-24 2:26 ` [PATCH 1/2] x86: Do not add -falign flags unconditionally for clang Nathan Chancellor 2021-08-24 2:56 ` Fangrui Song 2021-08-24 21:53 ` Nathan Chancellor 2021-08-25 22:32 ` Nick Desaulniers 2021-08-25 22:32 ` Nick Desaulniers 2021-09-16 17:18 ` Borislav Petkov 2021-09-16 18:42 ` Nathan Chancellor [this message] 2021-09-16 19:05 ` Borislav Petkov 2021-08-24 2:26 ` [PATCH 2/2] kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGS Nathan Chancellor 2021-08-25 22:27 ` Nick Desaulniers 2021-08-25 22:27 ` Nick Desaulniers 2021-09-13 18:08 ` [PATCH 0/2] Harden clang against unknown flag options Nathan Chancellor
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=4d88e0ed-422d-447a-ea8f-36e54b38fac1@kernel.org \ --to=nathan@kernel.org \ --cc=bp@alien8.de \ --cc=clang-built-linux@googlegroups.com \ --cc=hpa@zytor.com \ --cc=linux-kbuild@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=lkp@intel.com \ --cc=llvm@lists.linux.dev \ --cc=masahiroy@kernel.org \ --cc=mingo@redhat.com \ --cc=ndesaulniers@google.com \ --cc=tglx@linutronix.de \ --cc=x86@kernel.org \ --subject='Re: [PATCH 1/2] x86: Do not add -falign flags unconditionally for clang' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.