linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	masahiroy@kernel.org
Subject: [GIT PULL] Kbuild fixes for v5.0-rc3
Date: Thu, 17 Jan 2019 23:47:55 +0900	[thread overview]
Message-ID: <CAK7LNAS1ZHH6DdB5wvyBA3m2HFrnY6GRmQG+OX_Pd7t9CyJ6nQ@mail.gmail.com> (raw)

Hi Linus,

Please pull some Kbuild fixes.
Thanks!

The following changes since commit 1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8:

  Linux 5.0-rc2 (2019-01-14 10:41:12 +1200)

are available in the git repository at:

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

for you to fetch changes up to e00d8880481497474792d28c14479a9fb6752046:

  kbuild: mark prepare0 as PHONY to fix external module build
(2019-01-17 23:42:59 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.0

 - clean generated files in scripts/kconfig/ by 'make mrproper'

 - fix conflict between dead code elimination and ftrace for GCC <= 4.7

 - fix external module build with CONFIG_STACKPROTECTOR

 - remove unused code

----------------------------------------------------------------
Masahiro Yamada (7):
      kconfig: clean generated *conf-cfg files
      kbuild: remove unused baseprereq
      kbuild: remove unused archmrproper
      ia64: remove redundant 'export AWK'
      nds32: remove unneeded code in arch/nds32/Makefile
      openrisc: remove unneeded code in arch/openrisc/Makefile
      kbuild: mark prepare0 as PHONY to fix external module build

Paul Burton (1):
      kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace & GCC <= 4.7

 Makefile                 | 8 ++++----
 arch/h8300/Makefile      | 2 --
 arch/ia64/Makefile       | 2 --
 arch/nds32/Makefile      | 8 --------
 arch/openrisc/Makefile   | 3 ---
 init/Kconfig             | 1 +
 scripts/Kbuild.include   | 4 ----
 scripts/kconfig/Makefile | 2 +-
 8 files changed, 6 insertions(+), 24 deletions(-)


-- 
Best Regards
Masahiro Yamada

             reply	other threads:[~2019-01-17 14:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-17 14:47 Masahiro Yamada [this message]
2019-01-17 18:35 ` [GIT PULL] Kbuild fixes for v5.0-rc3 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=CAK7LNAS1ZHH6DdB5wvyBA3m2HFrnY6GRmQG+OX_Pd7t9CyJ6nQ@mail.gmail.com \
    --to=yamada.masahiro@socionext.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masahiroy@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).