Linux kbuild/kconfig development
 help / color / mirror / Atom feed
* [PATCH 1/4] kbuild: Fix Propeller flags
@ 2025-10-10 21:01 xur
  2025-10-10 21:01 ` [PATCH 2/4] kbuild: Disable AutoFDO and Propeller flags for kernel modules xur
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: xur @ 2025-10-10 21:01 UTC (permalink / raw)
  To: Alexey Gladkov, Alice Ryhl, Ard Biesheuvel, Bill Wendling,
	Han Shen, Ingo Molnar, Josh Poimboeuf, Justin Stitt, Kees Cook,
	Linus Walleij, Masahiro Yamada, Miguel Ojeda, Nathan Chancellor,
	Nick Desaulniers, Nicolas Schier, Peter Zijlstra,
	Tamir Duberstein, Thomas Gleixner, Thomas Weißschuh,
	Yabin Cui, Sriraman Tallam
  Cc: linux-kbuild, linux-kernel, llvm, Rong Xu

From: Rong Xu <xur@google.com>

Fix the code to enable/disable Propeller build flags to be
consistent with the documentation.

Signed-off-by: Rong Xu <xur@google.com>
---
 scripts/Makefile.lib | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 1d581ba5df66f..53c02fc3b348a 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -121,7 +121,7 @@ endif
 #
 ifdef CONFIG_PROPELLER_CLANG
 _c_flags += $(if $(patsubst n%,, \
-	$(AUTOFDO_PROFILE_$(target-stem).o)$(AUTOFDO_PROFILE)$(PROPELLER_PROFILE))$(is-kernel-object), \
+	$(PROPELLER_PROFILE_$(target-stem).o)$(PROPELLER_PROFILE)$(is-kernel-object)), \
 	$(CFLAGS_PROPELLER_CLANG))
 endif
 
-- 
2.51.0.740.g6adb054d12-goog


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

end of thread, other threads:[~2025-10-14 19:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-10 21:01 [PATCH 1/4] kbuild: Fix Propeller flags xur
2025-10-10 21:01 ` [PATCH 2/4] kbuild: Disable AutoFDO and Propeller flags for kernel modules xur
2025-10-12  2:13   ` kernel test robot
2025-10-14 19:02     ` Rong Xu
2025-10-12  2:13   ` kernel test robot
2025-10-14 19:03     ` Rong Xu
2025-10-10 21:01 ` [PATCH 3/4] kbuild: Remove MFS flags from Propeller profile generate builds xur
2025-10-10 21:01 ` [PATCH 4/4] kbuild: Add config to assert profile accuracy for aggressive optimization xur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox