mbox series

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

Message ID CAK7LNARPzpMfZ7QB58nj5L_nULP-E5J1CAzT6=kcU9nHa_G5JA@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v6.2-rc3 | expand

Pull-request

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

Message

Masahiro Yamada Jan. 7, 2023, 10:16 a.m. UTC
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

Comments

pr-tracker-bot@kernel.org Jan. 7, 2023, 6:43 p.m. UTC | #1
The pull request you sent on Sat, 7 Jan 2023 19:16:04 +0900:

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

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

Thank you!