From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1aYuoz-0005ak-1w for mharc-grub-devel@gnu.org; Thu, 25 Feb 2016 07:15:05 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYuow-0005ZT-JZ for grub-devel@gnu.org; Thu, 25 Feb 2016 07:15:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYuot-0003N0-Ey for grub-devel@gnu.org; Thu, 25 Feb 2016 07:15:02 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:43643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYuot-0003MV-7K for grub-devel@gnu.org; Thu, 25 Feb 2016 07:14:59 -0500 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u1PCEuIo032256 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 25 Feb 2016 12:14:56 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0022.oracle.com (8.14.4/8.13.8) with ESMTP id u1PCEt0k016725 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Thu, 25 Feb 2016 12:14:55 GMT Received: from abhmp0002.oracle.com (abhmp0002.oracle.com [141.146.116.8]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id u1PCEtSD012297; Thu, 25 Feb 2016 12:14:55 GMT Received: from olila.local.net-space.pl (/10.175.171.82) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 25 Feb 2016 04:14:54 -0800 Date: Thu, 25 Feb 2016 13:14:50 +0100 From: Daniel Kiper To: Juergen Gross Subject: Re: [PATCH v5 02/11] xen: avoid memleaks on error Message-ID: <20160225121450.GA3482@olila.local.net-space.pl> References: <1456400017-5789-1-git-send-email-jgross@suse.com> <1456400017-5789-3-git-send-email-jgross@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456400017-5789-3-git-send-email-jgross@suse.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 Cc: grub-devel@gnu.org, phcoder@gmail.com, mchang@suse.com, xen-devel@lists.xen.org X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 12:15:03 -0000 On Thu, Feb 25, 2016 at 12:33:28PM +0100, Juergen Gross wrote: > When loading a Xen pv-kernel avoid memory leaks in case of errors. > > Signed-off-by: Juergen Gross Reviewed-by: Daniel Kiper Daniel