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,
	jasowang@redhat.com, mst@redhat.com, vincent.whitchurch@axis.com,
	xieyongji@bytedance.com
Subject: [GIT PULL] virtio: last minute fixes
Date: Wed, 27 Oct 2021 16:08:29 -0400	[thread overview]
Message-ID: <20211027160829-mutt-send-email-mst@kernel.org> (raw)

The following changes since commit 64222515138e43da1fcf288f0289ef1020427b87:

  Merge tag 'drm-fixes-2021-10-22' of git://anongit.freedesktop.org/drm/drm (2021-10-21 19:06:08 -1000)

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 890d33561337ffeba0d8ba42517e71288cfee2b6:

  virtio-ring: fix DMA metadata flags (2021-10-27 15:54:34 -0400)

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

A couple of fixes that seem important enough to pick at the last moment.

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

----------------------------------------------------------------
Vincent Whitchurch (1):
      virtio-ring: fix DMA metadata flags

Xie Yongji (2):
      vduse: Disallow injecting interrupt before DRIVER_OK is set
      vduse: Fix race condition between resetting and irq injecting

 drivers/vdpa/vdpa_user/vduse_dev.c | 29 +++++++++++++++++++++++++----
 drivers/virtio/virtio_ring.c       |  2 +-
 2 files changed, 26 insertions(+), 5 deletions(-)


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, mst@redhat.com, netdev@vger.kernel.org,
	vincent.whitchurch@axis.com, linux-kernel@vger.kernel.org,
	virtualization@lists.linux-foundation.org,
	xieyongji@bytedance.com
Subject: [GIT PULL] virtio: last minute fixes
Date: Wed, 27 Oct 2021 16:08:29 -0400	[thread overview]
Message-ID: <20211027160829-mutt-send-email-mst@kernel.org> (raw)

The following changes since commit 64222515138e43da1fcf288f0289ef1020427b87:

  Merge tag 'drm-fixes-2021-10-22' of git://anongit.freedesktop.org/drm/drm (2021-10-21 19:06:08 -1000)

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 890d33561337ffeba0d8ba42517e71288cfee2b6:

  virtio-ring: fix DMA metadata flags (2021-10-27 15:54:34 -0400)

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

A couple of fixes that seem important enough to pick at the last moment.

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

----------------------------------------------------------------
Vincent Whitchurch (1):
      virtio-ring: fix DMA metadata flags

Xie Yongji (2):
      vduse: Disallow injecting interrupt before DRIVER_OK is set
      vduse: Fix race condition between resetting and irq injecting

 drivers/vdpa/vdpa_user/vduse_dev.c | 29 +++++++++++++++++++++++++----
 drivers/virtio/virtio_ring.c       |  2 +-
 2 files changed, 26 insertions(+), 5 deletions(-)

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

             reply	other threads:[~2021-10-27 20:08 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-27 20:08 Michael S. Tsirkin [this message]
2021-10-27 20:08 ` [GIT PULL] virtio: last minute fixes Michael S. Tsirkin
2021-10-28 17:25 ` pr-tracker-bot
2021-10-28 17:25   ` 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-04-22 22:20 Michael S. Tsirkin
2021-04-22 22:20 ` Michael S. Tsirkin
2021-04-22 23:30 ` pr-tracker-bot
2021-04-22 23:30   ` 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=20211027160829-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=vincent.whitchurch@axis.com \
    --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.