From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v1] Fix libxc return -E misusage. Date: Wed, 18 Mar 2015 16:43:07 +0000 Message-ID: <1426696987.14291.86.camel@citrix.com> References: <1426520383-20855-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.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YYH3r-0002tS-S8 for xen-devel@lists.xenproject.org; Wed, 18 Mar 2015 16:43:15 +0000 In-Reply-To: <1426520383-20855-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 Cc: xen-devel@lists.xenproject.org, ian.jackson@eu.citrix.com, wei.liu2@citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Mon, 2015-03-16 at 11:39 -0400, Konrad Rzeszutek Wilk wrote: > Hey, > > Please see the following set of patches which fix the various > usage of return -Exx instead of return -1 for errors (and > stashing the error value in errno). All of them, or just a subset of the callpaths? If it's all of them then I'm amazed it was only 14 patches! Either way, well done and thanks for draining this swamp even a bit! > It also cleans up some of the invalid usage of errno (as the > underlaying calls already stash errno values) - and we just > need to bubble them up. > > Lastly it also wraps an errno-invisibility shield against > xc_hypercall_bounce_* calls so that any errors in those > won't over-write the hypercall ones. > > > tools/libxc/xc_core_arm.c | 15 ++++++++-- > tools/libxc/xc_core_x86.c | 22 +++++++++++--- > tools/libxc/xc_cpupool.c | 4 +-- > tools/libxc/xc_dom_x86.c | 7 +++-- > tools/libxc/xc_domain.c | 2 +- > tools/libxc/xc_domain_save.c | 8 ++++- > tools/libxc/xc_freebsd_osdep.c | 3 ++ > tools/libxc/xc_hcall_buf.c | 6 ++++ > tools/libxc/xc_linux_osdep.c | 3 ++ > tools/libxc/xc_offline_page.c | 36 +++++++++++++---------- > tools/libxc/xc_physdev.c | 12 +++++--- > tools/libxc/xc_pm.c | 54 ++++++++++++++++++++++------------ > tools/libxc/xc_private.c | 4 +-- > tools/libxc/xc_tmem.c | 14 ++++++--- > tools/libxc/xg_save_restore.h | 3 ++ > tools/libxl/libxl.c | 4 +-- > tools/libxl/libxl_x86.c | 9 ++---- > tools/misc/xen-hptool.c | 6 ++-- > tools/misc/xen-mfndump.c | 2 +- > tools/tests/mem-sharing/memshrtool.c | 12 ++++++-- > tools/xenstat/libxenstat/src/xenstat.c | 5 ++-- > 21 files changed, 158 insertions(+), 73 deletions(-) > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel