Hi Linus, Nothing very exciting here - only the mlx5/mr.c is fixing something recently introduced. Thanks, Jason The following changes since commit 8124c8a6b35386f73523d27eacb71b5364a68c4c: Linux 5.13-rc4 (2021-05-30 11:58:25 -1000) 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 2ba0aa2feebda680ecfc3c552e867cf4d1b05a3a: IB/mlx5: Fix initializing CQ fragments buffer (2021-06-10 08:59:34 -0300) ---------------------------------------------------------------- RDMA second v5.13 rc Pull Request A mixture of small bug fixes and a small security issue: - WARN_ON when IPoIB is automatically moved between namespaces - Long standing bug where mlx5 would use the wrong page for the doorbell recovery memory if fork is used - Security fix for mlx4 that disables the timestamp feature - Several crashers for mlx5 - Plug a recent mlx5 memory leak for the sig_mr ---------------------------------------------------------------- Aharon Landau (1): RDMA/mlx5: Delete right entry from MR signature database Alaa Hleihel (1): IB/mlx5: Fix initializing CQ fragments buffer Kamal Heib (1): RDMA/ipoib: Fix warning caused by destroying non-initial netns Maor Gottlieb (1): RDMA: Verify port when creating flow rule Mark Bloch (1): RDMA/mlx5: Block FDB rules when not in switchdev mode Mark Zhang (1): RDMA/mlx5: Use different doorbell memory for different processes Shay Drory (1): RDMA/mlx4: Do not map the core_clock page to user space unless enabled drivers/infiniband/core/uverbs_cmd.c | 5 +++++ drivers/infiniband/hw/mlx4/main.c | 8 +------- drivers/infiniband/hw/mlx5/cq.c | 9 ++++----- drivers/infiniband/hw/mlx5/doorbell.c | 7 ++++++- drivers/infiniband/hw/mlx5/fs.c | 11 ++++++++--- drivers/infiniband/hw/mlx5/mr.c | 4 ++-- drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 1 + drivers/net/ethernet/mellanox/mlx4/fw.c | 3 +++ drivers/net/ethernet/mellanox/mlx4/fw.h | 1 + drivers/net/ethernet/mellanox/mlx4/main.c | 6 ++++++ include/linux/mlx4/device.h | 1 + 11 files changed, 38 insertions(+), 18 deletions(-)