Message ID | 20210927183003-mutt-send-email-mst@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [GIT,PULL] virtio,vdpa: fixes | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
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!
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(-)