[GIT PULL] virtio: bugfixes

From: Michael S. Tsirkin
Date: Mon Dec 25 2023 - 08:28:32 EST


The following changes since commit cefc9ba6aed48a3aa085888e3262ac2aa975714b:

pds_vdpa: set features order (2023-12-01 09:55:01 -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 b8e0792449928943c15d1af9f63816911d139267:

virtio_blk: fix snprintf truncation compiler warning (2023-12-04 09:43:53 -0500)

----------------------------------------------------------------
virtio: bugfixes

A couple of bugfixes: one for a regression.

Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx>

----------------------------------------------------------------
Stefan Hajnoczi (1):
virtio_blk: fix snprintf truncation compiler warning

Xuan Zhuo (1):
virtio_ring: fix syncs DMA memory with different direction

drivers/block/virtio_blk.c | 8 ++++----
drivers/virtio/virtio_ring.c | 6 ++----
2 files changed, 6 insertions(+), 8 deletions(-)