public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/4] Enable more warnings by default
@ 2024-04-04 15:16 Arnd Bergmann
  2024-04-04 15:16 ` [PATCH 4/4] kbuild: enable -Wformat-truncation on clang Arnd Bergmann
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Arnd Bergmann @ 2024-04-04 15:16 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Nathan Chancellor, Nicolas Schier, linux-kbuild, Arnd Bergmann,
	Nick Desaulniers, Bill Wendling, Justin Stitt, llvm

From: Arnd Bergmann <arnd@arndb.de>

I think these can now get merged into linux-next. I reordered
these slightly from my previous submission to skip the
-Wcast-function-type-strict warnings but instead include the
-Wformat-truncation enablement, based on what got merged so
far.

We are still missing the "kallsyms: rework symbol lookup return codes"
and "firmware: dmi-id: add a release callback function" patches, but
I expect them to get merged through the respective trees soon.

There is still an open question about the order of patches in the
coming merge window: if some of the other patches are also queued
for 6.10 rather than 6.9, this series has to come after those to
avoid regressions. Maybe they can go into some kind of 'kbuild/late'
branch that gets merged in the second half of the merge window?

     Arnd

Link: https://lore.kernel.org/lkml/20240326223825.4084412-1-arnd@kernel.org/ 
Link: https://lore.kernel.org/lkml/20240326144741.3094687-1-arnd@kernel.org/

Arnd Bergmann (4):
  kbuild: turn on -Wextra by default
  kbuild: remove redundant extra warning flags
  kbuild: turn on -Wrestrict by default
  kbuild: enable -Wformat-truncation on clang

 scripts/Makefile.extrawarn | 29 +++++++++++------------------
 1 file changed, 11 insertions(+), 18 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-04-09 19:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-04 15:16 [PATCH 0/4] Enable more warnings by default Arnd Bergmann
2024-04-04 15:16 ` [PATCH 4/4] kbuild: enable -Wformat-truncation on clang Arnd Bergmann
2024-04-08 22:00 ` [PATCH 0/4] Enable more warnings by default Justin Stitt
     [not found] ` <20240404151713.3493098-2-arnd@kernel.org>
2024-04-09 16:25   ` [PATCH 1/4] kbuild: turn on -Wextra " Nathan Chancellor
2024-04-09 18:42     ` Arnd Bergmann

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