Hi Linus, I usually don't send a rc1 pull request, but there a few show stopper driver regressions this cycle. Good news is that people test rc1! Thanks, Jason The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -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 df4e6faaafe2e4ff4dcdf6d5f5b1e2cb1fec63f7: MAINTAINERS: Update for VMware PVRDMA driver (2021-11-19 09:45:40 -0400) ---------------------------------------------------------------- RDMA v5.16 first rc pull request There are a few big regressions items from the merge window suggesting that people are testing rc1's but not testing the for-next branches: - Warnings fixes - Crash in hf1 when creating QPs and setting counters - Some old mlx4 cards fail to probe due to missing counters - Syzkaller crash in the new counters code ---------------------------------------------------------------- Bryan Tan (1): MAINTAINERS: Update for VMware PVRDMA driver Dennis Dalessandro (1): IB/hfi1: Properly allocate rdma counter desc memory Jack Wang (1): RDMA/mlx4: Do not fail the registration on port stats Leon Romanovsky (3): RDMA/netlink: Add __maybe_unused to static inline in C file RDMA/core: Set send and receive CQ before forwarding to the driver RDMA/nldev: Check stat attribute before accessing it MAINTAINERS | 3 ++- drivers/infiniband/core/nldev.c | 3 ++- drivers/infiniband/core/verbs.c | 3 +++ drivers/infiniband/hw/hfi1/verbs.c | 5 ++--- drivers/infiniband/hw/mlx4/main.c | 18 +++++++++++++++--- include/rdma/rdma_netlink.h | 2 +- 6 files changed, 25 insertions(+), 9 deletions(-)