Re: [PATCH v10 4/8] usr: add support for zstd compressed initramfs

2020-08-04 Thread Adam Borowski
On Tue, Aug 04, 2020 at 09:25:23AM +0200, Sedat Dilek wrote: > On Tue, Aug 4, 2020 at 8:52 AM Geert Uytterhoeven > wrote: > > On Thu, Jul 30, 2020 at 9:13 PM Nick Terrell wrote: > > > From: Nick Terrell > > > * Add support for a zstd compressed initramfs. > > > * Add compression for compressing

Re: [PATCH v10 4/8] usr: add support for zstd compressed initramfs

2020-08-04 Thread Sedat Dilek
On Tue, Aug 4, 2020 at 8:52 AM Geert Uytterhoeven wrote: > > Hi Nick, > > On Thu, Jul 30, 2020 at 9:13 PM Nick Terrell wrote: > > From: Nick Terrell > > > > * Add support for a zstd compressed initramfs. > > * Add compression for compressing built-in initramfs with zstd. > > > > I have tested th

Re: [PATCH v10 4/8] usr: add support for zstd compressed initramfs

2020-08-03 Thread Geert Uytterhoeven
Hi Nick, On Thu, Jul 30, 2020 at 9:13 PM Nick Terrell wrote: > From: Nick Terrell > > * Add support for a zstd compressed initramfs. > * Add compression for compressing built-in initramfs with zstd. > > I have tested this patch by boot testing with buildroot and QEMU. > Specifically, I booted th

[PATCH v10 4/8] usr: add support for zstd compressed initramfs

2020-07-30 Thread Nick Terrell
From: Nick Terrell * Add support for a zstd compressed initramfs. * Add compression for compressing built-in initramfs with zstd. I have tested this patch by boot testing with buildroot and QEMU. Specifically, I booted the kernel with both a zstd and gzip compressed initramfs, both built into th