Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] PPC64: Add virtual to physical address translation support for vmalloc region
@ 2014-08-08 13:23 Hari Bathini
  2014-08-08 13:23 ` [PATCH v3 1/2] makedumpfile: Initialize for vmalloc address translation support in PPC64 arch Hari Bathini
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hari Bathini @ 2014-08-08 13:23 UTC (permalink / raw)
  To: Kexec-ml, Tachibana-san, Atsushi Kumagai, Ken'ichi

In makedumpfile tool, currently there is no support for virtual to physical
address translation of vmalloc region  on PPC64 architecture. These patches
add this support.  The patches have been tested by  erasing data in vmalloc
region, verfying for eraseinfo in the resultant ELF dump and verifiying the
resultant ELF dump for sanity using crash utility. Also, tested the patches
successfully with eppic scripts.

Changes in v3:
Added the buffer to read page tables in DumpInfo structure and freeing it
before exiting the tool

---

Hari Bathini (2):
      makedumpfile: Initialize for vmalloc address translation support in PPC64 arch
      makedumpfile: vtop address translation support for vmalloc region in PPC64 arch


 arch/ppc64.c   |  170 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
 makedumpfile.c |    9 +++
 makedumpfile.h |   83 +++++++++++++++++++++++++++
 3 files changed, 249 insertions(+), 13 deletions(-)

-- 
- Hari


_______________________________________________
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:[~2014-08-13 10:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-08 13:23 [PATCH v3 0/2] PPC64: Add virtual to physical address translation support for vmalloc region Hari Bathini
2014-08-08 13:23 ` [PATCH v3 1/2] makedumpfile: Initialize for vmalloc address translation support in PPC64 arch Hari Bathini
2014-08-08 13:23 ` [PATCH v3 2/2] makedumpfile: vtop address translation support for vmalloc region " Hari Bathini
2014-08-13 10:29 ` [PATCH v3 0/2] PPC64: Add virtual to physical address translation support for vmalloc region Atsushi Kumagai

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