commit | 45b33eb2e70cd44f41abf1058a92659cb4315011 | [log] [tgz] |
---|---|---|
author | Laurent Dufour <ldufour@linux.vnet.ibm.com> | Fri Jul 25 17:07:49 2014 +0200 |
committer | Simon Horman <horms@verge.net.au> | Mon Sep 01 09:57:58 2014 +0900 |
tree | f58964d61918f0f99bb5faa7b7fcbf00d5a437cd | |
parent | 046d1755d2bd723a11a180c265e61a884990712e [diff] |
ppc64/kdump: Fix ELF header endianess The ELF header created among the loading of the kdump kernel should be flagged using the current endianess and not always as big endian. Without this patch the data exposed in /proc/vmcore are not readable when running in LE mode. Signed-off-by: Laurent Dufour <ldufour@linux.vnet.ibm.com> Signed-off-by: Simon Horman <horms@verge.net.au>