mbox series

[rdma-next,v1,0/6] Collection of mlx5_ib fixes

Message ID cover.1706433934.git.leon@kernel.org (mailing list archive)
Headers show
Series Collection of mlx5_ib fixes | expand

Message

Leon Romanovsky Jan. 28, 2024, 9:29 a.m. UTC
From: Leon Romanovsky <leonro@nvidia.com>

Changelog:
v1:
 * Changed function signature is_cacheable_mkey to pass pointer and not value.
v0: https://lore.kernel.org/all/cover.1706185318.git.leon@kernel.org

---------------------------------------------------------------------------------

Hi,

Collection of independent fixes for mlx5_ib driver.

Thanks

Leon Romanovsky (1):
  RDMA/mlx5: Fix fortify source warning while accessing Eth segment

Mark Zhang (1):
  IB/mlx5: Don't expose debugfs entries for RRoCE general parameters if
    not supported

Or Har-Toov (3):
  RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent
  RDMA/mlx5: Change check for cacheable user mkeys
  RDMA/mlx5: Adding remote atomic access flag to updatable flags

Yishai Hadas (1):
  RDMA/mlx5: Relax DEVX access upon modify commands

 drivers/infiniband/hw/mlx5/cong.c    |  6 ++++++
 drivers/infiniband/hw/mlx5/devx.c    |  2 +-
 drivers/infiniband/hw/mlx5/mlx5_ib.h |  2 +-
 drivers/infiniband/hw/mlx5/mr.c      | 18 ++++++++++--------
 drivers/infiniband/hw/mlx5/wr.c      |  2 +-
 include/linux/mlx5/mlx5_ifc.h        |  2 +-
 include/linux/mlx5/qp.h              |  5 ++++-
 7 files changed, 24 insertions(+), 13 deletions(-)

Comments

Leon Romanovsky Jan. 31, 2024, 9:16 a.m. UTC | #1
On Sun, 28 Jan 2024 11:29:10 +0200, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@nvidia.com>
> 
> Changelog:
> v1:
>  * Changed function signature is_cacheable_mkey to pass pointer and not value.
> v0: https://lore.kernel.org/all/cover.1706185318.git.leon@kernel.org
> 
> [...]

Applied, thanks!

[1/6] RDMA/mlx5: Fix fortify source warning while accessing Eth segment
      https://git.kernel.org/rdma/rdma/c/4d5e86a56615cc
[2/6] IB/mlx5: Don't expose debugfs entries for RRoCE general parameters if not supported
      https://git.kernel.org/rdma/rdma/c/43fdbd140238d4
[3/6] RDMA/mlx5: Relax DEVX access upon modify commands
      https://git.kernel.org/rdma/rdma/c/be551ee1574280

Best regards,
Leon Romanovsky Jan. 31, 2024, 9:18 a.m. UTC | #2
On Sun, Jan 28, 2024 at 11:29:10AM +0200, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@nvidia.com>

<...>

> Leon Romanovsky (1):
>   RDMA/mlx5: Fix fortify source warning while accessing Eth segment
> 
> Mark Zhang (1):
>   IB/mlx5: Don't expose debugfs entries for RRoCE general parameters if
>     not supported
>
> Yishai Hadas (1):
>   RDMA/mlx5: Relax DEVX access upon modify commands

Applied these patches to -rc.

>
> Or Har-Toov (3):
>   RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent
>   RDMA/mlx5: Change check for cacheable user mkeys
>   RDMA/mlx5: Adding remote atomic access flag to updatable flags

These patches under discussion and will be needed to resend anyway.

Thanks