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, mst@redhat.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	virtualization@lists.linux-foundation.org, eric.auger@redhat.com,
	bcodding@redhat.com, 007047221b@gmail.com,
	viro@zeniv.linux.org.uk, mie@igel.co.jp
Subject: [GIT PULL] virtio,vhost,vdpa: fixes
Date: Wed, 1 Feb 2023 11:06:40 -0500	[thread overview]
Message-ID: <20230201110640-mutt-send-email-mst@kernel.org> (raw)

The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65:

  Linux 6.2-rc5 (2023-01-21 16:27:01 -0800)

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 6b04456e248761cf68f562f2fd7c04e591fcac94:

  vdpa: ifcvf: Do proper cleanup if IFCVF init fails (2023-01-27 06:18:41 -0500)

----------------------------------------------------------------
virtio,vhost,vdpa: fixes

Just small bugfixes all over the place.

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

----------------------------------------------------------------
Eric Auger (1):
      vhost/net: Clear the pending messages when the backend is removed

Jason Wang (1):
      vhost-scsi: unbreak any layout for response

Shunsuke Mie (1):
      tools/virtio: fix the vringh test for virtio ring changes

Tanmay Bhushan (1):
      vdpa: ifcvf: Do proper cleanup if IFCVF init fails

 drivers/vdpa/ifcvf/ifcvf_main.c  |  2 +-
 drivers/vhost/net.c              |  3 +++
 drivers/vhost/scsi.c             | 21 +++++++++++++++++----
 drivers/vhost/vhost.c            |  3 ++-
 drivers/vhost/vhost.h            |  1 +
 tools/virtio/linux/bug.h         |  8 +++-----
 tools/virtio/linux/build_bug.h   |  7 +++++++
 tools/virtio/linux/cpumask.h     |  7 +++++++
 tools/virtio/linux/gfp.h         |  7 +++++++
 tools/virtio/linux/kernel.h      |  1 +
 tools/virtio/linux/kmsan.h       | 12 ++++++++++++
 tools/virtio/linux/scatterlist.h |  1 +
 tools/virtio/linux/topology.h    |  7 +++++++
 13 files changed, 69 insertions(+), 11 deletions(-)
 create mode 100644 tools/virtio/linux/build_bug.h
 create mode 100644 tools/virtio/linux/cpumask.h
 create mode 100644 tools/virtio/linux/gfp.h
 create mode 100644 tools/virtio/linux/kmsan.h
 create mode 100644 tools/virtio/linux/topology.h

_______________________________________________
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,
	007047221b@gmail.com, bcodding@redhat.com, eric.auger@redhat.com,
	jasowang@redhat.com, lingshan.zhu@intel.com, mie@igel.co.jp,
	mst@redhat.com, nab@linux-iscsi.org, viro@zeniv.linux.org.uk
Subject: [GIT PULL] virtio,vhost,vdpa: fixes
Date: Wed, 1 Feb 2023 11:06:40 -0500	[thread overview]
Message-ID: <20230201110640-mutt-send-email-mst@kernel.org> (raw)

The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65:

  Linux 6.2-rc5 (2023-01-21 16:27:01 -0800)

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 6b04456e248761cf68f562f2fd7c04e591fcac94:

  vdpa: ifcvf: Do proper cleanup if IFCVF init fails (2023-01-27 06:18:41 -0500)

----------------------------------------------------------------
virtio,vhost,vdpa: fixes

Just small bugfixes all over the place.

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

----------------------------------------------------------------
Eric Auger (1):
      vhost/net: Clear the pending messages when the backend is removed

Jason Wang (1):
      vhost-scsi: unbreak any layout for response

Shunsuke Mie (1):
      tools/virtio: fix the vringh test for virtio ring changes

Tanmay Bhushan (1):
      vdpa: ifcvf: Do proper cleanup if IFCVF init fails

 drivers/vdpa/ifcvf/ifcvf_main.c  |  2 +-
 drivers/vhost/net.c              |  3 +++
 drivers/vhost/scsi.c             | 21 +++++++++++++++++----
 drivers/vhost/vhost.c            |  3 ++-
 drivers/vhost/vhost.h            |  1 +
 tools/virtio/linux/bug.h         |  8 +++-----
 tools/virtio/linux/build_bug.h   |  7 +++++++
 tools/virtio/linux/cpumask.h     |  7 +++++++
 tools/virtio/linux/gfp.h         |  7 +++++++
 tools/virtio/linux/kernel.h      |  1 +
 tools/virtio/linux/kmsan.h       | 12 ++++++++++++
 tools/virtio/linux/scatterlist.h |  1 +
 tools/virtio/linux/topology.h    |  7 +++++++
 13 files changed, 69 insertions(+), 11 deletions(-)
 create mode 100644 tools/virtio/linux/build_bug.h
 create mode 100644 tools/virtio/linux/cpumask.h
 create mode 100644 tools/virtio/linux/gfp.h
 create mode 100644 tools/virtio/linux/kmsan.h
 create mode 100644 tools/virtio/linux/topology.h


             reply	other threads:[~2023-02-01 16:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-01 16:06 Michael S. Tsirkin [this message]
2023-02-01 16:06 ` [GIT PULL] virtio,vhost,vdpa: fixes Michael S. Tsirkin
2023-02-01 20:02 ` pr-tracker-bot
2023-02-01 20:02   ` 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=20230201110640-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=007047221b@gmail.com \
    --cc=bcodding@redhat.com \
    --cc=eric.auger@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mie@igel.co.jp \
    --cc=netdev@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=viro@zeniv.linux.org.uk \
    --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.