mbox series

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

Message ID CAK7LNAQmNNCfOeqybJD-=TpA1nVE923pLc7Xvpa+k55rkR7hRg@mail.gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Kbuild fixes for v6.13-rc2 | expand

Pull-request

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

Message

Masahiro Yamada Dec. 8, 2024, 1:17 p.m. UTC
Hello Linus,

Please pull some Kbuild fixes.
Thank you.



The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -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

for you to fetch changes up to d8d326d64f6702caab01ea0cd48f6c0054f3d1b4:

  kbuild: deb-pkg: fix build error with O= (2024-12-08 17:11:34 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.13

 - Fix a section mismatch warning in modpost

 - Fix Debian package build error with the O= option

----------------------------------------------------------------
Masahiro Yamada (1):
      kbuild: deb-pkg: fix build error with O=

Thomas Gleixner (1):
      modpost: Add .irqentry.text to OTHER_SECTIONS

 scripts/mod/modpost.c                | 2 +-
 scripts/package/install-extmod-build | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 8, 2024, 8:05 p.m. UTC | #1
The pull request you sent on Sun, 8 Dec 2024 22:17:00 +0900:

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

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

Thank you!