Hi Linus, A small set of late-rc patches, mostly fixes for various crashers, some syzkaller fixes and a mlx5 HW limitation. Thanks, Jason The following changes since commit 2c523b344dfa65a3738e7039832044aa133c75fb: Linux 5.6-rc5 (2020-03-08 17:44:44 -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 ba80013fba656b9830ef45cd40a6a1e44707f47a: RDMA/mlx5: Block delay drop to unprivileged users (2020-03-25 09:56:30 -0300) ---------------------------------------------------------------- Third RDMA 5.6 pull request - Several MAINTAINERS updates - Memory leak regression in ODP - Several fixes for syzkaller related crashes. Google recently taught syzkaller to create the software RDMA devices - Crash fixes for HFI1 - Several fixes for mlx5 crashes - Prevent unprivileged access to an unsafe mlx5 HW resource ---------------------------------------------------------------- Jason Gunthorpe (4): RDMA/odp: Fix leaking the tgid for implicit ODP RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SET RDMA/core: Fix missing error check on dev_set_name() RDMA/mad: Do not crash if the rdma device does not have a umad interface Kaike Wan (1): IB/rdmavt: Free kernel completion queue when done Leon Romanovsky (2): MAINTAINERS: Clean RXE section and add Zhu as RXE maintainer RDMA/mlx5: Fix access to wrong pointer while performing flush due to error Maor Gottlieb (1): RDMA/mlx5: Block delay drop to unprivileged users Mark Zhang (1): RDMA/mlx5: Fix the number of hwcounters of a dynamic counter Mike Marciniszyn (2): IB/hfi1: Ensure pq is not left on waitlist RDMA/core: Ensure security pkey modify is not lost Weihang Li (1): MAINTAINERS: Update maintainers for HISILICON ROCE DRIVER MAINTAINERS | 7 +++---- drivers/infiniband/core/device.c | 4 +++- drivers/infiniband/core/nldev.c | 6 +++++- drivers/infiniband/core/security.c | 11 +++-------- drivers/infiniband/core/umem_odp.c | 2 +- drivers/infiniband/core/user_mad.c | 33 ++++++++++++++++++++++----------- drivers/infiniband/hw/hfi1/user_sdma.c | 25 ++++++++++++++++++++++--- drivers/infiniband/hw/mlx5/cq.c | 27 +++++++++++++++++++++++++-- drivers/infiniband/hw/mlx5/main.c | 5 +++-- drivers/infiniband/hw/mlx5/mlx5_ib.h | 1 + drivers/infiniband/hw/mlx5/qp.c | 5 +++++ drivers/infiniband/sw/rdmavt/cq.c | 2 +- 12 files changed, 94 insertions(+), 34 deletions(-)