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

From: Masahiro Yamada
Date: Sat Dec 31 2022 - 08:23:43 EST


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