Hello Linus, Please pull some Kbuild fixes. Thank you. The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262: Linux 6.2-rc3 (2023-01-08 11:49:43 -0600) 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-3 for you to fetch changes up to 13e1df09284da53ae5abdd3364c36caf8f0f8916: kheaders: explicitly validate existence of cpio command (2023-01-18 16:34:04 +0900) ---------------------------------------------------------------- Kbuild fixes for v6.2 (3rd) - Hide LDFLAGS_vmlinux from decompressor Makefiles to fix error messages when GNU Make 4.4 is used. - Fix 'make modules' build error when CONFIG_DEBUG_INFO_BTF_MODULES=y. - Fix warnings emitted by GNU Make 4.4 in scripts/kconfig/Makefile. - Support GNU Make 4.4 for scripts/jobserver-exec. - Show clearer error message when kernel/gen_kheaders.sh fails due to missing cpio. ---------------------------------------------------------------- Arend van Spriel (1): scripts: rpm: make clear that mkspec script contains 4.13 feature Martin Liska (1): scripts: support GNU make 4.4 in jobserver-exec Masahiro Yamada (3): init/version-timestamp.c: remove unneeded #include <linux/version.h> kbuild: export top-level LDFLAGS_vmlinux only to scripts/Makefile.vmlinux kbuild: fix 'make modules' error when CONFIG_DEBUG_INFO_BTF_MODULES=y Miguel Ojeda (1): docs: kbuild: remove mention to dropped $(objtree) feature Peter Foley (1): kconfig: Update all declared targets Rasmus Villemoes (1): init/Kconfig: fix LOCALVERSION_AUTO help text Thomas Weißschuh (1): kheaders: explicitly validate existence of cpio command Documentation/kbuild/makefiles.rst | 2 +- Makefile | 15 ++++++++++++++- init/Kconfig | 2 +- init/version-timestamp.c | 1 - kernel/gen_kheaders.sh | 2 ++ scripts/jobserver-exec | 19 ++++++++++++++----- scripts/kconfig/.gitignore | 2 +- scripts/kconfig/Makefile | 2 +- scripts/package/mkspec | 2 +- 9 files changed, 35 insertions(+), 12 deletions(-)