[GIT PULL] Kbuild fixes for v6.13-rc4
From: Masahiro Yamada
Date: Sat Dec 21 2024 - 09:08:53 EST
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(-)
--
Best Regards
Masahiro Yamada