mbox series

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

Message ID CAK7LNAQe5cn_Jnr++a4Dg0Qhrxc88dvwTji1Z-JbYimE3xD39A@mail.gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Kbuild fixes for v6.13-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v6.13-3

Message

Masahiro Yamada Jan. 5, 2025, 3 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 5, 2025, 8:04 p.m. UTC | #1
The pull request you sent on Mon, 6 Jan 2025 00:00:49 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9244696b34f2a626d7468864420ab6a47289bf10

Thank you!