On 11/15/11 19:50, Dave Anderson wrote:
----- Original Message -----
> 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-November/093933.html
>
> You need upstream git snapshot of kexec-tools for kdump support on
> PPC440x.
>
> Patches are based on crash-6.0.0
>
> ---
>
> Suzuki K. Poulose (4):
> [ppc] Enable stack frame display for KDUMP
> [ppc][netdump] Read registers from ELF note
> [ppc] Function to print the PPC register set
> Support PPC32 Core analysis on PPC64 Host
>
>
> configure.c | 11 ++++
> netdump.c | 77 +++++++++++++++++++++++++++++
> ppc.c | 156
> +++++++++++++++++++++++++++++++++++++++++++++++------------
> 3 files changed, 211 insertions(+), 33 deletions(-)
Hello Suzuki,
Your patch-set looks good, but it collides with this ppc patch
from Toshikazu Nakayama, which is queued for crash-6.0.1:
[Crash-utility] Updating PPC
https://www.redhat.com/archives/crash-utility/2011-October/msg00119.html
Can you please repost your patch against this interim source set:
http://people.redhat.com/anderson/crash-6.0.1rc9.tar.gz
Hi Dave,
Sure, I will rebase my patches to the above source.
Thanks
Suzuki