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-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNATS33-TfoGajRCT3nAAZ+AcfVmO4GorxRTNPk9z8mBcHA@mail.gmail.com>
Date:   Wed, 22 Jan 2020 00:59:54 +0900
From:   Masahiro Yamada <masahiroy@...nel.org>
To:     Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Cc:     Andrew Morton <akpm@...ux-foundation.org>,
        Greg Thelen <gthelen@...gle.com>,
        Mauro Carvalho Chehab <mchehab+samsung@...nel.org>,
        Sam Ravnborg <sam@...nborg.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 00/13] initramfs: a lot of cleanups

On Sun, Jan 5, 2020 at 12:03 AM Masahiro Yamada <masahiroy@...nel.org> wrote:
>
>
>
> Masahiro Yamada (13):
>   initramfs: replace klibcdirs in Makefile with FORCE
>   gen_initramfs_list.sh: remove unused variable 'default_list'
>   gen_initramfs_list.sh: fix the tool name in the comment
>   initramfs: rename gen_initramfs_list.sh to gen_initramfs.sh
>   initramfs: remove redundant dependency on BLK_DEV_INITRD
>   initramfs: make compression options not depend on INITRAMFS_SOURCE
>   initramfs: make initramfs compression choice non-optional
>   initramfs: specify $(src)/gen_initramfs.sh as a prerequisite in
>     Makefile
>   initramfs: generate dependency list and cpio at the same time
>   initramfs: add default_cpio_list, and delete -d option support
>   gen_initramfs.sh: always output cpio even without -o option
>   initramfs: refactor the initramfs build rules
>   gen_initramfs.sh: remove intermediate cpio_list on errors

All, applied to linux-kbuild.


>  usr/.gitignore                                |   8 +-
>  usr/Kconfig                                   |  26 ---
>  usr/Makefile                                  |  97 ++++++----
>  usr/default_cpio_list                         |   6 +
>  ...gen_initramfs_list.sh => gen_initramfs.sh} | 167 +++++-------------
>  usr/initramfs_data.S                          |   5 +-
>  6 files changed, 112 insertions(+), 197 deletions(-)
>  create mode 100644 usr/default_cpio_list
>  rename usr/{gen_initramfs_list.sh => gen_initramfs.sh} (53%)
>
> --
> 2.17.1
>


--
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ