From: Gianni Tedesco <gianni.tedesco@citrix.com>
To: xen-devel@lists.xensource.com
Cc: Ian Campbell <Ian.Campbell@eu.citrix.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>
Subject: [PATCH 0 of 7] xl: bug-fix patches implementing libxl allocation policy
Date: Tue, 10 Aug 2010 15:59:40 +0100 [thread overview]
Message-ID: <patchbomb.1281452380@habil.uk.xensource.com> (raw)
This patch series implements several bug-fixes and implements "the memory
allocation policy" of libxl. All touched functions have been tested with
valgrind and are free of leaks, double-free and free-non-malloce'd pointer
errors. This patch-set prepares for another patch to actually implement
per-function-call lifetime for libxl garbage collection which is coming
RealSoonNow(tm) - but touches almost every code path so requires more
verification. This is all a step towards allowing demons to use libxl.
next reply other threads:[~2010-08-10 14:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-10 14:59 Gianni Tedesco [this message]
2010-08-10 14:59 ` [PATCH 1 of 7] xl: Return void from libxl_free() and libxl_free_all() Gianni Tedesco
2010-08-10 14:59 ` [PATCH 2 of 7] xl: allocate version info strings with strdup() Gianni Tedesco
2010-08-10 14:59 ` [PATCH 3 of 7] xl: don't use libxl allocator for vcpu_list Gianni Tedesco
2010-08-11 12:11 ` Stefano Stabellini
2010-08-11 13:12 ` Gianni Tedesco
2010-08-11 14:51 ` Stefano Stabellini
2010-08-10 14:59 ` [PATCH 4 of 7] xl: don't use libxl allocator for nic_list Gianni Tedesco
2010-08-10 14:59 ` [PATCH 5 of 7] xl: Fix invalid return of libxl-internal pointers via libxl_domid_to_name() Gianni Tedesco
2010-08-10 14:59 ` [PATCH 6 of 7] xl: Fix invalid return of libxl-internal pointers via libxl_poolid_to_name() Gianni Tedesco
2010-08-10 14:59 ` [PATCH 7 of 7] xl: Use gcc hidden visibility attribute Gianni Tedesco
2010-08-10 15:18 ` Gianni Tedesco
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=patchbomb.1281452380@habil.uk.xensource.com \
--to=gianni.tedesco@citrix.com \
--cc=Ian.Campbell@eu.citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=Stefano.Stabellini@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.