All of lore.kernel.org
 help / color / mirror / Atom feed
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,
	dan.carpenter@oracle.com, elic@nvidia.com, jasowang@redhat.com,
	lkp@intel.com, mst@redhat.com, stable@vger.kernel.org,
	xieyongji@bytedance.com
Subject: [GIT PULL] virtio: last minute fixes
Date: Thu, 22 Apr 2021 18:20:16 -0400	[thread overview]
Message-ID: <20210422182016-mutt-send-email-mst@kernel.org> (raw)

The following changes since commit bc04d93ea30a0a8eb2a2648b848cef35d1f6f798:

  vdpa/mlx5: Fix suspend/resume index restoration (2021-04-09 12:08:28 -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 be286f84e33da1a7f83142b64dbd86f600e73363:

  vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails (2021-04-22 18:15:31 -0400)

----------------------------------------------------------------
virtio: last minute fixes

Very late in the cycle but both risky if left unfixed and more or less
obvious..

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

----------------------------------------------------------------
Eli Cohen (1):
      vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails

Xie Yongji (1):
      vhost-vdpa: protect concurrent access to vhost device iotlb

 drivers/vdpa/mlx5/core/mr.c | 4 +++-
 drivers/vhost/vdpa.c        | 6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)


WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: lkp@intel.com, kvm@vger.kernel.org, mst@redhat.com,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	stable@vger.kernel.org,
	virtualization@lists.linux-foundation.org,
	xieyongji@bytedance.com, elic@nvidia.com,
	dan.carpenter@oracle.com
Subject: [GIT PULL] virtio: last minute fixes
Date: Thu, 22 Apr 2021 18:20:16 -0400	[thread overview]
Message-ID: <20210422182016-mutt-send-email-mst@kernel.org> (raw)

The following changes since commit bc04d93ea30a0a8eb2a2648b848cef35d1f6f798:

  vdpa/mlx5: Fix suspend/resume index restoration (2021-04-09 12:08:28 -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 be286f84e33da1a7f83142b64dbd86f600e73363:

  vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails (2021-04-22 18:15:31 -0400)

----------------------------------------------------------------
virtio: last minute fixes

Very late in the cycle but both risky if left unfixed and more or less
obvious..

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

----------------------------------------------------------------
Eli Cohen (1):
      vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails

Xie Yongji (1):
      vhost-vdpa: protect concurrent access to vhost device iotlb

 drivers/vdpa/mlx5/core/mr.c | 4 +++-
 drivers/vhost/vdpa.c        | 6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

             reply	other threads:[~2021-04-22 22:20 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-22 22:20 Michael S. Tsirkin [this message]
2021-04-22 22:20 ` [GIT PULL] virtio: last minute fixes Michael S. Tsirkin
2021-04-22 23:30 ` pr-tracker-bot
2021-04-22 23:30   ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2023-10-23  5:02 Michael S. Tsirkin
2023-10-23  5:02 ` Michael S. Tsirkin
2023-10-23 18:03 ` pr-tracker-bot
2023-10-23 18:03   ` pr-tracker-bot
2023-04-10  9:59 Michael S. Tsirkin
2023-04-10  9:59 ` Michael S. Tsirkin
2023-04-10 21:21 ` pr-tracker-bot
2023-04-10 21:21   ` pr-tracker-bot
2022-03-07 11:03 Michael S. Tsirkin
2022-03-07 11:03 ` Michael S. Tsirkin
2022-03-07 19:47 ` pr-tracker-bot
2022-03-07 19:47   ` pr-tracker-bot
2021-10-27 20:08 Michael S. Tsirkin
2021-10-27 20:08 ` Michael S. Tsirkin
2021-10-28 17:25 ` pr-tracker-bot
2021-10-28 17:25   ` pr-tracker-bot
2020-09-29  7:50 Michael S. Tsirkin
2020-09-29  7:50 ` Michael S. Tsirkin
2020-09-29 17:44 ` pr-tracker-bot
2020-09-29 17:44   ` 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=20210422182016-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=dan.carpenter@oracle.com \
    --cc=elic@nvidia.com \
    --cc=jasowang@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.