From: Ian Campbell Date: Wed, 2 May 2007 17:27:09 +0000 (+0200) Subject: [PATCH] i386: Allow i386 crash kernels to handle x86_64 dumps X-Git-Tag: v2.6.22-rc1~1011^2~149 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79e030114a8d97a1dcd593ab84fb986f8c91c536;p=pandora-kernel.git [PATCH] i386: Allow i386 crash kernels to handle x86_64 dumps The specific case I am encountering is kdump under Xen with a 64 bit hypervisor and 32 bit kernel/userspace. The dump created is 64 bit due to the hypervisor but the dump kernel is 32 bit for maximum compatibility. It's possibly less likely to be useful in a purely native scenario but I see no reason to disallow it. [akpm@linux-foundation.org: build fix] Signed-off-by: Ian Campbell Signed-off-by: Andi Kleen Acked-by: Vivek Goyal Cc: Horms Cc: Magnus Damm Cc: "Eric W. Biederman" Cc: Andi Kleen Signed-off-by: Andrew Morton --- Reading git-diff-tree failed