The following series implements the kdump core analysis support
for PPC32. I have posted the KDUMP kernel support patches for PPC440x
here :
http://lists.ozlabs.org/pipermail/linuxppc-dev/2011-December/094994.html
You need upstream git snapshot of kexec-tools for kdump support on PPC440x.
These patches are based on crash-6.0.2
Changes since V2:
* Fixed Makefile and gdb-7.3.1.patch to not add -m64 to CFLAGS when
building for PPC on PPC64
* Fixed compiler warnings and errors.
TODO:
* Fix vmalloc address translations for BookE. I will send a separate patch
for this one.
---
Suzuki K. Poulose (4):
[ppc] Fix miscellaneous compiler warnings
[ppc] Enable stack trace display for KDUMP cores
[ppc][netdump] Read register set from ELF note for PPC32
[ppc] Support PPC32 Core analysis on PPC64
Makefile | 6 +--
configure.c | 14 ++++++-
gdb-7.3.1.patch | 4 +-
netdump.c | 77 ++++++++++++++++++++++++++++++++++++
ppc.c | 118 +++++++++++++++++++++++++++++++++++++------------------
5 files changed, 174 insertions(+), 45 deletions(-)
--
Suzuki K. Poulose