linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] makedumpfile: add support for ARM crashdumps
@ 2010-06-22  6:59 Mika Westerberg
  2010-06-22  6:59 ` [PATCH 1/3] use ARCH_PFN_OFFSET for pfn_to_paddr/paddr_to_pfn translations Mika Westerberg
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Mika Westerberg @ 2010-06-22  6:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This series adds support for ARM kernel crashdumps to makedumpfile. Although,
kernel support is not yet in mainline, I think that it doesn't hurt to have
necessary userspace tools available when that happens.

If someone wants to try, kernel patches can be found:
	http://lists.infradead.org/pipermail/linux-arm-kernel/2010-May/014230.html

and kexec-tools already contain ARM crashdump support.

Regards,
MW

Mika Westerberg (3):
  use ARCH_PFN_OFFSET for pfn_to_paddr/paddr_to_pfn translations
  page_to_pfn(): use ULONGLONG_MAX to for invalid pfn
  add ARM crashdump support

 Makefile       |    4 +-
 arm.c          |  200 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 makedumpfile.c |    7 +-
 makedumpfile.h |   43 ++++++++++++-
 4 files changed, 247 insertions(+), 7 deletions(-)
 create mode 100644 arm.c

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

end of thread, other threads:[~2010-06-28  5:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-22  6:59 [PATCH 0/3] makedumpfile: add support for ARM crashdumps Mika Westerberg
2010-06-22  6:59 ` [PATCH 1/3] use ARCH_PFN_OFFSET for pfn_to_paddr/paddr_to_pfn translations Mika Westerberg
2010-06-22  6:59 ` [PATCH 2/3] page_to_pfn(): use ULONGLONG_MAX to for invalid pfn Mika Westerberg
2010-06-22  6:59 ` [PATCH 3/3] add ARM crashdump support Mika Westerberg
2010-06-24  7:33   ` Masayuki Igawa
2010-06-24  8:19     ` Mika Westerberg
2010-06-24 23:31       ` Masayuki Igawa
2010-06-25  7:05         ` Masayuki Igawa
2010-06-28  5:14           ` Mika Westerberg
2010-06-28  5:25             ` Masayuki Igawa
2010-06-22  7:40 ` [PATCH 0/3] makedumpfile: add support for ARM crashdumps Masayuki Igawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).