Hi Linus, Second rc pull request Fairly normal here, things are actually somewhat quiet when look at the next release. Thanks, Jason The following changes since commit 9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68: Linux 5.8-rc3 (2020-06-28 15:00:24 -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 0a03715068794e4b524f66ebbf412ab1f2933f3f: RDMA/mlx5: Set PD pointers for the error flow unwind (2020-07-08 20:15:59 -0300) ---------------------------------------------------------------- RDMA second 5.8 rc pull request Small update, a few more merge window bugs and normal driver bug fixes: - Two merge window regressions in mlx5: a error path bug found by syzkaller and some lost code during a rework preventing ipoib from working in some configurations - Silence clang compilation warning in OPA related code - Fix a long standing race condition in ib_nl for ACM - Resolve when the HFI1 is shutdown ---------------------------------------------------------------- Aya Levin (1): IB/mlx5: Fix 50G per lane indication Divya Indi (1): IB/sa: Resolv use-after-free in ib_nl_make_request() Kaike Wan (2): IB/hfi1: Do not destroy hfi1_wq when the device is shut down IB/hfi1: Do not destroy link_wq when the device is shut down Kamal Heib (1): RDMA/siw: Fix reporting vendor_part_id Leon Romanovsky (2): RDMA/mlx5: Fix legacy IPoIB QP initialization RDMA/mlx5: Set PD pointers for the error flow unwind Nathan Chancellor (1): IB/hfi1: Add explicit cast OPA_MTU_8192 to 'enum ib_mtu' drivers/infiniband/core/sa_query.c | 38 ++++++++++++++++------------------- drivers/infiniband/hw/hfi1/init.c | 37 +++++++++++++++++++++++++--------- drivers/infiniband/hw/hfi1/qp.c | 7 +++++-- drivers/infiniband/hw/hfi1/tid_rdma.c | 5 ++++- drivers/infiniband/hw/mlx5/main.c | 2 +- drivers/infiniband/hw/mlx5/qp.c | 7 ++++++- drivers/infiniband/sw/siw/siw_main.c | 3 ++- 7 files changed, 63 insertions(+), 36 deletions(-)