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

From: Masahiro Yamada
Date: Thu Dec 28 2023 - 11:47:39 EST


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