On Tue, Jul 28, 2020 at 8:11 AM Nick Terrell <[email protected]> wrote: > > From: Adam Borowski <[email protected]> > > 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 <[email protected]> > Reviewed-by: Kees Cook <[email protected]> > Signed-off-by: Nick Terrell <[email protected]> > Signed-off-by: Adam Borowski <[email protected]> > --- > .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

