mbox series

[rdma-rc,v1,0/3] Fixes for v5.17

Message ID cover.1649062436.git.leonro@nvidia.com (mailing list archive)
Headers show
Series Fixes for v5.17 | expand

Message

Leon Romanovsky April 4, 2022, 8:58 a.m. UTC
From: Leon Romanovsky <leonro@nvidia.com>

Changelog:
v1:
 * Fixed rebase error in patch #1
v0: https://lore.kernel.org/all/cover.1648366974.git.leonro@nvidia.com

Aharon Landau (2):
  RDMA/mlx5: Don't remove cache MRs when a delay is needed
  RDMA/mlx5: Add a missing update of cache->last_add

Mark Zhang (1):
  IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVD

 drivers/infiniband/core/cm.c    | 3 +--
 drivers/infiniband/hw/mlx5/mr.c | 5 ++++-
 2 files changed, 5 insertions(+), 3 deletions(-)

Comments

Jason Gunthorpe April 4, 2022, 1:39 p.m. UTC | #1
On Mon, Apr 04, 2022 at 11:58:02AM +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@nvidia.com>
> 
> Changelog:
> v1:
>  * Fixed rebase error in patch #1
> v0: https://lore.kernel.org/all/cover.1648366974.git.leonro@nvidia.com
> 
> Aharon Landau (2):
>   RDMA/mlx5: Don't remove cache MRs when a delay is needed
>   RDMA/mlx5: Add a missing update of cache->last_add
> 
> Mark Zhang (1):
>   IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVD

Applied to for-rc, thanks

Jason