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:   Sat, 13 Jan 2018 22:05:39 +0900
From:   Masahiro Yamada <yamada.masahiro@...ionext.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
        masahiroy@...nel.org
Subject: [GIT PULL] Kbuild fixes for v4.15-rc8

Hi Linus,

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


The following changes since commit ae64f9bd1d3621b5e60d7363bc20afb46aede215:

  Linux 4.15-rc2 (2017-12-03 11:01:47 -0500)

are available in the git repository at:

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

for you to fetch changes up to 36c1681678b507346e7397a235a7303dad665fc3:

  genksyms: drop *.hash.c from .gitignore (2018-01-13 21:50:13 +0900)

----------------------------------------------------------------
Kbuild fixes for v4.15

- fix cross-compilation for architectures that setup CROSS_COMPILE
  in their arch Makefile

- fix Kconfig rational operators for bool / tristate

- drop a gperf-generated file from .gitignore

----------------------------------------------------------------
Masahiro Yamada (2):
      kbuild: move cc-option and cc-disable-warning after incl. arch Makefile
      genksyms: drop *.hash.c from .gitignore

Nicolas Pitre (1):
      kconfig: fix relational operators for bool and tristate symbols

 Documentation/kbuild/kconfig-language.txt | 23 ++++++++++------
 Makefile                                  | 43 ++++++++++++++++--------------
 scripts/genksyms/.gitignore               |  1 -
 scripts/kconfig/expr.c                    |  5 +++-
 4 files changed, 42 insertions(+), 30 deletions(-)


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists