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:   Sun, 29 Oct 2017 00:25:52 +0900
From:   Masahiro Yamada <yamada.masahiro@...ionext.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Kbuild fixes for v4.14-rc7

Hi Linus,

This is the 2nd round of Kbuild fixes for v4.14.
Please pull!


The following changes since commit 9e66317d3c92ddaab330c125dfe9d06eee268aff:

  Linux 4.14-rc3 (2017-10-01 14:54:54 -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.14-2

for you to fetch changes up to bb3f38c3c5b759163e09b9152629cc789731de47:

  kbuild: clang: fix build failures with sparse check (2017-10-24
10:12:02 +0900)

----------------------------------------------------------------
Kbuild fixes for v4.14 (2nd)

- fix O= building on dash

- remove unused dependency in Makefile

- fix default of a choice in Kconfig

- fix typos and documentation style

- fix command options unrecognized by sparse

----------------------------------------------------------------
Cao jin (2):
      kbuild: drop unused symverfile in Makefile.modpost
      kbuild doc: a bundle of fixes on makefiles.txt

David Lin (1):
      kbuild: clang: fix build failures with sparse check

Masahiro Yamada (1):
      kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd)

Randy Dunlap (1):
      Makefile: kselftest: fix grammar typo

Ulf Magnusson (1):
      kbuild: Fix optimization level choice default

 Documentation/kbuild/makefiles.txt | 31 +++++++++++++---------
 Makefile                           | 10 +++----
 init/Kconfig                       |  2 +-
 scripts/Makefile.modpost           |  1 -
 tools/power/cpupower/Makefile      |  2 +-
 tools/scripts/Makefile.include     |  6 ++---
 6 files changed, 28 insertions(+), 24 deletions(-)


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ