[GIT PULL] Kbuild fixes for v5.14-rc2

From: Masahiro Yamada
Date: Sun Jul 18 2021 - 11:21:51 EST


Hi Linus,

Please pull some Kbuild fixes.
Thanks.



The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

Linux 5.14-rc1 (2021-07-11 15:07:40 -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

for you to fetch changes up to 5e60f363b38fd40e4d8838b5d6f4d4ecee92c777:

Documentation: Fix intiramfs script name (2021-07-18 23:48:14 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.14

- Restore the original behavior of scripts/setlocalversion when
LOCALVERSION is set to empty.

- Show Kconfig prompts even for 'make -s'

- Fix the combination of COFNIG_LTO_CLANG=y and CONFIG_MODVERSIONS=y
for older GNU Make versions

----------------------------------------------------------------
Lecopzer Chen (1):
Kbuild: lto: fix module versionings mismatch in GNU make 3.X

Masahiro Yamada (1):
kbuild: do not suppress Kconfig prompts for silent build

Mikulas Patocka (1):
scripts/setlocalversion: fix a bug when LOCALVERSION is empty

Robert Richter (1):
Documentation: Fix intiramfs script name

Documentation/driver-api/early-userspace/early_userspace_support.rst
| 8 ++++----
Documentation/filesystems/ramfs-rootfs-initramfs.rst | 2 +-
Makefile
| 9 +++++----
scripts/Makefile.build | 2 +-
scripts/setlocalversion
| 13 ++++++++-----
5 files changed, 19 insertions(+), 15 deletions(-)


--
Best Regards
Masahiro Yamada