mbox series

[GIT,PULL] virtio,vdpa: fixes

Message ID 20210927183003-mutt-send-email-mst@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] virtio,vdpa: fixes | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

Message

Michael S. Tsirkin Sept. 27, 2021, 10:30 p.m. UTC
The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -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 be9c6bad9b46451ba5bb8d366c51e2475f374981:

  vdpa: potential uninitialized return in vhost_vdpa_va_map() (2021-09-14 18:10:43 -0400)

----------------------------------------------------------------
virtio,vdpa: fixes

Fixes up some issues in rc1.

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

----------------------------------------------------------------
Dan Carpenter (2):
      vduse: missing error code in vduse_init()
      vdpa: potential uninitialized return in vhost_vdpa_va_map()

Eli Cohen (2):
      vdpa/mlx5: Clear ready indication for control VQ
      vdpa/mlx5: Avoid executing set_vq_ready() if device is reset

Michael S. Tsirkin (1):
      virtio: don't fail on !of_device_is_compatible

Xie Yongji (1):
      vduse: Cleanup the old kernel states after reset failure

 drivers/vdpa/mlx5/net/mlx5_vnet.c  |  5 +++++
 drivers/vdpa/vdpa_user/vduse_dev.c | 10 +++++-----
 drivers/vhost/vdpa.c               |  2 +-
 drivers/virtio/virtio.c            |  7 ++++++-
 4 files changed, 17 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 28, 2021, 2:31 p.m. UTC | #1
The pull request you sent on Mon, 27 Sep 2021 18:30:03 -0400:

> 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/d33bec7b3dfa36691ed53ccaaf187d90b53be852

Thank you!