The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff:
Linux 6.0-rc7 (2022-09-25 14:01:02 -0700)
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 a43ae8057cc154fd26a3a23c0e8643bef104d995:
vdpa/mlx5: Fix MQ to support non power of two num queues (2022-09-27 18:32:45
-0400)
----------------------------------------------------------------
virtio: fixes
Some last minute fixes. virtio-blk is the most important one
since it was actually seen in the field, but the rest
of them are small and clearly safe, everything here has
been in next for a while.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
----------------------------------------------------------------
Angus Chen (1):
vdpa/ifcvf: fix the calculation of queuepair
Eli Cohen (1):
vdpa/mlx5: Fix MQ to support non power of two num queues
Maxime Coquelin (1):
vduse: prevent uninitialized memory accesses
Suwan Kim (1):
virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()
Xuan Zhuo (1):
virtio_test: fixup for vq reset
lei he (1):
virtio-crypto: fix memory-leak
drivers/block/virtio_blk.c | 11 +++++------
drivers/crypto/virtio/virtio_crypto_akcipher_algs.c | 4 ++++
drivers/vdpa/ifcvf/ifcvf_base.c | 4 ++--
drivers/vdpa/mlx5/net/mlx5_vnet.c | 17 ++++++++++-------
drivers/vdpa/vdpa_user/vduse_dev.c | 9 +++++++--
tools/virtio/linux/virtio.h | 3 +++
tools/virtio/linux/virtio_config.h | 5 +++++
7 files changed, 36 insertions(+), 17 deletions(-)