linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Masahiro Yamada <masahiroy@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>
Subject: [GIT PULL] Kbuild fixes for v5.14-rc2
Date: Mon, 19 Jul 2021 00:20:42 +0900	[thread overview]
Message-ID: <CAK7LNAQDiO4fsn8W11qoLMvryJadsgoHm6HeXFvqOz5Mzzb1Jw@mail.gmail.com> (raw)

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

             reply	other threads:[~2021-07-18 15:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-18 15:20 Masahiro Yamada [this message]
2021-07-18 18:48 ` [GIT PULL] Kbuild fixes for v5.14-rc2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK7LNAQDiO4fsn8W11qoLMvryJadsgoHm6HeXFvqOz5Mzzb1Jw@mail.gmail.com \
    --to=masahiroy@kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).