Hello Linus, Please pull some Kbuild fixes. Thank you. The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98: Linux 6.2-rc2 (2023-01-01 13:53:16 -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-2 for you to fetch changes up to 735aec59afb18c3e2da0a637037e69ad62dbda6a: kbuild: readd -w option when vmlinux.o or Module.symver is missing (2023-01-05 16:53:48 +0900) ---------------------------------------------------------------- Kbuild fixes for v6.2 (2nd) - Fix single *.ko build - Fix module builds when vmlinux.o or Module.symver is missing ---------------------------------------------------------------- Masahiro Yamada (2): kbuild: fix single *.ko build kbuild: readd -w option when vmlinux.o or Module.symver is missing Makefile | 2 +- scripts/Makefile.modpost | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) Best Regards Masahiro Yamada