All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.6 v2 0/8] tools: fixes inspired by Coverity scan
@ 2015-07-27 17:45 Wei Liu
  2015-07-27 17:45 ` [PATCH for-4.6 v2 1/8] libxl: properly clean up array in libxl_list_cpupool failure path Wei Liu
                   ` (8 more replies)
  0 siblings, 9 replies; 23+ messages in thread
From: Wei Liu @ 2015-07-27 17:45 UTC (permalink / raw)
  To: Xen-devel; +Cc: Wei Liu, Ian Jackson, Ian Campbell

Wei Liu (8):
  libxl: properly clean up array in libxl_list_cpupool failure path
  xl: lockdir should be lockfile in error message
  xl: call libxl_dominfo_init in main_list
  xl: valid fd can be 0 in main_loadpolicy
  xl: call libxl_dominfo_{init,dispose} in main_cpupoolnumasplit
  libxlu: free buffer in failure path for PCI related functions
  python/xc: reinstate original implementation of next_bdf
  libxl: remove dead code libxl__domain_shutdown_reason

 tools/libxl/libxl.c               | 31 +++++++++++++++++++++----------
 tools/libxl/libxl_dom.c           | 17 -----------------
 tools/libxl/libxl_internal.h      |  1 -
 tools/libxl/libxlu_pci.c          |  2 ++
 tools/libxl/xl.c                  |  2 +-
 tools/libxl/xl_cmdimpl.c          | 23 +++++++++++++++++------
 tools/python/xen/lowlevel/xc/xc.c | 30 ++++++++++--------------------
 7 files changed, 51 insertions(+), 55 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-07-28 11:08 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-27 17:45 [PATCH for-4.6 v2 0/8] tools: fixes inspired by Coverity scan Wei Liu
2015-07-27 17:45 ` [PATCH for-4.6 v2 1/8] libxl: properly clean up array in libxl_list_cpupool failure path Wei Liu
2015-07-28  8:39   ` Dario Faggioli
2015-07-28 10:27   ` Ian Campbell
2015-07-27 17:45 ` [PATCH for-4.6 v2 2/8] xl: lockdir should be lockfile in error message Wei Liu
2015-07-28 10:27   ` Ian Campbell
2015-07-27 17:45 ` [PATCH for-4.6 v2 3/8] xl: call libxl_dominfo_init in main_list Wei Liu
2015-07-28 10:28   ` Ian Campbell
2015-07-27 17:45 ` [PATCH for-4.6 v2 4/8] xl: valid fd can be 0 in main_loadpolicy Wei Liu
2015-07-28 10:28   ` Ian Campbell
2015-07-27 17:45 ` [PATCH for-4.6 v2 5/8] xl: call libxl_dominfo_{init, dispose} in main_cpupoolnumasplit Wei Liu
2015-07-28  9:49   ` Dario Faggioli
2015-07-28 10:33   ` Ian Campbell
2015-07-27 17:45 ` [PATCH for-4.6 v2 6/8] libxlu: free buffer in failure path for PCI related functions Wei Liu
2015-07-28 10:35   ` Ian Campbell
2015-07-27 17:45 ` [PATCH for-4.6 v2 7/8] python/xc: reinstate original implementation of next_bdf Wei Liu
2015-07-27 22:58   ` Andrew Cooper
2015-07-28  1:06   ` Chen, Tiejun
2015-07-28 10:38   ` Ian Campbell
2015-07-28 10:44     ` Wei Liu
2015-07-27 17:45 ` [PATCH for-4.6 v2 8/8] libxl: remove dead code libxl__domain_shutdown_reason Wei Liu
2015-07-28 10:52   ` Ian Campbell
2015-07-28 11:08 ` [PATCH for-4.6 v2 0/8] tools: fixes inspired by Coverity scan Ian Campbell

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.