[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNATHBfYHXoz5=b8hc7c61JeZP6UiJjOX3r+S3WHRwnUm6g@mail.gmail.com>
Date: Tue, 28 Jul 2020 10:53:20 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Nick Terrell <nickrterrell@...il.com>
Cc: 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>, 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>,
Nick Terrell <terrelln@...com>
Subject: Re: [PATCH v9 7/7] .gitignore: add ZSTD-compressed files
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.
> Module.symvers
> modules.builtin
> modules.order
> --
> 2.27.0
>
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists