From: "Michael S. Tsirkin" <mst@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: kvm@vger.kernel.org, arnd@arndb.de, mst@redhat.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
virtualization@lists.linux-foundation.org,
xieyongji@bytedance.com, linux@roeck-us.net,
viresh.kumar@linaro.org, elic@nvidia.com,
dan.carpenter@oracle.com
Subject: [GIT PULL] virtio,vdpa: fixes
Date: Mon, 27 Sep 2021 18:30:03 -0400 [thread overview]
Message-ID: <20210927183003-mutt-send-email-mst@kernel.org> (raw)
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(-)
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
aik@ozlabs.ru, arnd@arndb.de, dan.carpenter@oracle.com,
elic@nvidia.com, jasowang@redhat.com, linux@roeck-us.net,
mst@redhat.com, viresh.kumar@linaro.org, xieyongji@bytedance.com
Subject: [GIT PULL] virtio,vdpa: fixes
Date: Mon, 27 Sep 2021 18:30:03 -0400 [thread overview]
Message-ID: <20210927183003-mutt-send-email-mst@kernel.org> (raw)
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(-)
next reply other threads:[~2021-09-27 22:30 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-27 22:30 Michael S. Tsirkin [this message]
2021-09-27 22:30 ` [GIT PULL] virtio,vdpa: fixes Michael S. Tsirkin
2021-09-28 14:31 ` pr-tracker-bot
2021-09-28 14:31 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2021-10-17 14:49 Michael S. Tsirkin
2021-10-17 14:49 ` Michael S. Tsirkin
2021-10-18 6:02 ` pr-tracker-bot
2021-10-18 6:02 ` pr-tracker-bot
2022-06-11 7:48 Michael S. Tsirkin
2022-06-11 7:48 ` Michael S. Tsirkin
2022-06-12 0:33 ` pr-tracker-bot
2022-06-12 0:33 ` pr-tracker-bot
2022-06-27 15:50 Michael S. Tsirkin
2022-06-27 15:50 ` Michael S. Tsirkin
2022-06-27 18:03 ` pr-tracker-bot
2022-06-27 18:03 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210927183003-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=arnd@arndb.de \
--cc=dan.carpenter@oracle.com \
--cc=elic@nvidia.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=netdev@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=viresh.kumar@linaro.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=xieyongji@bytedance.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.