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, 4 Mar 2018 00:38:21 +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.16-rc4

Hi Linus,

Here are Kbuild fixes for v4.16.
Please pull!


The following changes since commit 4a3928c6f8a53fa1aed28ccba227742486e8ddcb:

  Linux 4.16-rc3 (2018-02-25 18:50:41 -0800)

are available in the git repository at:

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

for you to fetch changes up to 50186e121ea1adcc43d0f9f790ee45e0b0f1202f:

  MAINTAINERS: take over Kconfig maintainership (2018-03-03 12:28:27 +0900)

----------------------------------------------------------------
Kbuild fixes for v4.16

- suppress sparse warnings about unknown attributes

- fix typos and stale comments

- fix build error of arch/sh

- fix wrong use of ld-option vs cc-ldoption

- remove redundant GCC_PLUGINS_CFLAGS assignment

- fix another memory leak of Kconfig

- fix line number in error messages of Kconfig

- do not write confusing CONFIG_DEFCONFIG_LIST out to .config

- add xstrdup() to Kconfig to handle memory shortage errors

- show also a Debian package name if ncurses is missing

----------------------------------------------------------------
Arvind Prasanna (1):
      kconfig: Update ncurses package names for menuconfig

Cao jin (2):
      kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignment
      kbuild/kallsyms: trivial typo fix

Dafna Hirschfeld (1):
      Coccinelle: memdup: Fix typo in warning messages

Luc Van Oostenryck (1):
      kbuild: disable sparse warnings about unknown attributes

Masahiro Yamada (7):
      kconfig: add xstrdup() helper
      kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list
      sh: fix build error for empty CONFIG_BUILTIN_DTB_SOURCE
      kconfig: Don't leak choice names during parsing
      kbuild: test --build-id linker flag by ld-option instead of cc-ldoption
      kconfig: fix line number in recursive inclusion error message
      MAINTAINERS: take over Kconfig maintainership

Ulf Magnusson (1):
      Makefile: Fix lying comment re. silentoldconfig

 MAINTAINERS                                |  4 +++-
 Makefile                                   | 12 +++++-------
 arch/sh/boot/dts/Makefile                  |  4 +++-
 scripts/coccinelle/api/memdup.cocci        |  4 ++--
 scripts/kallsyms.c                         |  2 +-
 scripts/kconfig/confdata.c                 |  2 +-
 scripts/kconfig/kxgettext.c                |  2 +-
 scripts/kconfig/lkc.h                      |  1 +
 scripts/kconfig/lxdialog/check-lxdialog.sh |  3 ++-
 scripts/kconfig/menu.c                     |  1 +
 scripts/kconfig/symbol.c                   |  4 ++--
 scripts/kconfig/util.c                     | 11 +++++++++++
 scripts/kconfig/zconf.l                    | 12 ++++--------
 scripts/kconfig/zconf.y                    |  3 ++-
 scripts/link-vmlinux.sh                    |  2 +-
 15 files changed, 40 insertions(+), 27 deletions(-)


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ