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,
corbet@lwn.net, jasowang@redhat.com, linux-doc@vger.kernel.org,
lulu@redhat.com, markver@us.ibm.com, mst@redhat.com,
pasic@linux.ibm.com, rdunlap@infradead.org,
stable@vger.kernel.org, wuzongyong@linux.alibaba.com,
xieyongji@bytedance.com
Subject: [GIT PULL] virtio,vdpa: fixes
Date: Sun, 17 Oct 2021 10:49:00 -0400 [thread overview]
Message-ID: <20211017104900-mutt-send-email-mst@kernel.org> (raw)
The following changes since commit be9c6bad9b46451ba5bb8d366c51e2475f374981:
vdpa: potential uninitialized return in vhost_vdpa_va_map() (2021-09-14 18:10:43 -0400)
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 bcef9356fc2e1302daf373c83c826aa27954d128:
vhost-vdpa: Fix the wrong input in config_cb (2021-10-13 08:42:07 -0400)
----------------------------------------------------------------
virtio,vdpa: fixes
Fixes up some issues in rc5.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Cindy Lu (1):
vhost-vdpa: Fix the wrong input in config_cb
Halil Pasic (1):
virtio: write back F_VERSION_1 before validate
Michael S. Tsirkin (1):
Revert "virtio-blk: Add validation for block size in config space"
Randy Dunlap (1):
VDUSE: fix documentation underline warning
Wu Zongyong (1):
vhost_vdpa: unset vq irq before freeing irq
Documentation/userspace-api/vduse.rst | 2 +-
drivers/block/virtio_blk.c | 37 ++++++-----------------------------
drivers/vhost/vdpa.c | 10 +++++-----
drivers/virtio/virtio.c | 11 +++++++++++
4 files changed, 23 insertions(+), 37 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: rdunlap@infradead.org, lulu@redhat.com, kvm@vger.kernel.org,
corbet@lwn.net, netdev@vger.kernel.org,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
stable@vger.kernel.org,
virtualization@lists.linux-foundation.org, pasic@linux.ibm.com,
xieyongji@bytedance.com, mst@redhat.com,
wuzongyong@linux.alibaba.com, markver@us.ibm.com
Subject: [GIT PULL] virtio,vdpa: fixes
Date: Sun, 17 Oct 2021 10:49:00 -0400 [thread overview]
Message-ID: <20211017104900-mutt-send-email-mst@kernel.org> (raw)
The following changes since commit be9c6bad9b46451ba5bb8d366c51e2475f374981:
vdpa: potential uninitialized return in vhost_vdpa_va_map() (2021-09-14 18:10:43 -0400)
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 bcef9356fc2e1302daf373c83c826aa27954d128:
vhost-vdpa: Fix the wrong input in config_cb (2021-10-13 08:42:07 -0400)
----------------------------------------------------------------
virtio,vdpa: fixes
Fixes up some issues in rc5.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Cindy Lu (1):
vhost-vdpa: Fix the wrong input in config_cb
Halil Pasic (1):
virtio: write back F_VERSION_1 before validate
Michael S. Tsirkin (1):
Revert "virtio-blk: Add validation for block size in config space"
Randy Dunlap (1):
VDUSE: fix documentation underline warning
Wu Zongyong (1):
vhost_vdpa: unset vq irq before freeing irq
Documentation/userspace-api/vduse.rst | 2 +-
drivers/block/virtio_blk.c | 37 ++++++-----------------------------
drivers/vhost/vdpa.c | 10 +++++-----
drivers/virtio/virtio.c | 11 +++++++++++
4 files changed, 23 insertions(+), 37 deletions(-)
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
next reply other threads:[~2021-10-17 14:49 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-17 14:49 Michael S. Tsirkin [this message]
2021-10-17 14:49 ` [GIT PULL] virtio,vdpa: fixes Michael S. Tsirkin
2021-10-18 6:02 ` pr-tracker-bot
2021-10-18 6:02 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
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
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
2021-09-27 22:30 Michael S. Tsirkin
2021-09-27 22:30 ` Michael S. Tsirkin
2021-09-28 14:31 ` pr-tracker-bot
2021-09-28 14:31 ` 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=20211017104900-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=corbet@lwn.net \
--cc=jasowang@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lulu@redhat.com \
--cc=markver@us.ibm.com \
--cc=netdev@vger.kernel.org \
--cc=pasic@linux.ibm.com \
--cc=rdunlap@infradead.org \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=wuzongyong@linux.alibaba.com \
--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.