[GIT PULL] Kbuild fixes for v5.14-rc5
From: Masahiro Yamada
Date: Sat Aug 07 2021 - 10:28:53 EST
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