Hello Linus, Please pull Kbuild fixes for v6.8-rc5. Thanks. The following changes since commit 841c35169323cd833294798e58b9bf63fa4fa1de: Linux 6.8-rc4 (2024-02-11 12:18:13 -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.8-2 for you to fetch changes up to a951884d82886d8453d489f84f20ac168d062b38: kallsyms: ignore ARMv4 thunks along with others (2024-02-15 22:44:56 +0900) ---------------------------------------------------------------- Kbuild fixes for v6.8 (2nd) - Reformat nested if-conditionals in Makefiles with 4 spaces - Fix CONFIG_DEBUG_INFO_BTF builds for big endian - Fix modpost for module srcversion - Fix an escape sequence warning in gen_compile_commands.py - Fix kallsyms to ignore ARMv4 thunk symbols ---------------------------------------------------------------- Andrew Ballance (1): gen_compile_commands: fix invalid escape sequence warning Arnd Bergmann (1): kallsyms: ignore ARMv4 thunks along with others Masahiro Yamada (1): kbuild: use 4-space indentation when followed by conditionals Nathan Chancellor (1): kbuild: Fix changing ELF file type for output of gen_btf for big endian Radek Krejci (1): modpost: trim leading spaces when processing source files list Thorsten Blum (1): docs: kconfig: Fix grammar and formatting Documentation/kbuild/Kconfig.recursion-issue-01 | 6 +++--- Makefile | 12 ++++++------ arch/m68k/Makefile | 4 ++-- arch/parisc/Makefile | 4 ++-- arch/x86/Makefile | 8 ++++---- scripts/clang-tools/gen_compile_commands.py | 2 +- scripts/link-vmlinux.sh | 9 +++++++-- scripts/mksysmap | 13 ++----------- scripts/mod/sumversion.c | 7 ++++++- 9 files changed, 33 insertions(+), 32 deletions(-) -- Best Regards Masahiro Yamada