Hi Linus, First rc pull request - nothing too special, just some driver bug fixes that have been sitting during the merge window. Thanks, Jason The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) 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 ec4fe4bcc584b55e24e8d1768f5510a62c0fd619: i40iw: Avoid panic when handling the inetdev event (2019-03-17 21:40:40 -0300) ---------------------------------------------------------------- 5.1 First RC pull request Several driver bug fixes post in the last three weeks - First part of a race condition fix in mlx4 with CATAS errors - Bad interaction with FW causing resource leaks in the mlx5 DCT flow - Bad reporting of link speed/width in new mlx5 devices - Userspace triggable OOPs in i40iw ---------------------------------------------------------------- Aya Levin (1): IB/mlx5: Fix mapping of link-mode to IB width and speed Feng Tang (1): i40iw: Avoid panic when handling the inetdev event Jack Morgenstein (1): IB/mlx4: Fix race condition between catas error reset and aliasguid flows Yishai Hadas (2): net/mlx5: Fix DCT creation bad flow IB/mlx5: Use mlx5 core to create/destroy a DEVX DCT drivers/infiniband/hw/i40iw/i40iw_utils.c | 12 ++++- drivers/infiniband/hw/mlx4/alias_GUID.c | 2 +- drivers/infiniband/hw/mlx5/devx.c | 34 +++++++++---- drivers/infiniband/hw/mlx5/main.c | 7 +++ drivers/infiniband/hw/mlx5/qp.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/qp.c | 72 +++++++++++++++------------- include/linux/mlx5/qp.h | 3 +- 7 files changed, 89 insertions(+), 45 deletions(-)