Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1220929 > unrolled thread

[GIT PULL] kbuild core changes for v4.3-rc1

Started byMichal Marek <mmarek@suse.cz>
First post2015-09-08 17:30 +0200
Last post2015-09-08 17:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] kbuild core changes for v4.3-rc1 Michal Marek <mmarek@suse.cz> - 2015-09-08 17:30 +0200

#1220929 — [GIT PULL] kbuild core changes for v4.3-rc1

FromMichal Marek <mmarek@suse.cz>
Date2015-09-08 17:30 +0200
Subject[GIT PULL] kbuild core changes for v4.3-rc1
Message-ID<q6t0n-8ch-13@gated-at.bofh.it>
Hi Linus,

please pull these kbuild changes for v4.3-rc1:
- modpost portability fix
- linker script fix
- genksyms segfault fix
- fixdep cleanup
- fix for clang detection

Thanks,
Michal

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git kbuild

for you to fetch changes up to 5631d9c429857194bd55d7bcd8fa5bdd1a9899a3:

  kbuild: Fix clang detection (2015-09-04 13:14:10 +0200)

----------------------------------------------------------------
Andi Kleen (1):
      kbuild: Fix .text.unlikely placement

Masahiro Yamada (2):
      kbuild: fixdep: optimize code slightly
      kbuild: fixdep: drop meaningless hash table initialization

Michal Marek (2):
      genksyms: Regenerate parser
      kbuild: Fix clang detection

Pavel Fedin (1):
      Avoid conflict with host definitions when cross-compiling

Richard Yao (1):
      genksyms: Duplicate function pointer type definitions segfault

 Makefile                             |   9 +-
 arch/powerpc/Makefile                |   8 +-
 include/asm-generic/vmlinux.lds.h    |   4 +-
 scripts/Kbuild.include               |   4 +
 scripts/Makefile.extrawarn           |   2 +-
 scripts/basic/fixdep.c               |  26 +-
 scripts/genksyms/parse.tab.c_shipped | 671 +++++++++++++++++------------------
 scripts/genksyms/parse.tab.h_shipped |  26 +-
 scripts/genksyms/parse.y             |   9 +
 scripts/mod/modpost.h                |   6 +
 10 files changed, 384 insertions(+), 381 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web