The email subject is wrong. it's just bugfixes. But the tag is ok, and that's what matters, right? On Sun, Dec 12, 2021 at 05:59:58PM -0500, Michael S. Tsirkin wrote: > The following changes since commit 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1: > > Linux 5.16-rc4 (2021-12-05 14:08:22 -0800) > > 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 bb47620be322c5e9e372536cb6b54e17b3a00258: > > vdpa: Consider device id larger than 31 (2021-12-08 15:41:50 -0500) > > ---------------------------------------------------------------- > virtio,vdpa: bugfixes > > Misc bugfixes. > > Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx> > > ---------------------------------------------------------------- > Arnd Bergmann (1): > virtio: always enter drivers/virtio/ > > Dan Carpenter (3): > vduse: fix memory corruption in vduse_dev_ioctl() > vdpa: check that offsets are within bounds > vduse: check that offset is within bounds in get_config() > > Parav Pandit (1): > vdpa: Consider device id larger than 31 > > Wei Wang (1): > virtio/vsock: fix the transport to work with VMADDR_CID_ANY > > Will Deacon (1): > virtio_ring: Fix querying of maximum DMA mapping size for virtio device > > drivers/Makefile | 3 +-- > drivers/vdpa/vdpa.c | 3 ++- > drivers/vdpa/vdpa_user/vduse_dev.c | 6 ++++-- > drivers/vhost/vdpa.c | 2 +- > drivers/virtio/virtio_ring.c | 2 +- > net/vmw_vsock/virtio_transport_common.c | 3 ++- > 6 files changed, 11 insertions(+), 8 deletions(-)