From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] xen: fix the check of e_pfn in xen_find_pfn_range Date: Mon, 2 Nov 2015 17:50:50 +0000 Message-ID: <5637A27A.6020004@citrix.com> References: <1445973592-29417-1-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZtJG0-0003Ra-1u for xen-devel@lists.xenproject.org; Mon, 02 Nov 2015 17:51:00 +0000 In-Reply-To: <1445973592-29417-1-git-send-email-konrad.wilk@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk , xen-devel@lists.xenproject.org, david.vrabel@citrix.com Cc: Zhenzhong Duan List-Id: xen-devel@lists.xenproject.org On 27/10/15 19:19, Konrad Rzeszutek Wilk wrote: > From: Zhenzhong Duan > > On some NUMA system, after dom0 up, we see below warning even if there are > enough pfn ranges that could be used for remapping: > "Unable to find available pfn range, not remapping identity pages" > > Fix it to avoid getting a memory region of zero size in xen_find_pfn_range. Applied to for-linus-4.4, thanks. David