mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] clang: more warning and error fixes
@ 2026-09-04  7:59 Ahmad Fatoum
  2026-09-04  7:59 ` [PATCH 1/5] kbuild: emit asm-offsets markers as .ascii strings Ahmad Fatoum
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ahmad Fatoum @ 2026-09-04  7:59 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

In preparation for making bare metal targets also compile with clang,
here are some more warning and error fixes for both assembler and compiler.

Ahmad Fatoum (5):
  kbuild: emit asm-offsets markers as .ascii strings
  scripts: imx9image: fix warnings reported by clang
  kbuild: disable -Wunused-but-set-variable after -Wall
  kbuild: disable -Winitializer-overrides for clang
  ARM64: cache: use WEAK() for v8_flush_l3_cache stub

 Makefile                   | 4 ----
 arch/arm/cpu/cache-armv8.S | 3 +--
 include/linux/kbuild.h     | 6 +++---
 scripts/Makefile.warn      | 8 ++++++++
 scripts/imx9image.c        | 9 ++-------
 5 files changed, 14 insertions(+), 16 deletions(-)

-- 
2.47.3




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

end of thread, other threads:[~2026-09-04  9:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04  7:59 [PATCH 0/5] clang: more warning and error fixes Ahmad Fatoum
2026-09-04  7:59 ` [PATCH 1/5] kbuild: emit asm-offsets markers as .ascii strings Ahmad Fatoum
2026-09-04  7:59 ` [PATCH 2/5] scripts: imx9image: fix warnings reported by clang Ahmad Fatoum
2026-09-04  7:59 ` [PATCH 3/5] kbuild: disable -Wunused-but-set-variable after -Wall Ahmad Fatoum
2026-09-04  7:59 ` [PATCH 4/5] kbuild: disable -Winitializer-overrides for clang Ahmad Fatoum
2026-09-04  7:59 ` [PATCH 5/5] ARM64: cache: use WEAK() for v8_flush_l3_cache stub Ahmad Fatoum
2026-09-04  9:44 ` [PATCH 0/5] clang: more warning and error fixes Sascha Hauer

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