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 Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>,
	masahiroy@kernel.org
Subject: [GIT PULL] Kbuild fixes for v4.15-rc8
Date: Sat, 13 Jan 2018 22:05:39 +0900	[thread overview]
Message-ID: <CAK7LNAQN2sCLNVqOo2_6Aei226+rmm7qGmb9q7gGteRN8rsiqQ@mail.gmail.com> (raw)

Hi Linus,

Here are some Kbuild fixes for v4.15.
Please pull!


The following changes since commit ae64f9bd1d3621b5e60d7363bc20afb46aede215:

  Linux 4.15-rc2 (2017-12-03 11:01:47 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v4.15

for you to fetch changes up to 36c1681678b507346e7397a235a7303dad665fc3:

  genksyms: drop *.hash.c from .gitignore (2018-01-13 21:50:13 +0900)

----------------------------------------------------------------
Kbuild fixes for v4.15

- fix cross-compilation for architectures that setup CROSS_COMPILE
  in their arch Makefile

- fix Kconfig rational operators for bool / tristate

- drop a gperf-generated file from .gitignore

----------------------------------------------------------------
Masahiro Yamada (2):
      kbuild: move cc-option and cc-disable-warning after incl. arch Makefile
      genksyms: drop *.hash.c from .gitignore

Nicolas Pitre (1):
      kconfig: fix relational operators for bool and tristate symbols

 Documentation/kbuild/kconfig-language.txt | 23 ++++++++++------
 Makefile                                  | 43 ++++++++++++++++--------------
 scripts/genksyms/.gitignore               |  1 -
 scripts/kconfig/expr.c                    |  5 +++-
 4 files changed, 42 insertions(+), 30 deletions(-)


-- 
Best Regards
Masahiro Yamada

                 reply	other threads:[~2018-01-13 13:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAK7LNAQN2sCLNVqOo2_6Aei226+rmm7qGmb9q7gGteRN8rsiqQ@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).