mbox series

[GIT,PULL] Kbuild fixes for v6.14-rc2

Message ID CAK7LNAR3rgsNCN2hUs_s3H9wZeBPaLPwZgMH3ShLuLUKMjjihQ@mail.gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Kbuild fixes for v6.14-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v6.14

Message

Masahiro Yamada Feb. 9, 2025, 5:39 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 9, 2025, 6:33 p.m. UTC | #1
The pull request you sent on Mon, 10 Feb 2025 02:39:14 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v6.14

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/69b54314c975f4dfd3a29d6b9211ab68fff46682

Thank you!