mbox series

[GIT,PULL] Kbuild fixes for v6.6-rc2

Message ID CAK7LNATCV9WGKeDyR+ymZsq5QBbNVU3bqS_0U230BTpRLFcnBw@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v6.6-rc2 | expand

Pull-request

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

Message

Masahiro Yamada Sept. 16, 2023, 4:04 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 16, 2023, 10:29 p.m. UTC | #1
The pull request you sent on Sun, 17 Sep 2023 01:04:57 +0900:

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

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

Thank you!