]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge tag 'kbuild-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masah...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 9 Feb 2025 18:05:32 +0000 (10:05 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 9 Feb 2025 18:05:32 +0000 (10:05 -0800)
commit69b54314c975f4dfd3a29d6b9211ab68fff46682
tree908843e860390980705be3710061676d7f1d20f6
parent146339ddb8b7520ee486389c7b0a7b24d68e5f60
parentf354fc88a72ae83dacd68370f6fa040e5733bcfe
Merge tag 'kbuild-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild

Pull Kbuild fixes from Masahiro Yamada:

 - Suppress false-positive -Wformat-{overflow,truncation}-non-kprintf
   warnings regardless of the W= option

 - Avoid CONFIG_TRIM_UNUSED_KSYMS dropping symbols passed to symbol_get()

 - Fix a build regression of the Debian linux-headers package

* tag 'kbuild-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  kbuild: install-extmod-build: add missing quotation marks for CC variable
  kbuild: fix misspelling in scripts/Makefile.lib
  kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
  scripts/Makefile.extrawarn: Do not show clang's non-kprintf warnings at W=1
scripts/Makefile.extrawarn