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>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 1 Mar 2021 00:22:06 +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.12-rc1

Hi Linus,

Please pull some Kbuild fixes.
Thanks.



The following changes since commit 3fb6d0e00efc958d01c2f109c8453033a2d96796:

  Merge tag 'docs-5.12-2' of git://git.lwn.net/linux (2021-02-26 14:21:18 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 207da4c82ade9a6d59f7e794d737ba0748613fa2:

  kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL again
(2021-02-28 15:23:48 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.12

 - Fix UNUSED_KSYMS_WHITELIST for Clang LTO

 - Make -s builds really silent irrespective of V= option

 - Fix build error when SUBLEVEL or PATCHLEVEL is empty

----------------------------------------------------------------
Arnd Bergmann (1):
      kbuild: lto: add _mcount to list of used symbols

Masahiro Yamada (5):
      kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTO
      kbuild: do not include include/config/auto.conf from adjust_autoksyms.sh
      ia64: remove redundant READELF from arch/ia64/Makefile
      kbuild: make -s option take precedence over V=1
      kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL again

 Makefile                        |  7 +++++--
 arch/ia64/Makefile              |  1 -
 init/Kconfig                    |  1 -
 scripts/adjust_autoksyms.sh     |  3 ---
 scripts/gen_autoksyms.sh        | 35 ++++++++++++++++++++++++++---------
 scripts/lto-used-symbollist.txt |  5 -----
 6 files changed, 31 insertions(+), 21 deletions(-)
 delete mode 100644 scripts/lto-used-symbollist.txt


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ