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]
Message-ID: <CAK7LNARS3S3vfT0eu94FnK9kkHHTSeKs8KZNLcu8-oVzFtyuvw@mail.gmail.com>
Date:   Sun, 6 Nov 2022 19:12:02 +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 v6.1-rc4

Hello Linus,

Please pull Kbuild fixes.
Thanks.




The following changes since commit 247f34f7b80357943234f93f247a1ae6b6c3a740:

  Linux 6.1-rc2 (2022-10-23 15:27:33 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v6.1-2

for you to fetch changes up to 7a263a0402561035199cd9049baadb908a92b6b4:

  kconfig: fix segmentation fault in menuconfig search (2022-11-02
17:32:05 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.1 (2nd)

 - Use POSIX-compatible grep option.

 - Document git-related tips for reproducible builds.

 - Fix a typo in the modpost rule.

 - Suppress SIGPIPE error message from gcc-ar and llvm-ar.

 - Fix segmentation fault in the menuconfig search.

----------------------------------------------------------------
Dan Li (1):
      Documentation: kbuild: Add description of git for reproducible builds

Masahiro Yamada (2):
      kbuild: fix SIGPIPE error message for AR=gcc-ar and AR=llvm-ar
      kconfig: fix segmentation fault in menuconfig search

Stefan Hansson (1):
      kbuild: use POSIX-compatible grep option

Will McVicker (1):
      kbuild: fix typo in modpost

 Documentation/kbuild/reproducible-builds.rst | 10 ++++++++++
 Makefile                                     |  2 +-
 scripts/Makefile.modpost                     |  2 +-
 scripts/kconfig/menu.c                       | 23 ++++-------------------
 4 files changed, 16 insertions(+), 21 deletions(-)


--
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ