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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 24 Mar 2016 21:48:30 +0100
From:	Michal Marek <mmarek@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	ard.biesheuvel@...aro.org, arnd@...db.de,
	daniel.wagner@...-carit.de, rmk+kernel@....linux.org.uk,
	trini@...sulko.com, yamada.masahiro@...ionext.com,
	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] kbuild changes for v4.6-rc1

Hi Linus,

please pull these kbuild changes for v4.6-rc1:
- make dtbs_install fix
- Error handling fix fixdep and link-vmlinux.sh
- __UNIQUE_ID fix for clang
- Fix for if_changed_* to suppress the "is up to date." message
- The kernel is built with -Werror=incompatible-pointer-types.

The last change needed a drm fix: db9b60400f92 ("drm/gma500: remove helper
function") to  not break build. It is in since Monday, so there should
be no problem.

Michal

The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

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 ea8daa7b97842aab8507b5b5b1e3226cf2d514a6:

  kbuild: Add option to turn incompatible pointer check into error (2016-03-15 21:51:54 +0100)

----------------------------------------------------------------
Ard Biesheuvel (1):
      scripts/link-vmlinux.sh: force error on kallsyms failure

Arnd Bergmann (1):
      Kbuild: provide a __UNIQUE_ID for clang

Daniel Wagner (1):
      kbuild: Add option to turn incompatible pointer check into error

Masahiro Yamada (1):
      kbuild: suppress annoying "... is up to date." message

Russell King (1):
      dtbsinstall: don't move target directory out of the way

Tom Rini (1):
      kbuild: fixdep: Check fstat(2) return value

 Makefile                       | 3 +++
 include/linux/compiler-clang.h | 5 +++++
 scripts/Kbuild.include         | 6 +++---
 scripts/Makefile.dtbinst       | 2 --
 scripts/basic/fixdep.c         | 6 +++++-
 scripts/link-vmlinux.sh        | 7 ++++---
 6 files changed, 20 insertions(+), 9 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ