From: Aruna Balakrishnaiah Date: Fri, 16 Aug 2013 20:53:49 +0000 (-0700) Subject: powerpc/pseries: Read and write to the 'compressed' flag of pstore X-Git-Tag: v3.12-rc1~172^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40594264bd622e0865a981f14b98d9e09bc50b14;p=pandora-kernel.git powerpc/pseries: Read and write to the 'compressed' flag of pstore If data returned from pstore is compressed, nvram's write callback will add a flag ERR_TYPE_KERNEL_PANIC_GZ indicating the data is compressed while writing to nvram. If the data read from nvram is compressed, nvram's read callback will set the flag 'compressed'. The patch adds backward compatibilty with old format oops header when reading from pstore. Signed-off-by: Aruna Balakrishnaiah Reviewed-by: Kees Cook Signed-off-by: Tony Luck --- Reading git-diff-tree failed