From: "Michael S. Tsirkin" <mst@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: kvm@vger.kernel.org, mst@redhat.com, netdev@vger.kernel.org,
rdunlap@infradead.org, linux-kernel@vger.kernel.org,
virtualization@lists.linux-foundation.org,
natechancellor@gmail.com, maxime.coquelin@redhat.com,
elic@nvidia.com, lingshan.zhu@intel.com
Subject: [GIT PULL] virtio: bugfixes
Date: Wed, 26 Aug 2020 09:27:31 -0400 [thread overview]
Message-ID: <20200826092731-mutt-send-email-mst@kernel.org> (raw)
The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:
Linux 5.9-rc2 (2020-08-23 14:08:43 -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 cbb523594eb718944b726ba52bb43a1d66188a17:
vdpa/mlx5: Avoid warnings about shifts on 32-bit platforms (2020-08-26 08:13:59 -0400)
----------------------------------------------------------------
virtio: bugfixes
A couple vdpa and vhost bugfixes
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Jason Wang (2):
vdpa: ifcvf: return err when fail to request config irq
vdpa: ifcvf: free config irq in ifcvf_free_irq()
Nathan Chancellor (1):
vdpa/mlx5: Avoid warnings about shifts on 32-bit platforms
Stefano Garzarella (1):
vhost-iotlb: fix vhost_iotlb_itree_next() documentation
drivers/vdpa/ifcvf/ifcvf_base.h | 2 +-
drivers/vdpa/ifcvf/ifcvf_main.c | 9 +++++--
drivers/vdpa/mlx5/net/mlx5_vnet.c | 50 +++++++++++++++++++--------------------
drivers/vhost/iotlb.c | 4 ++--
4 files changed, 35 insertions(+), 30 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,
elic@nvidia.com, jasowang@redhat.com, lingshan.zhu@intel.com,
maxime.coquelin@redhat.com, mst@redhat.com,
natechancellor@gmail.com, rdunlap@infradead.org,
sgarzare@redhat.com
Subject: [GIT PULL] virtio: bugfixes
Date: Wed, 26 Aug 2020 09:27:31 -0400 [thread overview]
Message-ID: <20200826092731-mutt-send-email-mst@kernel.org> (raw)
The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:
Linux 5.9-rc2 (2020-08-23 14:08:43 -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 cbb523594eb718944b726ba52bb43a1d66188a17:
vdpa/mlx5: Avoid warnings about shifts on 32-bit platforms (2020-08-26 08:13:59 -0400)
----------------------------------------------------------------
virtio: bugfixes
A couple vdpa and vhost bugfixes
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Jason Wang (2):
vdpa: ifcvf: return err when fail to request config irq
vdpa: ifcvf: free config irq in ifcvf_free_irq()
Nathan Chancellor (1):
vdpa/mlx5: Avoid warnings about shifts on 32-bit platforms
Stefano Garzarella (1):
vhost-iotlb: fix vhost_iotlb_itree_next() documentation
drivers/vdpa/ifcvf/ifcvf_base.h | 2 +-
drivers/vdpa/ifcvf/ifcvf_main.c | 9 +++++--
drivers/vdpa/mlx5/net/mlx5_vnet.c | 50 +++++++++++++++++++--------------------
drivers/vhost/iotlb.c | 4 ++--
4 files changed, 35 insertions(+), 30 deletions(-)
next reply other threads:[~2020-08-26 13:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-26 13:27 Michael S. Tsirkin [this message]
2020-08-26 13:27 ` [GIT PULL] virtio: bugfixes Michael S. Tsirkin
2020-08-26 18:34 ` pr-tracker-bot
2020-08-26 18:34 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2023-08-13 23:08 Michael S. Tsirkin
2023-08-13 23:08 ` Michael S. Tsirkin
2023-08-15 6:30 ` pr-tracker-bot
2023-08-15 6:30 ` pr-tracker-bot
2023-12-25 13:27 Michael S. Tsirkin
2023-12-25 23:32 ` pr-tracker-bot
2024-04-14 8:20 Michael S. Tsirkin
2024-04-14 17:12 ` pr-tracker-bot
2024-10-07 15:51 Michael S. Tsirkin
2024-10-07 18:37 ` pr-tracker-bot
2024-11-11 13:50 Michael S. Tsirkin
2024-11-12 18:07 ` 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=20200826092731-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=elic@nvidia.com \
--cc=kvm@vger.kernel.org \
--cc=lingshan.zhu@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maxime.coquelin@redhat.com \
--cc=natechancellor@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=rdunlap@infradead.org \
--cc=torvalds@linux-foundation.org \
--cc=virtualization@lists.linux-foundation.org \
/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.