lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 8 Sep 2015 17:24:47 +0200
From:	Michal Marek <mmarek@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	ak@...ux.intel.com, mmarek@...e.com, p.fedin@...sung.com,
	richard.yao@...sterhq.com, yamada.masahiro@...ionext.com,
	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] kbuild core changes for v4.3-rc1

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ