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:   Fri, 27 May 2022 19:01:47 +0900
From:   Masahiro Yamada <masahiroy@...nel.org>
To:     linux-kbuild@...r.kernel.org
Cc:     linux-kernel@...r.kernel.org,
        Peter Zijlstra <peterz@...radead.org>,
        Josh Poimboeuf <jpoimboe@...hat.com>, llvm@...ts.linux.dev,
        Helge Deller <deller@....de>, linux-parisc@...r.kernel.org,
        Masahiro Yamada <masahiroy@...nel.org>,
        "James E.J. Bottomley" <James.Bottomley@...senPartnership.com>,
        Michal Marek <michal.lkml@...kovi.net>,
        Nathan Chancellor <nathan@...nel.org>,
        Nick Desaulniers <ndesaulniers@...gle.com>,
        Tom Rix <trix@...hat.com>
Subject: [PATCH v7 0/8] kbuild: yet another series of cleanups


A couple errors have been reported since I applied v6.

I am sending v7.


Masahiro Yamada (8):
  kbuild: replace $(linked-object) with CONFIG options
  kbuild: do not create *.prelink.o for Clang LTO or IBT
  parisc: fix the exit status of arch/parisc/nm
  kbuild: check static EXPORT_SYMBOL* by script instead of modpost
  kbuild: make built-in.a rule robust against too long argument error
  kbuild: make *.mod rule robust against too long argument error
  kbuild: add cmd_and_savecmd macro
  kbuild: rebuild multi-object modules when objtool is updated

 arch/parisc/Makefile       |  2 +-
 arch/parisc/nm             | 12 +++++-
 scripts/Kbuild.include     | 10 ++++-
 scripts/Makefile.build     | 87 +++++++++++++++++---------------------
 scripts/Makefile.lib       |  7 ---
 scripts/Makefile.modfinal  |  5 +--
 scripts/Makefile.modpost   |  9 +---
 scripts/check-local-export | 65 ++++++++++++++++++++++++++++
 scripts/mod/modpost.c      | 35 +--------------
 9 files changed, 128 insertions(+), 104 deletions(-)
 mode change 100644 => 100755 arch/parisc/nm
 create mode 100755 scripts/check-local-export

-- 
2.32.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ