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, 30 Jul 2020 18:13:25 +0000
From:   Nick Terrell <terrelln@...com>
To:     Masahiro Yamada <masahiroy@...nel.org>
CC:     Nick Terrell <nickrterrell@...il.com>,
        Borislav Petkov <bp@...en8.de>,
        Thomas Gleixner <tglx@...utronix.de>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Chris Mason <clm@...com>,
        "Linux Kbuild mailing list" <linux-kbuild@...r.kernel.org>,
        X86 ML <x86@...nel.org>,
        "Greg Kroah-Hartman" <gregkh@...uxfoundation.org>,
        Petr Malat <oss@...at.biz>,
        "Kees Cook" <keescook@...omium.org>,
        Kernel Team <Kernel-team@...com>,
        Adam Borowski <kilobyte@...band.pl>,
        Patrick Williams <patrickw3@...com>,
        "Michael van der Westhuizen" <rmikey@...com>,
        Ingo Molnar <mingo@...nel.org>,
        Patrick Williams <patrick@...cx.xyz>,
        Sedat Dilek <sedat.dilek@...il.com>,
        Norbert Lange <nolange79@...il.com>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Alex Xu <alex_y_xu@...oo.ca>,
        Arvind Sankar <nivedita@...m.mit.edu>
Subject: Re: [PATCH v9 7/7] .gitignore: add ZSTD-compressed files



> On Jul 27, 2020, at 6:53 PM, Masahiro Yamada <masahiroy@...nel.org> wrote:
> 
> On Tue, Jul 28, 2020 at 8:11 AM Nick Terrell <nickrterrell@...il.com> wrote:
>> 
>> From: Adam Borowski <kilobyte@...band.pl>
>> 
>> 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.
>> 
>> Tested-by: Sedat Dilek <sedat.dilek@...il.com>
>> Reviewed-by: Kees Cook <keescook@...omium.org>
>> Signed-off-by: Nick Terrell <terrelln@...com>
>> Signed-off-by: Adam Borowski <kilobyte@...band.pl>
>> ---
>> .gitignore | 1 +
>> 1 file changed, 1 insertion(+)
>> 
>> diff --git a/.gitignore b/.gitignore
>> index d5f4804ed07c..162bd2b67bdf 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@ -44,6 +44,7 @@
>> *.tab.[ch]
>> *.tar
>> *.xz
>> +*.zst
> 
> 
> If you have any chance to update this,
> please remember to add '*.zst' to
> Documentation/dontdiff as well.

Thanks for pointing that out! I’m putting up a new version with that included.

Best,
Nick

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ