All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core 0/6] Fixes for new warnings in gcc 7
@ 2017-01-31 21:08 Jason Gunthorpe
       [not found] ` <1485896886-23517-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Jason Gunthorpe @ 2017-01-31 21:08 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Hopefull gcc 7 will be available in travis soon, here is enough fixing to
quiet the new warnings it finds.

Jason Gunthorpe (6):
  Add Debian experimental gcc-7 to cbuild
  hns: Fix strange placement of fprintf:
  mlx5: Fix missing break statement in sq_overhead
  Annotate correct switch fall throughs with SWITCH_FALLTHROUGH
  acm: Fix snprintf truncation
  Check the return value from snprintf when working with paths

 buildlib/cbuild                  | 12 ++++++++++++
 ibacm/prov/acmp/src/acmp.c       |  2 +-
 ibacm/src/acm.c                  |  7 +++++--
 libibverbs/examples/asyncwatch.c |  2 ++
 libibverbs/init.c                | 24 +++++++++++++++---------
 librdmacm/examples/riostream.c   |  2 ++
 librdmacm/examples/rstream.c     |  2 ++
 librdmacm/examples/udpong.c      |  2 ++
 providers/hns/hns_roce_u_hw_v1.c |  2 +-
 providers/mlx4/cq.c              |  3 +++
 providers/mlx5/cq.c              |  3 +++
 providers/mlx5/verbs.c           |  2 ++
 providers/ocrdma/ocrdma_verbs.c  |  3 +++
 providers/qedr/qelr_verbs.c      |  3 ++-
 util/CMakeLists.txt              |  1 +
 util/compiler.h                  |  7 +++++++
 util/util.h                      | 13 +++++++++++++
 17 files changed, 76 insertions(+), 14 deletions(-)
 create mode 100644 util/util.h

-- 
2.7.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] 11+ messages in thread

end of thread, other threads:[~2017-02-01  8:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-31 21:08 [PATCH rdma-core 0/6] Fixes for new warnings in gcc 7 Jason Gunthorpe
     [not found] ` <1485896886-23517-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-31 21:08   ` [PATCH rdma-core 1/6] Add Debian experimental gcc-7 to cbuild Jason Gunthorpe
2017-01-31 21:08   ` [PATCH rdma-core 2/6] hns: Fix strange placement of fprintf: Jason Gunthorpe
2017-01-31 21:08   ` [PATCH rdma-core 3/6] mlx5: Fix missing break statement in sq_overhead Jason Gunthorpe
     [not found]     ` <1485896886-23517-4-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-31 21:12       ` Jason Gunthorpe
     [not found]         ` <20170131211239.GA22475-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-31 21:37           ` Yishai Hadas
     [not found]             ` <0cf30dc4-9390-6d99-2cab-bf1a73ea32e0-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2017-01-31 21:56               ` Jason Gunthorpe
2017-01-31 21:08   ` [PATCH rdma-core 4/6] Annotate correct switch fall throughs with SWITCH_FALLTHROUGH Jason Gunthorpe
     [not found]     ` <1485896886-23517-5-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-02-01  8:09       ` Leon Romanovsky
2017-01-31 21:08   ` [PATCH rdma-core 5/6] acm: Fix snprintf truncation Jason Gunthorpe
2017-01-31 21:08   ` [PATCH rdma-core 6/6] Check the return value from snprintf when working with paths Jason Gunthorpe

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.