Message ID | 20211128125803-mutt-send-email-mst@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [GIT,PULL] vhost,virtio,vdpa: bugfixes | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | fail | Errors and warnings before: 98 this patch: 24 |
netdev/build_clang | fail | Errors and warnings before: 25 this patch: 11 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | fail | Errors and warnings before: 132 this patch: 25 |
The pull request you sent on Sun, 28 Nov 2021 12:58:03 -0500:
> https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d06c942efea40e1701ade200477a7449008d9f24
Thank you!
The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6: Linux 5.16-rc2 (2021-11-21 13:47:39 -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 bb93ce4b150dde79f58e34103cbd1fe829796649: vdpa_sim: avoid putting an uninitialized iova_domain (2021-11-24 19:00:29 -0500) ---------------------------------------------------------------- vhost,virtio,vdpa: bugfixes Misc fixes all over the place. Revert of virtio used length validation series: the approach taken does not seem to work, breaking too many guests in the process. We'll need to do length validation using some other approach. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> ---------------------------------------------------------------- Longpeng (1): vdpa_sim: avoid putting an uninitialized iova_domain Michael S. Tsirkin (4): Revert "virtio-scsi: don't let virtio core to validate used buffer length" Revert "virtio-blk: don't let virtio core to validate used length" Revert "virtio-net: don't let virtio core to validate used length" Revert "virtio_ring: validate used buffer length" Stefano Garzarella (2): vhost/vsock: fix incorrect used length reported to the guest vhost/vsock: cleanup removing `len` variable Wu Zongyong (1): vhost-vdpa: clean irqs before reseting vdpa device Ye Guojin (1): virtio-blk: modify the value type of num in virtio_queue_rq() drivers/block/virtio_blk.c | 3 +- drivers/net/virtio_net.c | 1 - drivers/scsi/virtio_scsi.c | 1 - drivers/vdpa/vdpa_sim/vdpa_sim.c | 7 +++-- drivers/vhost/vdpa.c | 2 +- drivers/vhost/vsock.c | 8 ++---- drivers/virtio/virtio_ring.c | 60 ---------------------------------------- include/linux/virtio.h | 2 -- 8 files changed, 9 insertions(+), 75 deletions(-)