From: Leon Romanovsky <leon@kernel.org>
To: Doug Ledford <dledford@redhat.com>, Jason Gunthorpe <jgg@mellanox.com>
Cc: Leon Romanovsky <leonro@mellanox.com>,
RDMA mailing list <linux-rdma@vger.kernel.org>,
Ariel Levkovich <lariel@mellanox.com>,
Yishai Hadas <yishaih@mellanox.com>
Subject: [PATCH rdma-rc 0/2] Prevent device memory VA reuse
Date: Thu, 12 Dec 2019 12:02:35 +0200 [thread overview]
Message-ID: <20191212100237.330654-1-leon@kernel.org> (raw)
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
next reply other threads:[~2019-12-12 10:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-12 10:02 Leon Romanovsky [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191212100237.330654-1-leon@kernel.org \
--to=leon@kernel.org \
--cc=dledford@redhat.com \
--cc=jgg@mellanox.com \
--cc=lariel@mellanox.com \
--cc=leonro@mellanox.com \
--cc=linux-rdma@vger.kernel.org \
--cc=yishaih@mellanox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.