[RFC] cell: saving spus information for kexec crash

Arnd Bergmann arnd at arndb.de
Sat May 12 03:48:12 EST 2007


On Friday 11 May 2007, Anton Blanchard wrote:

> > This patch adds support for investigating spus information after a
> > kernel crash event, through kdump vmcore file.
> > Implementation is based on xmon code, but the new functionality was
> > kept independent.
> 
> This brings up a point: it looks like kdump doesnt capture the FP and
> altivec regs. Could be important for some bugs.

Yes, and there are more things that might be worth adding:

- SLB contents (as noticed by Luke Browning)
- some SPRs
- state of some device drivers

We have briefly discussed the idea of having generic notifiers into
which arbitrary subsystems can register, but unless we have more than
one or two users, it's probably not worth it.

> This brings up yet another point, it looks like our userspace core dumps
> dont capture altivec or SPU state.

Actually, the userspace core dumps do capture the SPU state as of 2.6.21,
thanks to the work of Dwayne McConnell :-)

	Arnd <><



More information about the Linuxppc-dev mailing list