From: Juergen Gross Date: Fri, 20 Mar 2015 12:55:39 +0000 (+0100) Subject: xen/balloon: before adding hotplugged memory, set frames to invalid X-Git-Tag: omap-for-v4.1/fixes-rc1~238^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c56b3a12ce52f361468cbdd2f79b2f3b8da0ea6;p=pandora-kernel.git xen/balloon: before adding hotplugged memory, set frames to invalid Commit 25b884a83d487fd62c3de7ac1ab5549979188482 ("x86/xen: set regions above the end of RAM as 1:1") introduced a regression. To be able to add memory pages which were added via memory hotplug to a pv domain, the pages must be "invalid" instead of "identity" in the p2m list before they can be added. Suggested-by: David Vrabel Signed-off-by: Juergen Gross Cc: # 3.16+ Reviewed-by: Daniel Kiper Signed-off-by: David Vrabel --- Reading git-diff-tree failed