I was hoping to get vhost threading compat fixes in but no luck. A very quiet merge cycle - I guess it's a sign we got a lot merged last time, and everyone is busy testing. Right, guys? The following changes since commit 83e445e64f48bdae3f25013e788fcf592f142576: vdpa/mlx5: Fix error path during device add (2024-11-07 16:51:16 -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 6a39bb15b3d1c355ab198d41f9590379d734f0bb: virtio_vdpa: remove redundant check on desc (2024-11-12 18:07:46 -0500) ---------------------------------------------------------------- virtio: features, fixes, cleanups A small number of improvements all over the place. Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx> ---------------------------------------------------------------- Colin Ian King (1): virtio_vdpa: remove redundant check on desc Max Gurtovoy (2): virtio_fs: add informative log for new tag discovery virtio_fs: store actual queue index in mq_map Philip Chen (1): virtio_pmem: Add freeze/restore callbacks Si-Wei Liu (2): vdpa/mlx5: Fix PA offset with unaligned starting iotlb map vdpa/mlx5: Fix suboptimal range on iotlb iteration Wenyu Huang (1): virtio: Make vring_new_virtqueue support packed vring drivers/nvdimm/virtio_pmem.c | 24 +++++ drivers/vdpa/mlx5/core/mr.c | 12 +-- drivers/virtio/virtio_ring.c | 227 +++++++++++++++++++++++-------------------- drivers/virtio/virtio_vdpa.c | 3 +- fs/fuse/virtio_fs.c | 13 +-- 5 files changed, 159 insertions(+), 120 deletions(-)