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]
Date:   Thu, 19 Mar 2020 01:36:17 +0000
From:   Nick Terrell <terrelln@...com>
To:     Adam Borowski <kilobyte@...band.pl>
CC:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        Chris Mason <clm@...com>,
        "linux-kbuild@...r.kernel.org" <linux-kbuild@...r.kernel.org>,
        "x86@...nel.org" <x86@...nel.org>,
        "gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
        Petr Malat <oss@...at.biz>, Kees Cook <keescook@...omium.org>,
        Kernel Team <Kernel-team@...com>,
        Nick Terrell <nickrterrell@...il.com>,
        Patrick Williams <patrickw3@...com>,
        "Michael van der Westhuizen" <rmikey@...com>,
        "mingo@...nel.org" <mingo@...nel.org>
Subject: Re: [PATCH v2 8/7] .gitignore: add ZSTD-compressed files



> On Mar 18, 2020, at 6:00 PM, Adam Borowski <kilobyte@...band.pl> wrote:
> 
> For now, that's arch/x86/boot/compressed/vmlinux.bin.zst but probably more
> will come, thus let's be consistent with all other compressors.

Thanks for the review, I will include that in v3 tomorrow!

> Signed-off-by: Adam Borowski <kilobyte@...band.pl>
> ---
> Otherwise, "git status" will complain.
> 
> 
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 72ef86a5570d..edb0191c294f 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -43,6 +43,7 @@
> *.tab.[ch]
> *.tar
> *.xz
> +*.zst
> Module.symvers
> modules.builtin
> modules.order
> -- 
> 2.26.0.rc2
> 

Powered by blists - more mailing lists