Re: [PATCH] Fix flags for initramfs LZ4 compression

2014-02-18 Thread Kyungsik Lee
Hello, On Tue, Feb 18, 2014 at 04:08:56PM -0800, Andrew Morton wrote: > On Sat, 15 Feb 2014 18:14:57 -0500 "Daniel M. Weeks" > wrote: > > > LZ4 as implemented in the kernel differs from the default method now > > used by the reference implementation of LZ4. Until the in-kernel method > > is upd

Re: [PATCH] Fix flags for initramfs LZ4 compression

2014-02-18 Thread Andrew Morton
On Sat, 15 Feb 2014 18:14:57 -0500 "Daniel M. Weeks" wrote: > LZ4 as implemented in the kernel differs from the default method now > used by the reference implementation of LZ4. Until the in-kernel method > is updated to support the new default, passing the legacy flag (-l) to > the compressor is

Re: [PATCH] Fix flags for initramfs LZ4 compression

2014-02-18 Thread Andrew Morton
On Sat, 15 Feb 2014 18:14:57 -0500 "Daniel M. Weeks" wrote: > LZ4 as implemented in the kernel differs from the default method now > used by the reference implementation of LZ4. Until the in-kernel method > is updated to support the new default, passing the legacy flag (-l) to > the compressor is

[PATCH] Fix flags for initramfs LZ4 compression

2014-02-15 Thread Daniel M. Weeks
LZ4 as implemented in the kernel differs from the default method now used by the reference implementation of LZ4. Until the in-kernel method is updated to support the new default, passing the legacy flag (-l) to the compressor is necessary. Without this flag the kernel-generated, LZ4-compressed ini