mbox series

[rdma-core,0/8] Various small fixes

Message ID 20180920163910.4403-1-jgg@ziepe.ca (mailing list archive)
Headers show
Series Various small fixes | expand

Message

Jason Gunthorpe Sept. 20, 2018, 4:39 p.m. UTC
From: Jason Gunthorpe <jgg@mellanox.com>

Just a random collection of unrelated fixes and updates.

Jason Gunthorpe (8):
  verbs: Remove support for libnl1
  verbs: Remove ibv_register_driver from the PRIVATE stanza
  verbs: Replace the ibv_get_device_list man page with markdown
  Add __attribute__(unused) to the dummy symver macros
  pkg-config: Move Libs.private to after Libs
  Copy .clang-format from the kernel
  Fix check-build when the --build argument is present
  cbuild: Add Ubuntu Bionic

 .clang-format                           | 134 ++++++++++++++++++++++++
 CMakeLists.txt                          |  23 +---
 buildlib/cbuild                         |  10 +-
 buildlib/check-build                    |   2 +-
 buildlib/config.h.in                    |   6 +-
 buildlib/template.pc.in                 |   2 +-
 libibverbs/libibverbs.map.in            |   1 -
 libibverbs/man/CMakeLists.txt           |   2 +-
 libibverbs/man/ibv_get_device_list.3    |  67 ------------
 libibverbs/man/ibv_get_device_list.3.md |  75 +++++++++++++
 libibverbs/neigh.c                      |   2 -
 libibverbs/neigh.h                      |   9 --
 util/symver.h                           |  12 ++-
 13 files changed, 227 insertions(+), 118 deletions(-)
 create mode 100644 .clang-format
 delete mode 100644 libibverbs/man/ibv_get_device_list.3
 create mode 100644 libibverbs/man/ibv_get_device_list.3.md