mbox series

[rdma-next,0/3] Various fixes in RDMA/core

Message ID cover.1642491047.git.leonro@nvidia.com (mailing list archive)
Headers show
Series Various fixes in RDMA/core | expand

Message

Leon Romanovsky Jan. 18, 2022, 7:34 a.m. UTC
From: Leon Romanovsky <leonro@nvidia.com>

Hi,

This is compilation of unrelated fixes, one is an outcome of syzkaller
report and other two were found in our regression.

Thanks

Leon Romanovsky (1):
  RDMA/ucma: Protect mc during concurrent multicast leaves

Maor Gottlieb (2):
  RDMA/cma: Use correct address when leaving multicast group
  RDMA/core: Set MR type in ib_reg_user_mr

 drivers/infiniband/core/cma.c   | 61 ++++++++++++++++-----------------
 drivers/infiniband/core/ucma.c  | 34 ++++++++++++------
 drivers/infiniband/core/verbs.c |  1 +
 3 files changed, 54 insertions(+), 42 deletions(-)

Comments

Jason Gunthorpe Jan. 28, 2022, 3:40 p.m. UTC | #1
On Tue, Jan 18, 2022 at 09:34:59AM +0200, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@nvidia.com>
> 
> Hi,
> 
> This is compilation of unrelated fixes, one is an outcome of syzkaller
> report and other two were found in our regression.
> 
> Thanks
> 
> Leon Romanovsky (1):
>   RDMA/ucma: Protect mc during concurrent multicast leaves
> 
> Maor Gottlieb (2):
>   RDMA/cma: Use correct address when leaving multicast group

Applied to for-rc

>   RDMA/core: Set MR type in ib_reg_user_mr

Applied to for-next

Thanks,
Jason