All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] crash utility - add ARM support
@ 2010-08-26 12:02 ` Mika Westerberg
  0 siblings, 0 replies; 14+ messages in thread
From: Mika Westerberg @ 2010-08-26 12:02 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Dave,

This series brings ARM support for the crash utility. This is the result of
collaboration work with Nokia and SonyEricsson. Basically we combined our
versions of the code. Previous version of the patches can be found here:

	http://lists.infradead.org/pipermail/linux-arm-kernel/2010-June/019188.html

We tried to keep any ARM specific changes isolated with #ifdefs and similar so
that it should not cause any problems with other archs.

In this series:
	o crash can be build as native ARM binary or "cross" version running on
	  x86 host (make target=ARM to build "cross" version)
	o supports kdump, diskdump and /dev/mem (live system)
	o stack unwinding with both framepointers and ARM unwind tables
	o most of the arch specific code is implemented

The patches apply on top of crash 5.0.6 sources.

Best regards,
MW

Jan Karlsson (1):
  crash: update IRQ flags

Mika Westerberg (5):
  configure/Makefile: add support for ARM targets
  crash: add support for ARM kernel image
  crash/diskdump: add ARM support
  crash/kdump: add ARM support
  crash: add ARM crashdump support

 Makefile            |   30 +-
 arm.c               | 1741 +++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.c         |   32 +-
 defs.h              |  245 +++++++-
 diskdump.c          |   42 ++-
 kernel.c            |    3 +-
 lkcd_vmdump_v2_v3.h |    4 +-
 netdump.c           |  115 ++++
 symbols.c           |   15 +-
 unwind_arm.c        |  697 +++++++++++++++++++++
 10 files changed, 2902 insertions(+), 22 deletions(-)
 create mode 100644 arm.c
 create mode 100644 unwind_arm.c

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-08-26 12:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-26 12:02 [PATCH v2 0/6] crash utility - add ARM support Mika Westerberg
2010-08-26 12:02 ` Mika Westerberg
2010-08-26 12:02 ` [PATCH v2 1/6] crash: update IRQ flags Mika Westerberg
2010-08-26 12:02   ` Mika Westerberg
2010-08-26 12:02 ` [PATCH v2 2/6] configure/Makefile: add support for ARM targets Mika Westerberg
2010-08-26 12:02   ` Mika Westerberg
2010-08-26 12:02 ` [PATCH v2 3/6] crash: add support for ARM kernel image Mika Westerberg
2010-08-26 12:02   ` Mika Westerberg
2010-08-26 12:02 ` [PATCH v2 4/6] crash/diskdump: add ARM support Mika Westerberg
2010-08-26 12:02   ` Mika Westerberg
2010-08-26 12:02 ` [PATCH v2 5/6] crash/kdump: " Mika Westerberg
2010-08-26 12:02   ` Mika Westerberg
2010-08-26 12:02 ` [PATCH v2 6/6] crash: add ARM crashdump support Mika Westerberg
2010-08-26 12:02   ` Mika Westerberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.