Hi Linus, Nothing very exciting here, more evidence that people are infrequently testing areas, at least. Thanks, Jason The following changes since commit 19c329f6808995b142b3966301f217c831e7cf31: Linux 5.11-rc4 (2021-01-17 16:37:05 -0800) 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 f1b0a8ea9f12b8ade0dbe40dd57e4ffa9a30ed93: Revert "RDMA/rxe: Remove VLAN code leftovers from RXE" (2021-01-20 13:29:28 -0400) ---------------------------------------------------------------- RDMA 5.11 second RC pull request Several recent regressions and some bug fixes - Typo corrupting the max_recv_sge for cxgb4 - Regression from re-using kernel enums as a HW AbI in vmw_pvrdma - Sleeping inside a spinlock in hns - Revert the attempt to fix devlink deadlocks as the fix is more buggy - Typo in sysfs_emit_at conversions - Revert the removal of VLAN support in rxe ---------------------------------------------------------------- Bryan Tan (1): RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC Joe Perches (1): RDMA/usnic: Fix misuse of sysfs_emit_at Kamal Heib (1): RDMA/cxgb4: Fix the reported max_recv_sge value Martin Wilck (1): Revert "RDMA/rxe: Remove VLAN code leftovers from RXE" Parav Pandit (1): Revert "RDMA/mlx5: Fix devlink deadlock on net namespace deletion" Yangyang Li (1): RDMA/hns: Use mutex instead of spinlock for ida allocation drivers/infiniband/hw/cxgb4/qp.c | 2 +- drivers/infiniband/hw/hns/hns_roce_device.h | 2 +- drivers/infiniband/hw/hns/hns_roce_qp.c | 11 ++++++----- drivers/infiniband/hw/mlx5/main.c | 6 ++---- drivers/infiniband/hw/usnic/usnic_ib_sysfs.c | 7 +++---- drivers/infiniband/hw/vmw_pvrdma/pvrdma.h | 14 ++++++++++++++ drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c | 2 +- drivers/infiniband/sw/rxe/rxe_net.c | 6 ++++++ drivers/infiniband/sw/rxe/rxe_resp.c | 5 +++++ drivers/net/ethernet/mellanox/mlx5/core/lib/mlx5.h | 5 +++++ include/linux/mlx5/driver.h | 18 ------------------ include/uapi/rdma/vmw_pvrdma-abi.h | 7 +++++++ 12 files changed, 51 insertions(+), 34 deletions(-)