All of lore.kernel.org
 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.10-rc6
Date: Sun, 6 Dec 2020 21:47:13 +0900	[thread overview]
Message-ID: <CAK7LNASVM_r0q6vQzjzTivu-bhOxgDwm4rsJzT5j7TFJmwOViA@mail.gmail.com> (raw)

Hi Linus,

Please pull some more Kbuild fixes for v5.10
Thanks.



The following changes since commit 418baf2c28f3473039f2f7377760bd8f6897ae18:

  Linux 5.10-rc5 (2020-11-22 15:36:08 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7d32358be8acb119dcfe39b6cf67ec6d94bf1fe7:

  kbuild: avoid split lines in .mod files (2020-12-06 21:09:28 +0900)

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

 - Move -Wcast-align to W=3, which tends to be false-positive and there
   is no tree-wide solution.

 - Pass -fmacro-prefix-map to KBUILD_CPPFLAGS because it is a preprocessor
   option and makes sense for .S files as well.

 - Disable -gdwarf-2 for Clang's integrated assembler to avoid warnings.

 - Disable --orphan-handling=warn for LLD 10.0.1 to avoid warnings.

 - Fix undesirable line breaks in *.mod files.

----------------------------------------------------------------
Arnd Bergmann (1):
      Makefile.extrawarn: move -Wcast-align to W=3

Denys Zagorui (1):
      kbuild: use -fmacro-prefix-map for .S sources

Masahiro Yamada (1):
      kbuild: avoid split lines in .mod files

Nathan Chancellor (2):
      kbuild: Hoist '--orphan-handling' into Kconfig
      kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1

Nick Desaulniers (1):
      Kbuild: do not emit debug info for assembly with LLVM_IAS=1

 MAINTAINERS                       |  1 +
 Makefile                          | 10 +++++++++-
 arch/Kconfig                      |  9 +++++++++
 arch/arm/Kconfig                  |  1 +
 arch/arm/Makefile                 |  4 ----
 arch/arm/boot/compressed/Makefile |  4 +++-
 arch/arm64/Kconfig                |  1 +
 arch/arm64/Makefile               |  4 ----
 arch/powerpc/Kconfig              |  1 +
 arch/powerpc/Makefile             |  1 -
 arch/x86/Kconfig                  |  1 +
 arch/x86/Makefile                 |  3 ---
 arch/x86/boot/compressed/Makefile |  4 +++-
 init/Kconfig                      | 10 ++++++++++
 scripts/Makefile.build            | 12 ++++--------
 scripts/Makefile.extrawarn        |  2 +-
 scripts/lld-version.sh            | 20 ++++++++++++++++++++
 17 files changed, 64 insertions(+), 24 deletions(-)
 create mode 100755 scripts/lld-version.sh


-- 
Best Regards
Masahiro Yamada

             reply	other threads:[~2020-12-06 12:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-06 12:47 Masahiro Yamada [this message]
2020-12-06 12:56 ` [GIT PULL] Kbuild fixes for v5.10-rc6 Masahiro Yamada
2020-12-06 18:38 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-11-28 17:23 Masahiro Yamada
2020-11-28 19:28 ` 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=CAK7LNASVM_r0q6vQzjzTivu-bhOxgDwm4rsJzT5j7TFJmwOViA@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.