From: Jacob Shin Date: Sat, 17 Nov 2012 03:38:47 +0000 (-0800) Subject: x86, mm: if kernel .text .data .bss are not marked as E820_RAM, complain and fix X-Git-Tag: v3.9-rc1~105^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eea6aa581abfeb2695ebe9f9d4672597e1bdd4b;p=pandora-kernel.git x86, mm: if kernel .text .data .bss are not marked as E820_RAM, complain and fix There could be cases where user supplied memmap=exactmap memory mappings do not mark the region where the kernel .text .data and .bss reside as E820_RAM, as reported here: https://lkml.org/lkml/2012/8/14/86 Handle it by complaining, and adding the range back into the e820. Signed-off-by: Jacob Shin Link: http://lkml.kernel.org/r/1353123563-3103-11-git-send-email-yinghai@kernel.org Signed-off-by: Yinghai Lu Reviewed-by: Pekka Enberg Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed