[GIT PULL] Kbuild fixes for v6.16-rc2

From: Masahiro Yamada
Date: Sun Jun 15 2025 - 11:59:34 EST


Hello Linus,

Please pull some Kbuild fixes.

Thank you.



The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2f6b47b295518c3ba16fabb1dddbe6a319899acb:

gendwarfksyms: Fix structure type overrides (2025-06-16 00:49:48 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.16

- Move warnings about linux/export.h from W=1 to W=2

- Fix structure type overrides in gendwarfksyms

----------------------------------------------------------------
Masahiro Yamada (1):
kbuild: move warnings about linux/export.h from W=1 to W=2

Sami Tolvanen (1):
gendwarfksyms: Fix structure type overrides

Makefile | 3 ---
scripts/gendwarfksyms/gendwarfksyms.h | 14 ++------------
scripts/gendwarfksyms/types.c | 65
+++++++++++++++++++----------------------------------------------
scripts/misc-check | 15 ++++++++++++---
4 files changed, 33 insertions(+), 64 deletions(-)


--
Best Regards
Masahiro Yamada