Re: [PATCH -v2 11/13] x86/mm: calculate_table_space_size based onmemory ranges that are being mapped

From: Pekka Enberg
Date: Mon Sep 03 2012 - 01:36:31 EST


On Sun, Sep 2, 2012 at 10:46 AM, Yinghai Lu <yinghai@xxxxxxxxxx> wrote:
> From: Jacob Shin <jacob.shin@xxxxxxx>
>
> Current logic finds enough space for direct mapping page tables from 0
> to end. Instead, we only need to find enough space to cover mr[0].start
> to mr[nr_range].end -- the range that is actually being mapped by
> init_memory_mapping()
>
> This patch also reportedly fixes suspend/resume issue reported in:
>
> https://lkml.org/lkml/2012/8/11/83
>
> -v2: update with calculate_table_space_size()
> clear max_pfn_mapped before init_all_memory_mapping to get right value
> -Yinghai Lu
>
> Signed-off-by: Jacob Shin <jacob.shin@xxxxxxx>

Yinghai's sign-off is missing.

Reviewed-by: Pekka Enberg <penberg@xxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/