commit | adb42f5e105502aff2fc4518b16ba79c203fae4f | [log] [tgz] |
---|---|---|
author | Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com> | Fri Aug 16 13:53:28 2013 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Mon Aug 19 11:53:20 2013 -0700 |
tree | b600e1292775e66dcbcc9f2d5a02ab4bf0a9372a | |
parent | 9a4e1398208d147a9240731a1f8cfe7d8cc4c553 [diff] |
pstore: Add decompression support to pstore Based on the flag 'compressed' set or not, pstore will decompress the data returning a plain text file. If decompression fails for a particular record it will have the compressed data in the file which can be decompressed with 'openssl' command line tool. Signed-off-by: Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Tony Luck <tony.luck@intel.com>