All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core 0/5] clang support
@ 2016-10-07 22:36 Jason Gunthorpe
       [not found] ` <1475879772-29458-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Jason Gunthorpe @ 2016-10-07 22:36 UTC (permalink / raw)
  To: Doug Ledford, linux-rdma-u79uwXL29TY76Z2rM5mHXA

This series gets clang running warning free and has travis run the build
through clang-3.9 so we don't break it again.

Jason Gunthorpe (5):
  Pull uninitialized_var into util/compiler.h
  ibacm: Avoid clang 3.8 warning -Wmissing-field-initializers
  mthca: Avoid bogus gcc 4.8 warning -Wmaybe-uninitialized
  Improve linker flag detection to work with clang and -Werror
  Update TravisCI to use clang 3.9 as well

 .travis.yml                    | 20 +++++++++++++++++---
 CMakeLists.txt                 | 22 ++++++++++++++--------
 buildlib/FindLDSymVer.cmake    | 16 ++++++++++++----
 buildlib/RDMA_EnableCStd.cmake | 25 +++++++++++++++++++++++++
 ibacm/prov/acmp/src/acmp.c     |  2 +-
 providers/cxgb4/cq.c           |  1 +
 providers/cxgb4/libcxgb4.h     |  2 --
 providers/cxgb4/qp.c           |  1 +
 providers/mlx4/mlx4.h          |  4 ----
 providers/mlx4/qp.c            |  1 +
 providers/mlx5/mlx5.h          |  4 ----
 providers/mlx5/qp.c            |  1 +
 providers/mthca/qp.c           | 23 +++++------------------
 util/CMakeLists.txt            |  3 +++
 util/compiler.h                | 18 ++++++++++++++++++
 15 files changed, 99 insertions(+), 44 deletions(-)
 create mode 100644 util/CMakeLists.txt
 create mode 100644 util/compiler.h

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-10-12 18:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-07 22:36 [PATCH rdma-core 0/5] clang support Jason Gunthorpe
     [not found] ` <1475879772-29458-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-07 22:36   ` [PATCH rdma-core 1/5] Pull uninitialized_var into util/compiler.h Jason Gunthorpe
     [not found]     ` <1475879772-29458-2-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-09  5:46       ` Leon Romanovsky
     [not found]         ` <20161009054601.GB9282-2ukJVAZIZ/Y@public.gmane.org>
2016-10-09 23:01           ` Jason Gunthorpe
     [not found]             ` <20161009230150.GB12551-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-10  4:09               ` Leon Romanovsky
     [not found]                 ` <20161010040930.GF9282-2ukJVAZIZ/Y@public.gmane.org>
2016-10-11 18:05                   ` Jason Gunthorpe
     [not found]                     ` <20161011180517.GA17866-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-11 19:46                       ` Leon Romanovsky
     [not found]                         ` <20161011194633.GP9282-2ukJVAZIZ/Y@public.gmane.org>
2016-10-11 20:06                           ` Jason Gunthorpe
2016-10-10 15:18       ` Steve Wise
2016-10-07 22:36   ` [PATCH rdma-core 2/5] ibacm: Avoid clang 3.8 warning -Wmissing-field-initializers Jason Gunthorpe
2016-10-07 22:36   ` [PATCH rdma-core 3/5] mthca: Avoid bogus gcc 4.8 warning -Wmaybe-uninitialized Jason Gunthorpe
2016-10-07 22:36   ` [PATCH rdma-core 4/5] Improve linker flag detection to work with clang and -Werror Jason Gunthorpe
2016-10-07 22:36   ` [PATCH rdma-core 5/5] Update TravisCI to use clang 3.9 as well Jason Gunthorpe
2016-10-12 18:07   ` [PATCH rdma-core 0/5] clang support Doug Ledford

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.