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: wang.yi59@zte.com.cn, zhang.min9@zte.com.cn, lkp@intel.com,
	kvm@vger.kernel.org, netdev@vger.kernel.org, mst@redhat.com,
	linux-kernel@vger.kernel.org, stable@vger.kernel.org,
	virtualization@lists.linux-foundation.org, pasic@linux.ibm.com,
	xieyongji@bytedance.com, mail@anirudhrb.com,
	si-wei.liu@oracle.com,
	syzbot+0abd373e2e50d704db87@syzkaller.appspotmail.com,
	dan.carpenter@oracle.com
Subject: [GIT PULL] virtio: last minute fixes
Date: Mon, 7 Mar 2022 06:03:32 -0500	[thread overview]
Message-ID: <20220307060332-mutt-send-email-mst@kernel.org> (raw)

The following changes since commit 7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3:

  Linux 5.17-rc6 (2022-02-27 14:36:33 -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 3dd7d135e75cb37c8501ba02977332a2a487dd39:

  tools/virtio: handle fallout from folio work (2022-03-06 06:06:50 -0500)

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

Some fixes that took a while to get ready. Not regressions,
but they look safe and seem to be worth to have.

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

----------------------------------------------------------------
Anirudh Rayabharam (1):
      vhost: fix hung thread due to erroneous iotlb entries

Michael S. Tsirkin (6):
      virtio: unexport virtio_finalize_features
      virtio: acknowledge all features before access
      virtio: document virtio_reset_device
      virtio_console: break out of buf poll on remove
      virtio: drop default for virtio-mem
      tools/virtio: handle fallout from folio work

Si-Wei Liu (3):
      vdpa: factor out vdpa_set_features_unlocked for vdpa internal use
      vdpa/mlx5: should verify CTRL_VQ feature exists for MQ
      vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command

Stefano Garzarella (2):
      vhost: remove avail_event arg from vhost_update_avail_event()
      tools/virtio: fix virtio_test execution

Xie Yongji (3):
      vduse: Fix returning wrong type in vduse_domain_alloc_iova()
      virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero
      virtio-blk: Remove BUG_ON() in virtio_queue_rq()

Zhang Min (1):
      vdpa: fix use-after-free on vp_vdpa_remove

 drivers/block/virtio_blk.c           | 20 ++++++-------
 drivers/char/virtio_console.c        |  7 +++++
 drivers/vdpa/mlx5/net/mlx5_vnet.c    | 34 ++++++++++++++++++++--
 drivers/vdpa/vdpa.c                  |  2 +-
 drivers/vdpa/vdpa_user/iova_domain.c |  2 +-
 drivers/vdpa/virtio_pci/vp_vdpa.c    |  2 +-
 drivers/vhost/iotlb.c                | 11 +++++++
 drivers/vhost/vdpa.c                 |  2 +-
 drivers/vhost/vhost.c                |  9 ++++--
 drivers/virtio/Kconfig               |  1 -
 drivers/virtio/virtio.c              | 56 ++++++++++++++++++++++++------------
 drivers/virtio/virtio_vdpa.c         |  2 +-
 include/linux/vdpa.h                 | 18 ++++++++----
 include/linux/virtio.h               |  1 -
 include/linux/virtio_config.h        |  3 +-
 tools/virtio/linux/mm_types.h        |  3 ++
 tools/virtio/virtio_test.c           |  1 +
 17 files changed, 127 insertions(+), 47 deletions(-)
 create mode 100644 tools/virtio/linux/mm_types.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,
	dan.carpenter@oracle.com, david@redhat.com, jasowang@redhat.com,
	lkp@intel.com, mail@anirudhrb.com, mst@redhat.com,
	pasic@linux.ibm.com, sgarzare@redhat.com, si-wei.liu@oracle.com,
	stable@vger.kernel.org,
	syzbot+0abd373e2e50d704db87@syzkaller.appspotmail.com,
	wang.yi59@zte.com.cn, xieyongji@bytedance.com,
	zhang.min9@zte.com.cn
Subject: [GIT PULL] virtio: last minute fixes
Date: Mon, 7 Mar 2022 06:03:32 -0500	[thread overview]
Message-ID: <20220307060332-mutt-send-email-mst@kernel.org> (raw)

The following changes since commit 7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3:

  Linux 5.17-rc6 (2022-02-27 14:36:33 -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 3dd7d135e75cb37c8501ba02977332a2a487dd39:

  tools/virtio: handle fallout from folio work (2022-03-06 06:06:50 -0500)

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

Some fixes that took a while to get ready. Not regressions,
but they look safe and seem to be worth to have.

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

----------------------------------------------------------------
Anirudh Rayabharam (1):
      vhost: fix hung thread due to erroneous iotlb entries

Michael S. Tsirkin (6):
      virtio: unexport virtio_finalize_features
      virtio: acknowledge all features before access
      virtio: document virtio_reset_device
      virtio_console: break out of buf poll on remove
      virtio: drop default for virtio-mem
      tools/virtio: handle fallout from folio work

Si-Wei Liu (3):
      vdpa: factor out vdpa_set_features_unlocked for vdpa internal use
      vdpa/mlx5: should verify CTRL_VQ feature exists for MQ
      vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command

Stefano Garzarella (2):
      vhost: remove avail_event arg from vhost_update_avail_event()
      tools/virtio: fix virtio_test execution

Xie Yongji (3):
      vduse: Fix returning wrong type in vduse_domain_alloc_iova()
      virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero
      virtio-blk: Remove BUG_ON() in virtio_queue_rq()

Zhang Min (1):
      vdpa: fix use-after-free on vp_vdpa_remove

 drivers/block/virtio_blk.c           | 20 ++++++-------
 drivers/char/virtio_console.c        |  7 +++++
 drivers/vdpa/mlx5/net/mlx5_vnet.c    | 34 ++++++++++++++++++++--
 drivers/vdpa/vdpa.c                  |  2 +-
 drivers/vdpa/vdpa_user/iova_domain.c |  2 +-
 drivers/vdpa/virtio_pci/vp_vdpa.c    |  2 +-
 drivers/vhost/iotlb.c                | 11 +++++++
 drivers/vhost/vdpa.c                 |  2 +-
 drivers/vhost/vhost.c                |  9 ++++--
 drivers/virtio/Kconfig               |  1 -
 drivers/virtio/virtio.c              | 56 ++++++++++++++++++++++++------------
 drivers/virtio/virtio_vdpa.c         |  2 +-
 include/linux/vdpa.h                 | 18 ++++++++----
 include/linux/virtio.h               |  1 -
 include/linux/virtio_config.h        |  3 +-
 tools/virtio/linux/mm_types.h        |  3 ++
 tools/virtio/virtio_test.c           |  1 +
 17 files changed, 127 insertions(+), 47 deletions(-)
 create mode 100644 tools/virtio/linux/mm_types.h


             reply	other threads:[~2022-03-07 11:03 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-07 11:03 Michael S. Tsirkin [this message]
2022-03-07 11:03 ` [GIT PULL] virtio: last minute fixes Michael S. Tsirkin
2022-03-07 19:47 ` pr-tracker-bot
2022-03-07 19:47   ` 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
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
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=20220307060332-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=dan.carpenter@oracle.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=mail@anirudhrb.com \
    --cc=netdev@vger.kernel.org \
    --cc=pasic@linux.ibm.com \
    --cc=si-wei.liu@oracle.com \
    --cc=stable@vger.kernel.org \
    --cc=syzbot+0abd373e2e50d704db87@syzkaller.appspotmail.com \
    --cc=torvalds@linux-foundation.org \
    --cc=virtualization@lists.linux-foundation.org \
    --cc=wang.yi59@zte.com.cn \
    --cc=xieyongji@bytedance.com \
    --cc=zhang.min9@zte.com.cn \
    /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.