[GIT PULL] Kbuild fixes for v6.13-rc6

From: Masahiro Yamada
Date: Sun Jan 05 2025 - 10:01:34 EST


Hello Linus,

Please pull some Kbuild fixes.
Thank you.


The following changes since commit 4bbf9020becbfd8fc2c3da790855b7042fad455b:

Linux 6.13-rc4 (2024-12-22 13:22:21 -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.13-3

for you to fetch changes up to 385443057f475e775fe1c66e77d4be9727f40973:

kbuild: pacman-pkg: provide versioned linux-api-headers package
(2025-01-05 23:19:17 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.13 (3rd)

- Fix escaping of '$' in scripts/mksysmap

- Fix a modpost crash observed with the latest binutils

- Fix 'provides' in the linux-api-headers pacman package

----------------------------------------------------------------
Masahiro Yamada (3):
modpost: fix the missed iteration for the max bit in do_input()
modpost: refactor do_vmbus_entry()
modpost: work around unaligned data access error

Mostafa Saleh (1):
scripts/mksysmap: Fix escape chars '$'

Thomas Weißschuh (1):
kbuild: pacman-pkg: provide versioned linux-api-headers package

scripts/mksysmap | 4 ++--
scripts/mod/file2alias.c | 36 +++++++++++++++++-------------------
scripts/mod/modpost.c | 24 ++++++++++++------------
scripts/mod/modpost.h | 14 ++++++++++++++
scripts/package/PKGBUILD | 2 +-
5 files changed, 46 insertions(+), 34 deletions(-)

--
Best Regards
Masahiro Yamada