Re: [PATCH v8 3/7] init: add support for zstd compressed kernel

2020-07-24 Thread Randy Dunlap
On 7/24/20 5:17 AM, Ingo Molnar wrote: > > * Randy Dunlap wrote: > >> On 7/23/20 12:27 PM, Nick Terrell wrote: >>> +config KERNEL_ZSTD >>> + bool "ZSTD" >>> + depends on HAVE_KERNEL_ZSTD >>> + help >>> + ZSTD is a compression algorithm targeting intermediate compression >>> + with

Re: [PATCH v8 3/7] init: add support for zstd compressed kernel

2020-07-24 Thread Ingo Molnar
* Randy Dunlap wrote: > On 7/23/20 12:27 PM, Nick Terrell wrote: > > +config KERNEL_ZSTD > > + bool "ZSTD" > > + depends on HAVE_KERNEL_ZSTD > > + help > > + ZSTD is a compression algorithm targeting intermediate compression > > + with fast decompression speed. It will compress be

Re: [PATCH v8 3/7] init: add support for zstd compressed kernel

2020-07-23 Thread Randy Dunlap
On 7/23/20 12:27 PM, Nick Terrell wrote: > +config KERNEL_ZSTD > + bool "ZSTD" > + depends on HAVE_KERNEL_ZSTD > + help > + ZSTD is a compression algorithm targeting intermediate compression > + with fast decompression speed. It will compress better than GZIP and > + d