[Crash-utility] [PATCH v3 0/3] vmalloc translation support for PPC

Suzuki K. Poulose suzuki at in.ibm.com
Mon Feb 13 06:54:02 UTC 2012


The following series implements :

 * An infrastructure for platform based vmalloc translation for PPC32
 * vmalloc translation support for PPC44x

Changes since V2:

 * Rebased to crash-6.0.3
 * Maintains a list of probe functions, rather than platform
   definitions.


Each platform can define their own probe_function which would get the name of the
ppc platform (read from kernel) and the probe can check if the platform is one of its 
variant. The probe function can then update the 'platform' defintions for the virtual 
address translation.

If none of the defined platforms match, falls back to using the default PPC32
definitions.

---

Suzuki K. Poulose (3):
      [ppc] virtual address translation bits for PPC44x
      [ppc] Support for platform based Virtual address translation
      [ppc] Non-linear address translation routine


 defs.h |   19 ++++
 ppc.c  |  282 +++++++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 178 insertions(+), 123 deletions(-)

-- 
Suzuki Poulose




More information about the Crash-utility mailing list