linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Kbuild fixes for v4.13-rc7
@ 2017-08-24 16:02 Masahiro Yamada
  0 siblings, 0 replies; only message in thread
From: Masahiro Yamada @ 2017-08-24 16:02 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kbuild mailing list, Linux Kernel Mailing List

Hi Linus,

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


The following changes since commit aae4e7a8bc44722fe70d58920a36916b1043195e:

  Linux 4.13-rc4 (2017-08-06 18:44:49 -0700)

are available in the git repository at:

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

for you to fetch changes up to 64236e315955cc59e2b612e6a0e59579395530ae:

  kbuild: update comments of Makefile.asm-generic (2017-08-25 00:10:05 +0900)

----------------------------------------------------------------
Kbuild fixes for v4.13

- fix linker script regression caused by dead code elimination support

- fix typos and outdated comments

- specify kselftest-clean as a PHONY target

- fix "make dtbs_install" when $(srctree) includes shell special
  characters like '~'

- Move -fshort-wchar to the global option list because defining it
  partially emits warnings

----------------------------------------------------------------
Arnd Bergmann (1):
      Kbuild: use -fshort-wchar globally

Ben Hutchings (1):
      kbuild: Do not use hyphen in exported variable name

Cao jin (3):
      kbuild: trivial cleanups on the comments
      fixdep: trivial: typo fix and correction
      kbuild: update comments of Makefile.asm-generic

Nicholas Piggin (1):
      kbuild: linker script do not match C names unless
LD_DEAD_CODE_DATA_ELIMINATION is configured

Shuah Khan (1):
      Makefile: add kselftest-clean to PHONY target list

 Makefile                          | 13 +++++++------
 drivers/xen/Makefile              |  3 ---
 include/asm-generic/vmlinux.lds.h | 38 ++++++++++++++++++++++++++------------
 scripts/Kbuild.include            |  7 +++----
 scripts/Makefile.asm-generic      |  4 ++--
 scripts/Makefile.build            |  8 ++++----
 scripts/Makefile.dtbinst          |  4 ++--
 scripts/basic/Makefile            |  2 +-
 scripts/basic/fixdep.c            |  6 +++---
 9 files changed, 48 insertions(+), 37 deletions(-)


-- 
Best Regards
Masahiro Yamada

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

only message in thread, other threads:[~2017-08-24 16:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-24 16:02 [GIT PULL] Kbuild fixes for v4.13-rc7 Masahiro Yamada

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).