All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] libxl: fix handling of fd and timer registrations
@ 2015-02-03  0:00 Jim Fehlig
  2015-02-03  0:00 ` [PATCH 1/2] libxl: fix fd and timer event handling Jim Fehlig
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jim Fehlig @ 2015-02-03  0:00 UTC (permalink / raw)
  To: libvir-list; +Cc: xen-devel

This small series fixes some assertions we occasionally see in the
libxl driver when running libvirt-TCK.  The assertions were due to
races between destroying per-domain libxl_ctx and receiving fd and
timer callbacks associated with them.  The races are masked by
setting DEBUG loglevel in libvirtd.conf, so often missed by
automated test setups that want DEBUG loglevel.

Patch 1 actually fixes the assertions.  Patch2 fixes a stupid mistake.
See the commit messages for details.

Jim Fehlig (2):
  libxl: fix fd and timer event handling
  libxl: Move setup of child processing code to driver initialization

 src/libxl/libxl_domain.c | 244 +----------------------------------------------
 src/libxl/libxl_driver.c | 212 +++++++++++++++++++++++++++++++++++++++-
 2 files changed, 212 insertions(+), 244 deletions(-)

-- 
1.8.4.5

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-02-18  4:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-03  0:00 [PATCH 0/2] libxl: fix handling of fd and timer registrations Jim Fehlig
2015-02-03  0:00 ` [PATCH 1/2] libxl: fix fd and timer event handling Jim Fehlig
2015-02-03  0:00 ` [PATCH 2/2] libxl: Move setup of child processing code to driver initialization Jim Fehlig
2015-02-06 12:32 ` [PATCH 0/2] libxl: fix handling of fd and timer registrations Anthony PERARD
2015-02-09 16:21   ` Jim Fehlig
2015-02-18  4:08     ` [libvirt] " Jim Fehlig

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.