llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] x86: Clean ups after minimum support compiler version bump
@ 2025-08-15  1:31 Nathan Chancellor
  2025-08-15  1:31 ` [PATCH 1/6] x86/build: Remove cc-option for GCC retpoline flags Nathan Chancellor
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Nathan Chancellor @ 2025-08-15  1:31 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86
  Cc: linux-kernel, llvm, patches, Nathan Chancellor

Hi x86 folks,

Here is a small series of clean ups that I noticed after PeterZ made a
comment about '-mskip-rax-setup' being supported with all compiler
versions that x86 requires to build (GCC 8.1+ and LLVM 15+). This has
seen a build with GCC 8, GCC 15, LLVM 15, and LLVM 21.

---
Nathan Chancellor (6):
      x86/build: Remove cc-option for GCC retpoline flags
      x86/build: Remove cc-option from stack alignment flags
      x86/build: Clean up stack alignment flags in CC_FLAGS_FPU
      x86/build: Remove cc-option from -mno-fp-ret-in-387
      x86/build: Remove cc-option from -mskip-rax-setup
      x86/Kconfig: Clean up LLVM version checks in IBT configurations

 arch/x86/Kconfig  |  8 +-------
 arch/x86/Makefile | 25 +++++++------------------
 2 files changed, 8 insertions(+), 25 deletions(-)
---
base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
change-id: 20250814-x86-min-ver-cleanups-bfb7a54f1c29

Best regards,
--  
Nathan Chancellor <nathan@kernel.org>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-08-15  1:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-15  1:31 [PATCH 0/6] x86: Clean ups after minimum support compiler version bump Nathan Chancellor
2025-08-15  1:31 ` [PATCH 1/6] x86/build: Remove cc-option for GCC retpoline flags Nathan Chancellor
2025-08-15  1:31 ` [PATCH 2/6] x86/build: Remove cc-option from stack alignment flags Nathan Chancellor
2025-08-15  1:31 ` [PATCH 3/6] x86/build: Clean up stack alignment flags in CC_FLAGS_FPU Nathan Chancellor
2025-08-15  1:31 ` [PATCH 4/6] x86/build: Remove cc-option from -mno-fp-ret-in-387 Nathan Chancellor
2025-08-15  1:31 ` [PATCH 5/6] x86/build: Remove cc-option from -mskip-rax-setup Nathan Chancellor
2025-08-15  1:31 ` [PATCH 6/6] x86/Kconfig: Clean up LLVM version checks in IBT configurations Nathan Chancellor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).