[GIT PULL] vhost,vdpa: last minute fixes
From: Michael S. Tsirkin
Date: Tue Aug 04 2026 - 17:08:41 EST
The following changes since commit 075b74841bd0065a3bda3440873c747938e69b68:
Linux 7.2-rc6 (2026-08-02 16:24:24 -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 42bc45df5905e2b7dccb72adaf7730f66cfbe03f:
vhost-scsi: reject feature changes after endpoint (2026-08-03 23:08:15 -0400)
----------------------------------------------------------------
vhost,vdpa: last minute fixes
A small number of fixes that seem too important to
wait until the next release.
Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx>
----------------------------------------------------------------
Christian Borntraeger (1):
vdpa/mlx5: Fix buffer length in create_direct_keys()
Jia Jia (2):
vhost-scsi: flush backend after device ioctls
vhost-scsi: reject feature changes after endpoint
Jun Yang (1):
vhost: reset the vring metadata cache on vring reconfiguration
Linfeng Sun (1):
vhost-scsi: Validate T10 PI scatterlist counts
Linfeng Sun (1):
vhost_iotlb: bound map allocation in add_range
Yousef Alhouseen (1):
vhost/vdpa: reject overflowing PA map page counts on 32-bit
drivers/vdpa/mlx5/core/mlx5_vdpa.h | 2 ++
drivers/vdpa/mlx5/core/mr.c | 8 ++++--
drivers/vdpa/mlx5/core/resources.c | 11 ++++++++-
drivers/vdpa/vdpa_sim/vdpa_sim.c | 10 +++++---
drivers/vdpa/vdpa_user/iova_domain.c | 11 ++++++++-
drivers/vhost/iotlb.c | 47 +++++++++++++++++++++++++-----------
drivers/vhost/scsi.c | 20 ++++++++++++++-
drivers/vhost/vdpa.c | 18 ++++++++++++--
drivers/vhost/vhost.c | 16 ++++++++++++
9 files changed, 119 insertions(+), 24 deletions(-)