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)
committerZefan Li <lizefan@huawei.com>
Wed, 27 Apr 2016 10:55:24 +0000 (18:55 +0800)
commit9ed559d3d6fd06cb3a20e120f8b55be46c8d33db
treed7ee0c27b0efc58560a3f636f73bae3fc7f1abc5
parentd311156acfbc6ec43df3898f7cd95313b6877174
x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing map

commit 64c98e7f49100b637cd20a6c63508caed6bbba7a upstream.

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>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
[lizf: Backported to 3.4: s/map/xen_e820_map]
Signed-off-by: Zefan Li <lizefan@huawei.com>
arch/x86/xen/setup.c