From: "Michael S. Tsirkin" <mst@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: lvivier@redhat.com, lkp@intel.com, kvm@vger.kernel.org,
mst@redhat.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, stable@vger.kernel.org,
virtualization@lists.linux-foundation.org, elic@nvidia.com,
jingxiangfeng@huawei.com, lingshan.zhu@intel.com,
dan.carpenter@oracle.com
Subject: [GIT PULL] vhost,vdpa: fixes
Date: Sat, 31 Oct 2020 15:59:40 -0400 [thread overview]
Message-ID: <20201031155940-mutt-send-email-mst@kernel.org> (raw)
The following changes since commit 88a0d60c6445f315fbcfff3db792021bb3a67b28:
MAINTAINERS: add URL for virtio-mem (2020-10-21 10:48:11 -0400)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
for you to fetch changes up to 0c86d774883fa17e7c81b0c8838b88d06c2c911e:
vdpasim: allow to assign a MAC address (2020-10-30 04:04:35 -0400)
----------------------------------------------------------------
vhost,vdpa: fixes
Fixes all over the place. A new UAPI is borderline: can also be
considered a new feature but also seems to be the only way we could come
up with to fix addressing for userspace - and it seems important to
switch to it now before userspace making assumptions about addressing
ability of devices is set in stone.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Dan Carpenter (1):
vhost_vdpa: Return -EFAULT if copy_from_user() fails
Jason Wang (3):
vdpa: introduce config op to get valid iova range
vhost: vdpa: report iova range
vdpa_sim: implement get_iova_range()
Jing Xiangfeng (1):
vdpa/mlx5: Fix error return in map_direct_mr()
Laurent Vivier (3):
vdpa_sim: Fix DMA mask
vdpasim: fix MAC address configuration
vdpasim: allow to assign a MAC address
Michael S. Tsirkin (1):
Revert "vhost-vdpa: fix page pinning leakage in error path"
Zhu Lingshan (1):
vdpa: handle irq bypass register failure case
drivers/vdpa/mlx5/core/mr.c | 5 +-
drivers/vdpa/vdpa_sim/vdpa_sim.c | 33 +++++++-
drivers/vhost/vdpa.c | 167 ++++++++++++++++++++++-----------------
include/linux/vdpa.h | 15 ++++
include/uapi/linux/vhost.h | 4 +
include/uapi/linux/vhost_types.h | 9 +++
6 files changed, 154 insertions(+), 79 deletions(-)
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
dan.carpenter@oracle.com, elic@nvidia.com, jasowang@redhat.com,
jingxiangfeng@huawei.com, lingshan.zhu@intel.com, lkp@intel.com,
lvivier@redhat.com, mst@redhat.com, stable@vger.kernel.org
Subject: [GIT PULL] vhost,vdpa: fixes
Date: Sat, 31 Oct 2020 15:59:40 -0400 [thread overview]
Message-ID: <20201031155940-mutt-send-email-mst@kernel.org> (raw)
The following changes since commit 88a0d60c6445f315fbcfff3db792021bb3a67b28:
MAINTAINERS: add URL for virtio-mem (2020-10-21 10:48:11 -0400)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
for you to fetch changes up to 0c86d774883fa17e7c81b0c8838b88d06c2c911e:
vdpasim: allow to assign a MAC address (2020-10-30 04:04:35 -0400)
----------------------------------------------------------------
vhost,vdpa: fixes
Fixes all over the place. A new UAPI is borderline: can also be
considered a new feature but also seems to be the only way we could come
up with to fix addressing for userspace - and it seems important to
switch to it now before userspace making assumptions about addressing
ability of devices is set in stone.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Dan Carpenter (1):
vhost_vdpa: Return -EFAULT if copy_from_user() fails
Jason Wang (3):
vdpa: introduce config op to get valid iova range
vhost: vdpa: report iova range
vdpa_sim: implement get_iova_range()
Jing Xiangfeng (1):
vdpa/mlx5: Fix error return in map_direct_mr()
Laurent Vivier (3):
vdpa_sim: Fix DMA mask
vdpasim: fix MAC address configuration
vdpasim: allow to assign a MAC address
Michael S. Tsirkin (1):
Revert "vhost-vdpa: fix page pinning leakage in error path"
Zhu Lingshan (1):
vdpa: handle irq bypass register failure case
drivers/vdpa/mlx5/core/mr.c | 5 +-
drivers/vdpa/vdpa_sim/vdpa_sim.c | 33 +++++++-
drivers/vhost/vdpa.c | 167 ++++++++++++++++++++++-----------------
include/linux/vdpa.h | 15 ++++
include/uapi/linux/vhost.h | 4 +
include/uapi/linux/vhost_types.h | 9 +++
6 files changed, 154 insertions(+), 79 deletions(-)
next reply other threads:[~2020-10-31 19:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-31 19:59 Michael S. Tsirkin [this message]
2020-10-31 19:59 ` [GIT PULL] vhost,vdpa: fixes Michael S. Tsirkin
2020-10-31 21:45 ` pr-tracker-bot
2020-10-31 21:45 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2020-11-16 13:14 Michael S. Tsirkin
2020-11-16 13:14 ` Michael S. Tsirkin
2020-11-16 23:10 ` pr-tracker-bot
2020-11-16 23:10 ` pr-tracker-bot
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=20201031155940-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=dan.carpenter@oracle.com \
--cc=elic@nvidia.com \
--cc=jingxiangfeng@huawei.com \
--cc=kvm@vger.kernel.org \
--cc=lingshan.zhu@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lkp@intel.com \
--cc=lvivier@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=virtualization@lists.linux-foundation.org \
/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.