Hi Linus, First pull request for -rc Here are eight fairly small fixes collected over the last two weeks. Thanks, Jason The following changes since commit c1191a19fecad92b73c25770a7f47174280ca564: RDMA/mlx5: Update SPDX tags to show proper license (2018-06-05 14:04:20 -0600) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus for you to fetch changes up to 375dc53d032fc11e98036b5f228ad13f7c5933f5: IB/rxe: Fix missing completion for mem_reg work requests (2018-06-18 11:36:13 -0600) ---------------------------------------------------------------- 4.18-rc Regression and crashing bug fixes: - mlx4/5: Fixes for issues found from various checkers - A resource tracking and uverbs regression in the core code - qedr: NULL pointer regression found during testing - rxe: Various small bugs ---------------------------------------------------------------- Bharat Potnuri (1): RDMA/core: Save kernel caller name when creating CQ using ib_create_cq() Christophe Jaillet (1): IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()' Gustavo A. R. Silva (1): IB/mlx5: Fix memory leak in mlx5_ib_create_flow Jason Gunthorpe (1): IB/uverbs: Fix ordering of ucontext check in ib_uverbs_write Kalderon, Michal (1): RDMA/qedr: Fix NULL pointer dereference when running over iWARP without RDMA-CM Vijay Immanuel (1): IB/rxe: Fix missing completion for mem_reg work requests Zhu Yanjun (1): IB/rxe: avoid double kfree skb weiyongjun (A) (1): IB/mlx5: Fix return value check in flow_counters_set_data() drivers/infiniband/core/uverbs_main.c | 14 ++++++++++---- drivers/infiniband/core/verbs.c | 14 ++++++++------ drivers/infiniband/hw/mlx4/mr.c | 7 +++++-- drivers/infiniband/hw/mlx5/main.c | 36 ++++++++++++++++++++--------------- drivers/infiniband/hw/qedr/verbs.c | 3 +++ drivers/infiniband/sw/rxe/rxe_req.c | 5 ++++- include/rdma/ib_verbs.h | 13 ++++++++----- 7 files changed, 59 insertions(+), 33 deletions(-)