Hello Linus, Please pull Kbuild fixes. Thanks The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b: Linux 6.14-rc1 (2025-02-02 15:39:26 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v6.14 for you to fetch changes up to f354fc88a72ae83dacd68370f6fa040e5733bcfe: kbuild: install-extmod-build: add missing quotation marks for CC variable (2025-02-08 03:37:57 +0900) ---------------------------------------------------------------- Kbuild fixes for v6.14 - 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 ---------------------------------------------------------------- Masahiro Yamada (1): kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS Nathan Chancellor (1): scripts/Makefile.extrawarn: Do not show clang's non-kprintf warnings at W=1 Oleh Zadorozhnyi (1): kbuild: fix misspelling in scripts/Makefile.lib WangYuli (1): kbuild: install-extmod-build: add missing quotation marks for CC variable include/asm-generic/vmlinux.lds.h | 1 + include/linux/module.h | 5 ++++- scripts/Makefile.extrawarn | 10 +++++----- scripts/Makefile.lib | 2 +- scripts/mod/modpost.c | 35 +++++++++++++++++++++++++++++++++++ scripts/mod/modpost.h | 6 ++++++ scripts/module.lds.S | 1 + scripts/package/install-extmod-build | 2 +- 8 files changed, 54 insertions(+), 8 deletions(-) -- Best Regards Masahiro Yamada