[GIT PULL] Kbuild fixes for v6.6-rc2
From: Masahiro Yamada
Date: Sat Sep 16 2023 - 12:06:24 EST
Hello Linus,
Please pull Kbuild fixes for v6.6-rc2.
Thank you.
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v6.6
for you to fetch changes up to 552c5013f2bc648611395ea80df6250aa4fe28f6:
kbuild: avoid long argument lists in make modules_install
(2023-09-15 02:39:24 +0900)
----------------------------------------------------------------
Kbuild fixes for v6.6
- Fix kernel-devel RPM and linux-headers Deb package
- Fix too long argument list error in 'make modules_install'
----------------------------------------------------------------
Masahiro Yamada (1):
kbuild: fix kernel-devel RPM package and linux-headers Deb package
Michal Kubecek (1):
kbuild: avoid long argument lists in make modules_install
scripts/Makefile.modinst | 2 +-
scripts/package/install-extmod-build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
Best Regards
Masahiro Yamada