From: Aruna Balakrishnaiah Date: Wed, 5 Jun 2013 18:51:05 +0000 (+0530) Subject: powerpc/pseries: Add version and timestamp to oops header X-Git-Tag: v3.11-rc1~94^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f70e1f72179f7afe02f4131ed15da406f93e0d;p=pandora-kernel.git powerpc/pseries: Add version and timestamp to oops header Introduce version and timestamp information in the oops header. oops_log_info (oops header) holds version (to distinguish between old and new format oops header), length of the oops text (compressed or uncompressed) and timestamp. The version field will sit in the same place as the length in old headers. version is assigned 5000 (greater than oops partition size) so that existing tools will refuse to dump new style partitions as the length is too large. The updated tools will work with both old and new format headers. Signed-off-by: Aruna Balakrishnaiah Reviewed-by: Jim Keniston Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed