[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210318141135-mutt-send-email-mst@kernel.org>
Date: Thu, 18 Mar 2021 14:11:35 -0400
From: "Michael S. Tsirkin" <mst@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: kvm@...r.kernel.org, virtualization@...ts.linux-foundation.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
gdawar.xilinx@...il.com, jasowang@...hat.com,
lingshan.zhu@...el.com, lvivier@...hat.com, mst@...hat.com,
parav@...dia.com, sgarzare@...hat.com, stable@...r.kernel.org,
tangbin@...s.chinamobile.com, xianting_tian@....com
Subject: [GIT PULL] vhost: cleanups and fixes
The following changes since commit 16c10bede8b3d8594279752bf53153491f3f944f:
virtio-input: add multi-touch support (2021-02-23 07:52:59 -0500)
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 0bde59c1723a29e294765c96dbe5c7fb639c2f96:
vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() fails (2021-03-14 18:10:07 -0400)
----------------------------------------------------------------
virtio: fixes, cleanups
Some fixes and cleanups all over the place.
Signed-off-by: Michael S. Tsirkin <mst@...hat.com>
----------------------------------------------------------------
Gautam Dawar (1):
vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocation
Jason Wang (1):
vdpa: set the virtqueue num during register
Laurent Vivier (1):
vhost: Fix vhost_vq_reset()
Parav Pandit (1):
vdpa_sim: Skip typecasting from void*
Stefano Garzarella (2):
vhost-vdpa: fix use-after-free of v->config_ctx
vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() fails
Tang Bin (1):
virtio-mmio: Use to_virtio_mmio_device() to simply code
Xianting Tian (1):
virtio: remove export for virtio_config_{enable, disable}
drivers/vdpa/ifcvf/ifcvf_main.c | 5 ++---
drivers/vdpa/mlx5/net/mlx5_vnet.c | 4 ++--
drivers/vdpa/vdpa.c | 18 ++++++++++--------
drivers/vdpa/vdpa_sim/vdpa_sim.c | 2 +-
drivers/vdpa/vdpa_sim/vdpa_sim_net.c | 5 ++---
drivers/vhost/vdpa.c | 20 +++++++++++---------
drivers/vhost/vhost.c | 2 +-
drivers/virtio/virtio.c | 6 ++----
drivers/virtio/virtio_mmio.c | 3 +--
include/linux/vdpa.h | 10 +++++-----
include/linux/virtio.h | 2 --
11 files changed, 37 insertions(+), 40 deletions(-)
Powered by blists - more mailing lists