mbox series

[GIT,PULL] Kbuild fixes for v5.14-rc5

Message ID CAK7LNAQ_j+c3q+y74HXFbbE1G4w3ug5t4Dk2H1BritppEi0sEA@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v5.14-rc5 | expand

Pull-request

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

Message

Masahiro Yamada Aug. 7, 2021, 2:27 p.m. UTC
Hi Linus,

Please pull some Kbuild fixes.
Thanks.



The following changes since commit c500bee1c5b2f1d59b1081ac879d73268ab0ff17:

  Linux 5.14-rc4 (2021-08-01 17:04:17 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 14ccc638b02f9ec500c17d9e39efe979145a4b61:

  kbuild: cancel sub_make_done for the install target to fix DKMS
(2021-08-05 20:56:35 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.14 (2nd)

 - Correct the Extended Regular Expressions in tools

 - Adjust scripts/checkversion.pl for the current Kbuild

 - Unset sub_make_done for 'make install' to make DKMS working again

----------------------------------------------------------------
H. Nikolaus Schaller (2):
      x86/tools/relocs: Fix non-POSIX regexp
      mips: Fix non-POSIX regexp

Masahiro Yamada (1):
      kbuild: cancel sub_make_done for the install target to fix DKMS

Randy Dunlap (1):
      scripts: checkversion: modernize linux/version.h search strings

 Makefile                | 10 ++++++++++
 arch/mips/Makefile      |  2 +-
 arch/x86/tools/relocs.c |  8 ++++----
 scripts/checkversion.pl | 18 +++++++++++-------
 4 files changed, 26 insertions(+), 12 deletions(-)


--
Best Regards
Masahiro Yamada

Comments

pr-tracker-bot@kernel.org Aug. 7, 2021, 6:21 p.m. UTC | #1
The pull request you sent on Sat, 7 Aug 2021 23:27:39 +0900:

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

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

Thank you!