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>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 3 Aug 2020 01:34:57 +0900
From:   Masahiro Yamada <masahiroy@...nel.org>
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>
Subject: [GIT PULL] Kbuild fixes for v5.8(-rc8)

Hi Linus,

Please pull some more Kbuild fixes.
Thanks.

The following changes since commit 92ed301919932f777713b9172e525674157e983d:

  Linux 5.8-rc7 (2020-07-26 14:14:06 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v5.8-4

for you to fetch changes up to 28ab576ba8de934ee3145b6d75119f016de567cb:

  kbuild: remove redundant FORCE definition in
scripts/Makefile.modpost (2020-08-02 23:09:16 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.8 (4th)

 - clean the generated moc file for xconfig

 - fix xconfig bugs, and revert some bad commits

----------------------------------------------------------------
Masahiro Yamada (8):
      kconfig: qconf: use if_changed for qconf.moc rule
      kconfig: qconf: compile moc object separately
      kconfig: qconf: use delete[] instead of delete to free array
      kconfig: qconf: remove "goBack" debug message
      Revert "kconfig: qconf: Change title for the item window"
      Revert "kconfig: qconf: don't show goback button on splitMode"
      kconfig: qconf: remove wrong ConfigList::firstChild()
      kbuild: remove redundant FORCE definition in scripts/Makefile.modpost

Wolfram Sang (1):
      modpost: explain why we can't use strsep

 scripts/Makefile.modpost   |  3 ---
 scripts/kconfig/.gitignore |  2 +-
 scripts/kconfig/Makefile   | 13 ++++++++-----
 scripts/kconfig/qconf.cc   | 23 ++++++-----------------
 scripts/kconfig/qconf.h    |  4 ----
 scripts/mod/modpost.c      |  1 +
 6 files changed, 16 insertions(+), 30 deletions(-)

-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ