diff mbox series

[v10,7/8] .gitignore: add ZSTD-compressed files

Message ID 20200730190841.2071656-8-nickrterrell@gmail.com (mailing list archive)
State New, archived
Headers show
Series Add support for ZSTD-compressed kernel and initramfs | expand

Commit Message

Nick Terrell July 30, 2020, 7:08 p.m. UTC
From: Adam Borowski <kilobyte@angband.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@gmail.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Nick Terrell <terrelln@fb.com>
Signed-off-by: Adam Borowski <kilobyte@angband.pl>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Ingo Molnar July 31, 2020, 9:50 a.m. UTC | #1
* Nick Terrell <nickrterrell@gmail.com> wrote:

> From: Adam Borowski <kilobyte@angband.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@gmail.com>
> Reviewed-by: Kees Cook <keescook@chromium.org>
> Signed-off-by: Nick Terrell <terrelln@fb.com>
> Signed-off-by: Adam Borowski <kilobyte@angband.pl>

I presume Adam Borowski's Signed-off-by was intended to be added as 
the first entry of the SOB chain?

I've added it, please let me know if that's not OK.

Thanks,

	Ingo
Nick Terrell July 31, 2020, 5:17 p.m. UTC | #2
> On Jul 31, 2020, at 2:50 AM, Ingo Molnar <mingo@kernel.org> wrote:
> 
> 
> * Nick Terrell <nickrterrell@gmail.com> wrote:
> 
>> From: Adam Borowski <kilobyte@angband.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@gmail.com>
>> Reviewed-by: Kees Cook <keescook@chromium.org>
>> Signed-off-by: Nick Terrell <terrelln@fb.com>
>> Signed-off-by: Adam Borowski <kilobyte@angband.pl>
> 
> I presume Adam Borowski's Signed-off-by was intended to be added as 
> the first entry of the SOB chain?
> 
> I've added it, please let me know if that's not OK.

Yeah, it was. If a new version is needed I will update it.
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index d5f4804ed07c..162bd2b67bdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,7 @@ 
 *.tab.[ch]
 *.tar
 *.xz
+*.zst
 Module.symvers
 modules.builtin
 modules.order