mbox series

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

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

Pull-request

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

Message

Masahiro Yamada Dec. 31, 2022, 1:22 p.m. UTC
Hello Linus,

Please pull some Kbuild fixes.

Thank you.





The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41: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.2

for you to fetch changes up to 6a5e25fc3e0b94301734e8abb1d311a1e02d360d:

  fixdep: remove unneeded <stdarg.h> inclusion (2022-12-30 17:26:19 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.2

 - Fix broken BuildID

 - Add srcrpm-pkg to the help message

 - Fix the option order for modpost built with musl libc

 - Fix the build dependency of rpm-pkg for openSUSE

----------------------------------------------------------------
Bhaskar Chowdhury (1):
      kconfig: Add static text for search information in help menu

Jun ASAKA (1):
      kbuild: add a missing line for help message

Masahiro Yamada (5):
      arch: fix broken BuildID for arm64 and riscv
      .gitignore: ignore *.rpm
      kbuild: rpm-pkg: add libelf-devel as alternative for BuildRequires
      kbuild: sort single-targets alphabetically again
      fixdep: remove unneeded <stdarg.h> inclusion

Samuel Holland (1):
      kbuild: Fix running modpost with musl libc

 .gitignore                        |  1 +
 Makefile                          |  2 +-
 include/asm-generic/vmlinux.lds.h |  5 +++++
 scripts/Makefile.modpost          | 22 +++++++++++-----------
 scripts/Makefile.package          |  1 +
 scripts/basic/fixdep.c            |  1 -
 scripts/kconfig/mconf.c           |  6 ++++++
 scripts/package/mkspec            |  3 ++-
 8 files changed, 27 insertions(+), 14 deletions(-)



Best Regards
Masahiro Yamada

Comments

pr-tracker-bot@kernel.org Dec. 31, 2022, 6:27 p.m. UTC | #1
The pull request you sent on Sat, 31 Dec 2022 22:22:33 +0900:

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

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

Thank you!