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:   Sun, 12 Jun 2022 04:39:16 +0900
From:   Masahiro Yamada <masahiroy@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Nick Desaulniers <ndesaulniers@...gle.com>,
        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.19-rc2

Hello Linus,

Please pull Kbuild fixes.
Thank you.




The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -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.19

for you to fetch changes up to 1f7a6cf6b07c74a17343c2559cd5f5018a245961:

  scripts/gdb: change kernel config dumping method (2022-06-11 18:31:53 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.19

 - Make the *.mod build rule portable for POSIX awk

 - Fix regression of 'make nsdeps'

 - Make scripts/check-local-export working for older bash versions

 - Fix scripts/gdb to extract the .config data from vmlinux

----------------------------------------------------------------
Kevin Locke (1):
      kbuild: avoid regex RS for POSIX awk

Kuan-Ying Lee (1):
      scripts/gdb: change kernel config dumping method

Masahiro Yamada (2):
      scripts/nsdeps: adjust to the format change of *.mod files
      scripts/check-local-export: avoid 'wait $!' for process substitution

 Documentation/process/changes.rst | 12 ++++++++++++
 scripts/Makefile.build            |  4 ++--
 scripts/check-local-export        | 36 +++++++++++++++++++++---------------
 scripts/gdb/linux/config.py       |  6 +++---
 scripts/nsdeps                    |  5 ++---
 5 files changed, 40 insertions(+), 23 deletions(-)


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ