From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] kexec: propagate ENOMEM result in error handling Date: Tue, 1 Apr 2014 11:13:28 +0100 Message-ID: <533A9148.4040601@citrix.com> References: <1396069569-5659-1-git-send-email-mattd@bugfuzz.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 1WUvhF-0001BN-JA for xen-devel@lists.xenproject.org; Tue, 01 Apr 2014 10:13:33 +0000 In-Reply-To: <1396069569-5659-1-git-send-email-mattd@bugfuzz.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: Matthew Daley Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On 29/03/14 05:06, Matthew Daley wrote: > ...otherwise if kimage_alloc_control_page fails (presumably due to > out-of-memory; see the invocation just before this one), the caller of > do_kimage_alloc will think the call was successful. Reviewed-by: David Vrabel Thanks. David