RE: [PATCH v2] pstore: add lzo/lz4 compression support

2016-05-02 Thread Luck, Tony
> Tony, should I take over the pstore tree? Do you have any testing > procedures I could use? My testing is rather manual at the moment. Kees, Sure - I seem to be bad about keeping track of stuff here. I don't have any good tests ... just manually crash a machine and make sure things show up in

Re: [PATCH v2] pstore: add lzo/lz4 compression support

2016-05-02 Thread Kees Cook
On Fri, Apr 29, 2016 at 7:26 PM, Geliang Tang wrote: > On Thu, Feb 18, 2016 at 09:37:26AM -0800, Kees Cook wrote: >> On Thu, Feb 18, 2016 at 6:04 AM, Geliang Tang wrote: >> > Like zlib compression in pstore, this patch added lzo and lz4 >> > compression support so that users can have more options

Re: [PATCH v2] pstore: add lzo/lz4 compression support

2016-04-29 Thread Geliang Tang
On Thu, Feb 18, 2016 at 09:37:26AM -0800, Kees Cook wrote: > On Thu, Feb 18, 2016 at 6:04 AM, Geliang Tang wrote: > > Like zlib compression in pstore, this patch added lzo and lz4 > > compression support so that users can have more options and better > > compression ratio. > > > > The original cod

Re: [PATCH v2] pstore: add lzo/lz4 compression support

2016-02-18 Thread Kees Cook
On Thu, Feb 18, 2016 at 6:04 AM, Geliang Tang wrote: > Like zlib compression in pstore, this patch added lzo and lz4 > compression support so that users can have more options and better > compression ratio. > > The original code treats the compressed data together with the > uncompressed ECC corre