mbox series

[GIT,PULL] Kbuild fixes for v6.3-rc5

Message ID CAK7LNAQEKgqrJNeknymSTsiRBbjoJJjWQ8VJ7ViC2-9Z0Mgpyw@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v6.3-rc5 | expand

Pull-request

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

Message

Masahiro Yamada April 1, 2023, 2:42 p.m. UTC
Hello Linus,

Please pull some more Kbuild fixes.
Thank you.



The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:

  Linux 6.3-rc3 (2023-03-19 13:27:55 -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.3-2

for you to fetch changes up to fb27e70f6e408dee5d22b083e7a38a59e6118253:

  modpost: Fix processing of CRCs on 32-bit build machines (2023-03-23
15:28:41 +0900)

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

 - Fix linux-headers debian package

 - Fix a merge_config.sh error due to a misspelled variable

 - Fix modversion for 32-bit build machines

----------------------------------------------------------------
Ben Hutchings (1):
      modpost: Fix processing of CRCs on 32-bit build machines

Kevin Locke (1):
      kbuild: deb-pkg: set version for linux-headers paths

Mirsad Goran Todorovac (1):
      scripts: merge_config: Fix typo in variable name.

 scripts/kconfig/merge_config.sh | 2 +-
 scripts/mod/modpost.c           | 2 +-
 scripts/package/builddeb        | 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org April 1, 2023, 4:42 p.m. UTC | #1
The pull request you sent on Sat, 1 Apr 2023 23:42:33 +0900:

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

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

Thank you!