mbox series

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

Message ID CAK7LNAQ_Mm0cCxU-TUqkuW67Wif1nPb+nnBfoLgTRwHnvCf3-Q@mail.gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Kbuild fixes for v6.13-rc4 | expand

Pull-request

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

Message

Masahiro Yamada Dec. 21, 2024, 2:08 p.m. UTC
Hello Linus,

Please pull some Kbuild fixes.
Thank you.



The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

  Linux 6.13-rc2 (2024-12-08 14:03:39 -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-2

for you to fetch changes up to 9435dc77a33fa20afec7cd35ceaae5f7f42dbbe2:

  modpost: distinguish same module paths from different dump files
(2024-12-21 12:42:10 +0900)

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

 - Remove stale code in usr/include/headers_check.pl

 - Fix issues in the user-mode-linux Debian package

 - Fix false-positive "export twice" errors in modpost

----------------------------------------------------------------
Geert Uytterhoeven (1):
      kbuild: Drop support for include/asm-<arch> in headers_check.pl

Masahiro Yamada (2):
      kbuild: deb-pkg: add debarch for ARCH=um
      modpost: distinguish same module paths from different dump files

Nicolas Schier (1):
      kbuild: deb-pkg: Do not install maint scripts for arch 'um'

 scripts/mod/modpost.c        | 17 +++++++++--------
 scripts/mod/modpost.h        |  3 ++-
 scripts/package/builddeb     |  6 ++++++
 scripts/package/mkdebian     |  7 +++++++
 usr/include/Makefile         |  2 +-
 usr/include/headers_check.pl |  9 ++-------
 6 files changed, 27 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 21, 2024, 7:30 p.m. UTC | #1
The pull request you sent on Sat, 21 Dec 2024 23:08:05 +0900:

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

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

Thank you!