All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Kbuild fixes for v4.15-rc8
@ 2018-01-13 13:05 Masahiro Yamada
  0 siblings, 0 replies; only message in thread
From: Masahiro Yamada @ 2018-01-13 13:05 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Linux Kernel Mailing List, Linux Kbuild mailing list, masahiroy

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-13 13:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-13 13:05 [GIT PULL] Kbuild fixes for v4.15-rc8 Masahiro Yamada

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.