From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 00/28] Fixes for various minor Coverity issues, volume 2 Date: Thu, 3 Oct 2013 14:45:41 +0100 Message-ID: <1380807941.25618.18.camel@kazak.uk.xensource.com> References: <1379475484-25993-1-git-send-email-mattjd@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1379475484-25993-1-git-send-email-mattjd@gmail.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.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2013-09-18 at 15:37 +1200, Matthew Daley wrote: > Tested by building and creating a few PV and HVM domains. There shouldn't be > anything too complicated or controversial here. > > Matthew Daley (28): > gnttab: remove unused shared header lookup I have a feeling the hyp guys may have missed this one amount all the tools ones. By my reckoning all these have been applied except for: > libxl: only free cpupoolinfo if necessary in libxl_list_cpupool > libxl: only free cputopology if it was allocated in libxl__get_numa_candidate > libxl: only free cputopology if it was allocated in libxl_{cpu,node}map_to_{node,cpu}map > libxl: gettimeofday doesn't return an errno on failure I think they are all waiting for an update version, is that right? Ian.