From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aravindh Puthiyaparambil Subject: Re: [PATCH] xen-access: Check return values and clean up on errors during init Date: Tue, 24 Apr 2012 09:48:34 -0700 Message-ID: References: <20374.45332.196951.828384@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20374.45332.196951.828384@mariner.uk.xensource.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: Ian Jackson Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, Apr 24, 2012 at 6:56 AM, Ian Jackson wrote: > Aravindh Puthiyaparambil writes ("[Xen-devel] [PATCH] xen-access: Check return values and clean up on errors during init"): >> Check the return values of the libxc mem_access calls. >> Free allocated structures (platform_info, domain_info) on errors >> during initialization and exit >> Unbind VIRQ, close event channel and connection to Xen on errors >> during initialization >> >> Signed-off-by: Aravindh Puthiyaparambil > > I'm afraid this patch has been wordwrapped at your end, so it doesn't > apply. > > Can you resend a fixed version, or send also as an attachment ? Sorry about that. I will patchbomb it this time. > BTW the intent here looks reasonable and it's just a test program so > I've not reviewed it in as much detail as I might do changes to the > core code. > > Acked-by: Ian Jackson Thanks, Aravindh > Thanks, > Ian.