All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.6 00/13] tools: fixes inspired by Coverity scan
@ 2015-07-23  7:59 Wei Liu
  2015-07-23  7:59 ` [PATCH for-4.6 01/13] libxl: use thread-safe localtime_t and handle NULL Wei Liu
                   ` (13 more replies)
  0 siblings, 14 replies; 37+ messages in thread
From: Wei Liu @ 2015-07-23  7:59 UTC (permalink / raw)
  To: Xen-devel; +Cc: Wei Liu, Ian Jackson, Ian Campbell

Wei Liu (13):
  libxl: use thread-safe localtime_t and handle NULL
  libxl: properly clean up array in libxl_list_cpupool failure path
  libxl: remove a bunch of pointless assignments
  xl: free pid string in do_daemonize
  xl: check json string is not null before printing in create_domain
  xl: call libxl_dominfo_{init,dispose} in psr_cmt_show
  xl: call libxl_dominfo_{init,dispose} in main_cpupoolnumasplit
  xl: call libxl_dominfo_init in main_list
  xl: call libxl_bitmap_{init,dispose} in main_cpupoolcreate
  xl: valid fd can be 0 in main_loadpolicy
  xl: free event struct after use in main_shutdown_or_reboot
  tools/ocaml: call libxl_dominfo_{init,dispose} in stub
  tools/ocaml: handle strdup failure in stub_xl_device_disk_of_vdev

 tools/libxl/libxl.c                  | 31 ++++++++++++++++++++---------
 tools/libxl/libxl_dom.c              |  2 +-
 tools/libxl/libxl_remus_disk_drbd.c  |  2 +-
 tools/libxl/libxl_x86.c              | 11 +++++++++--
 tools/libxl/xl_cmdimpl.c             | 38 ++++++++++++++++++++++++++++--------
 tools/ocaml/libs/xl/xenlight_stubs.c | 12 ++++++++++--
 6 files changed, 73 insertions(+), 23 deletions(-)

-- 
1.9.1

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

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

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23  7:59 [PATCH for-4.6 00/13] tools: fixes inspired by Coverity scan Wei Liu
2015-07-23  7:59 ` [PATCH for-4.6 01/13] libxl: use thread-safe localtime_t and handle NULL Wei Liu
2015-07-23  9:14   ` Ian Campbell
2015-07-23  9:34     ` Wei Liu
2015-07-23  7:59 ` [PATCH for-4.6 02/13] libxl: properly clean up array in libxl_list_cpupool failure path Wei Liu
2015-07-23  9:22   ` Ian Campbell
2015-07-23 14:29     ` Dario Faggioli
2015-07-23  7:59 ` [PATCH for-4.6 03/13] xl/libxl: remove a bunch of pointless assignments Wei Liu
2015-07-23  9:25   ` Ian Campbell
2015-07-23  7:59 ` [PATCH for-4.6 04/13] xl: free pid string in do_daemonize Wei Liu
2015-07-23  9:34   ` Ian Campbell
2015-07-23  7:59 ` [PATCH for-4.6 05/13] xl: check json string is not null before printing in create_domain Wei Liu
2015-07-23  9:36   ` Ian Campbell
2015-07-23  7:59 ` [PATCH for-4.6 06/13] xl: call libxl_dominfo_{init, dispose} in psr_cmt_show Wei Liu
2015-07-23  9:36   ` Ian Campbell
2015-07-23  7:59 ` [PATCH for-4.6 07/13] xl: call libxl_dominfo_{init, dispose} in main_cpupoolnumasplit Wei Liu
2015-07-23  9:41   ` Ian Campbell
2015-07-23 10:34     ` Wei Liu
2015-07-23  7:59 ` [PATCH for-4.6 08/13] xl: call libxl_dominfo_init in main_list Wei Liu
2015-07-23  9:44   ` Ian Campbell
2015-07-23  7:59 ` [PATCH for-4.6 09/13] xl: call libxl_bitmap_{init, dispose} in main_cpupoolcreate Wei Liu
2015-07-23  9:46   ` Ian Campbell
2015-07-23  7:59 ` [PATCH for-4.6 10/13] xl: valid fd can be 0 in main_loadpolicy Wei Liu
2015-07-23  9:48   ` Ian Campbell
2015-07-23  7:59 ` [PATCH for-4.6 11/13] xl: free event struct after use in main_shutdown_or_reboot Wei Liu
2015-07-23  9:52   ` Ian Campbell
2015-07-23  7:59 ` [PATCH for-4.6 12/13] tools/ocaml: call libxl_dominfo_{init, dispose} in stub Wei Liu
2015-07-23  8:32   ` Andrew Cooper
2015-07-23  8:38     ` Wei Liu
2015-07-23  9:07       ` Andrew Cooper
2015-07-23  9:55     ` Ian Campbell
2015-07-23 10:00       ` Andrew Cooper
2015-07-23  7:59 ` [PATCH for-4.6 13/13] tools/ocaml: handle strdup failure in stub_xl_device_disk_of_vdev Wei Liu
2015-07-23  8:38   ` Andrew Cooper
2015-07-23  9:12     ` Dave Scott
2015-07-23  9:06   ` Dave Scott
2015-07-24 11:06 ` [PATCH for-4.6 00/13] 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.