linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rdma-rc 0/2] Prevent device memory VA reuse
@ 2019-12-12 10:02 Leon Romanovsky
  2019-12-12 10:02 ` [PATCH rdma-rc 1/2] IB/core: Introduce rdma_user_mmap_entry_insert_range() API Leon Romanovsky
  2019-12-12 10:02 ` [PATCH rdma-rc 2/2] IB/mlx5: Fix device memory flows Leon Romanovsky
  0 siblings, 2 replies; 7+ messages in thread
From: Leon Romanovsky @ 2019-12-12 10:02 UTC (permalink / raw)
  To: Doug Ledford, Jason Gunthorpe
  Cc: Leon Romanovsky, RDMA mailing list, Ariel Levkovich, Yishai Hadas

From: Leon Romanovsky <leonro@mellanox.com>

Hi,

This is important fix, which I would like to be merged to 5.5.

It used new API call (syntax sugar), which anyway is going to be
used in rdma-next VAR patches, so first patch is introduction
of that API, while second one is actual fix.

Thanks

Yishai Hadas (2):
  IB/core: Introduce rdma_user_mmap_entry_insert_range() API
  IB/mlx5: Fix device memory flows

 drivers/infiniband/core/ib_core_uverbs.c |  48 +++++++--
 drivers/infiniband/hw/mlx5/cmd.c         |  16 ++-
 drivers/infiniband/hw/mlx5/cmd.h         |   2 +-
 drivers/infiniband/hw/mlx5/main.c        | 120 +++++++++++++++--------
 drivers/infiniband/hw/mlx5/mlx5_ib.h     |  19 +++-
 include/rdma/ib_verbs.h                  |   5 +
 6 files changed, 149 insertions(+), 61 deletions(-)

--
2.20.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-12-15 18:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-12 10:02 [PATCH rdma-rc 0/2] Prevent device memory VA reuse Leon Romanovsky
2019-12-12 10:02 ` [PATCH rdma-rc 1/2] IB/core: Introduce rdma_user_mmap_entry_insert_range() API Leon Romanovsky
2019-12-12 10:02 ` [PATCH rdma-rc 2/2] IB/mlx5: Fix device memory flows Leon Romanovsky
2019-12-12 11:15   ` Leon Romanovsky
2019-12-12 11:21     ` Leon Romanovsky
2019-12-12 22:00       ` Doug Ledford
2019-12-15 18:55         ` Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).