The following series implements : * An infrastructure for platform based vmalloc translation for PPC32 * vmalloc translation support for PPC44x Changes since V3: * Use platform specific 'page flags' * Avoid calling dump_mem_map() by checking if there is a page associated with the physical memory. (Suggested by: Dave) 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 it 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, we fall back to using the default PPC32 definitions. --- Suzuki K. Poulose (4): Avoid dump_mem_map when there is no page [ppc] virtual address translation bits for PPC44x [ppc] Support for platform based Virtual address translation [ppc] Non-linear address translation routine defs.h | 101 +++++++++++++++++--- memory.c | 4 - ppc.c | 318 ++++++++++++++++++++++++++++++++++++++------------------------ 3 files changed, 280 insertions(+), 143 deletions(-) -- Suzuki K. Poulose -- Crash-utility mailing list Crash-utility@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/crash-utility