public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] makedumpfile: few ARM fixes
@ 2010-11-08  7:59 Mika Westerberg
  2010-11-08  7:59 ` [PATCH v2 1/2] ARM: determine PAGE_OFFSET from _stext Mika Westerberg
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mika Westerberg @ 2010-11-08  7:59 UTC (permalink / raw)
  To: igawa; +Cc: kexec, Mika Westerberg

Hi,

While using makedumpfile on ARM I found few issues from the current
implementation. Basically the current implementation only works on
3G/1G VM split but not others.

These patches should make makedumpfile on ARM to work on other VM
split values as well. I've tested with 1G/3G, 2G/2G, 3G/1G, and
VMSPLIT_3G_OPT (2.7G/1.3G).

Changes to previous version:
	- removed any references to vmalloc_start as per review comments

This version still allows users to use '--vtop' option to perform V->P
translations via page tables.

Regards,
MW

Mika Westerberg (2):
  ARM: determine PAGE_OFFSET from _stext
  ARM: don't depend on vmalloc_start

 arm.c          |   50 +++++++++-----------------------------------------
 makedumpfile.h |    1 -
 2 files changed, 9 insertions(+), 42 deletions(-)


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

end of thread, other threads:[~2010-11-09  2:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-08  7:59 [PATCH v2 0/2] makedumpfile: few ARM fixes Mika Westerberg
2010-11-08  7:59 ` [PATCH v2 1/2] ARM: determine PAGE_OFFSET from _stext Mika Westerberg
2010-11-08  7:59 ` [PATCH v2 2/2] ARM: don't depend on vmalloc_start Mika Westerberg
2010-11-09  2:51 ` [PATCH v2 0/2] makedumpfile: few ARM fixes Masayuki Igawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox