All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.7 0/7] More tools build fixes with clang
@ 2016-04-27 17:01 Andrew Cooper
  2016-04-27 17:01 ` [PATCH for-4.7 1/7] tools/xenstat: Avoid comparing '0 <= unsigned integer' Andrew Cooper
                   ` (7 more replies)
  0 siblings, 8 replies; 23+ messages in thread
From: Andrew Cooper @ 2016-04-27 17:01 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

With these fixes, tools/ can be built with clang, so enable it in the travis
configurion.

The travis results can be viewed here:
  https://travis-ci.org/andyhhp/xen/builds/126153860

Andrew Cooper (7):
  tools/xenstat: Avoid comparing '0 <= unsigned integer'
  tools/blktap2: Use abort() instead of custom crash
  tools/blktap2: Fix array initialisers for tapdisk_disk_{types,drivers}[]
  tools/blktap2: Fix use of uninitialised variable in _tap_list_join3()
  tools/kdd: Fix uninitialised variable warning
  travis: Remove clang-3.8 build
  travis: Enable tools when building with clang

 .travis.yml                              |  4 ----
 scripts/travis-build                     |  8 ++------
 tools/blktap2/control/tap-ctl-list.c     |  4 ++--
 tools/blktap2/drivers/block-vhd.c        |  2 +-
 tools/blktap2/drivers/tapdisk-disktype.c | 20 ++++++++------------
 tools/debugger/kdd/kdd.c                 |  2 +-
 tools/xenstat/libxenstat/src/xenstat.c   |  8 ++++----
 7 files changed, 18 insertions(+), 30 deletions(-)

-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-04-27 19:18 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-27 17:01 [PATCH for-4.7 0/7] More tools build fixes with clang Andrew Cooper
2016-04-27 17:01 ` [PATCH for-4.7 1/7] tools/xenstat: Avoid comparing '0 <= unsigned integer' Andrew Cooper
2016-04-27 18:00   ` Wei Liu
2016-04-27 19:18   ` Doug Goldstein
2016-04-27 17:01 ` [PATCH for-4.7 2/7] tools/blktap2: Use abort() instead of custom crash Andrew Cooper
2016-04-27 18:00   ` Wei Liu
2016-04-27 19:17   ` Doug Goldstein
2016-04-27 17:01 ` [PATCH for-4.7 3/7] tools/blktap2: Fix array initialisers for tapdisk_disk_{types, drivers}[] Andrew Cooper
2016-04-27 18:00   ` Wei Liu
2016-04-27 19:16   ` Doug Goldstein
2016-04-27 17:01 ` [PATCH for-4.7 4/7] tools/blktap2: Fix use of uninitialised variable in _tap_list_join3() Andrew Cooper
2016-04-27 18:00   ` Wei Liu
2016-04-27 19:16   ` Doug Goldstein
2016-04-27 17:01 ` [PATCH for-4.7 5/7] tools/kdd: Fix uninitialised variable warning Andrew Cooper
2016-04-27 18:01   ` Wei Liu
2016-04-27 19:15   ` Doug Goldstein
2016-04-27 17:01 ` [PATCH for-4.7 6/7] travis: Remove clang-3.8 build Andrew Cooper
2016-04-27 18:02   ` Wei Liu
2016-04-27 19:13   ` Doug Goldstein
2016-04-27 17:01 ` [PATCH for-4.7 7/7] travis: Enable tools when building with clang Andrew Cooper
2016-04-27 18:03   ` Wei Liu
2016-04-27 19:14   ` Doug Goldstein
2016-04-27 18:04 ` [PATCH for-4.7 0/7] More tools build fixes " Wei Liu

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.