[PATCH v2 0/3] Nvram-to-pstore: compression support for oops data

2013-06-27 Thread Aruna Balakrishnaiah
Changes from v1: - Add header size argument in the pstore write callback instead of a separate API to return header size. The patchset takes care of compressing oops messages while writing to NVRAM, so that more oops data can be captured in the given space.

Re: [PATCH v2 0/3] Nvram-to-pstore: compression support for oops data

2013-06-27 Thread Kees Cook
On Thu, Jun 27, 2013 at 1:32 AM, Aruna Balakrishnaiah ar...@linux.vnet.ibm.com wrote: Changes from v1: - Add header size argument in the pstore write callback instead of a separate API to return header size. The patchset takes care of compressing oops messages