]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing map
authorMalcolm Crossley <malcolm.crossley@citrix.com>
Mon, 28 Sep 2015 10:36:52 +0000 (11:36 +0100)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 5 Feb 2016 11:43:40 +0000 (03:43 -0800)
commit57fe7ec66a5f17f2a35142933359bd582618fedb
treea4c50e025f78f3846ef7ca061229063840a644a1
parent1ad2a28b04d4267ce29415eee914b295d4d30ab6
x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing map

Sanitizing the e820 map may produce extra E820 entries which would result in
the topmost E820 entries being removed. The removed entries would typically
include the top E820 usable RAM region and thus result in the domain having
signicantly less RAM available to it.

Fix by allowing sanitize_e820_map to use the full size of the allocated E820
array.

Signed-off-by: Malcolm Crossley <malcolm.crossley@citrix.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
(cherry picked from commit 64c98e7f49100b637cd20a6c63508caed6bbba7a)
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
(cherry picked from commit 1ea4ebd1eb569fc92ea891881262292fd4e4368e)
arch/x86/xen/setup.c