mbox series

[GIT,PULL] Kbuild fixes for v6.8-rc5

Message ID CAK7LNAQShtLfRkfXhy7+avfzbgR+4c86H6sLq=x+9F3GGdsv1Q@mail.gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Kbuild fixes for v6.8-rc5 | expand

Pull-request

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

Message

Masahiro Yamada Feb. 18, 2024, 5:24 p.m. UTC
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

Comments

pr-tracker-bot@kernel.org Feb. 18, 2024, 6:22 p.m. UTC | #1
The pull request you sent on Mon, 19 Feb 2024 02:24:40 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6c160f16be5df1f66f6afe186c961ad446d7f94b

Thank you!