mbox series

[GIT,PULL] Kbuild fixes for v6.7-rc8

Message ID CAK7LNASh0Y0qyi+vJGbNvvEnGW3-hH=QBf=aEpbtxE2N9JSodg@mail.gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Kbuild fixes for v6.7-rc8 | expand

Pull-request

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

Message

Masahiro Yamada Dec. 28, 2023, 4:46 p.m. UTC
Hello Linus,


Please pull Kbuild fixes for v6.7-rc8.
Thanks.




The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab:

  Linux 6.7-rc3 (2023-11-26 19:59:33 -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.7-2

for you to fetch changes up to 753547de0daecbdbd1af3618987ddade325d9aaa:

  linux/export: Ensure natural alignment of kcrctab array (2023-12-29
01:25:58 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.7 (2nd)

 - Revive proper alignment for the ksymtab and kcrctab sections

 - Fix gen_compile_commands.py tool to resolve symbolic links

 - Fix symbolic links to installed debug VDSO files

 - Update MAINTAINERS

----------------------------------------------------------------
Helge Deller (2):
      linux/export: Fix alignment for 64-bit ksymtab entries
      linux/export: Ensure natural alignment of kcrctab array

Jialu Xu (1):
      gen_compile_commands.py: fix path resolve with symlinks in it

Masahiro Yamada (1):
      kbuild: fix build ID symlinks to installed debug VDSO files

Nathan Chancellor (1):
      MAINTAINERS: Add scripts/clang-tools to Kbuild section

 MAINTAINERS                                 | 1 +
 include/linux/export-internal.h             | 6 +++++-
 scripts/Makefile.vdsoinst                   | 2 +-
 scripts/clang-tools/gen_compile_commands.py | 6 +++---
 4 files changed, 10 insertions(+), 5 deletions(-)


--
Best Regards
Masahiro Yamada

Comments

pr-tracker-bot@kernel.org Dec. 28, 2023, 9:26 p.m. UTC | #1
The pull request you sent on Fri, 29 Dec 2023 01:46:54 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/505e701c0b2cfa9e34811020829759b7663a604c

Thank you!