stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] virtio: last minute fixes
@ 2021-04-22 22:20 Michael S. Tsirkin
  2021-04-22 23:30 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2021-04-22 22:20 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: kvm, virtualization, netdev, linux-kernel, dan.carpenter, elic,
	jasowang, lkp, mst, stable, xieyongji

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(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] virtio: last minute fixes
  2021-04-22 22:20 [GIT PULL] virtio: last minute fixes Michael S. Tsirkin
@ 2021-04-22 23:30 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2021-04-22 23:30 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Linus Torvalds, kvm, virtualization, netdev, linux-kernel,
	dan.carpenter, elic, jasowang, lkp, mst, stable, xieyongji

The pull request you sent on Thu, 22 Apr 2021 18:20:16 -0400:

> https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/18a3c5f7abfdf97f88536d35338ebbee119c355c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] virtio: last minute fixes
  2023-04-10  9:59 Michael S. Tsirkin
@ 2023-04-10 21:21 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2023-04-10 21:21 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Linus Torvalds, kvm, virtualization, netdev, linux-kernel,
	dmitry.fomichev, elic, jasowang, michael.christie, mst, sgarzare,
	stable, zwisler, zwisler

The pull request you sent on Mon, 10 Apr 2023 05:59:06 -0400:

> https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dfc191544864601a056ce7691d600e70d60d3ca1

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] virtio: last minute fixes
@ 2023-04-10  9:59 Michael S. Tsirkin
  2023-04-10 21:21 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2023-04-10  9:59 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: kvm, virtualization, netdev, linux-kernel, dmitry.fomichev, elic,
	jasowang, michael.christie, mst, sgarzare, stable, zwisler,
	zwisler

The following changes since commit 7e364e56293bb98cae1b55fd835f5991c4e96e7d:

  Linux 6.3-rc5 (2023-04-02 14:29:29 -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 9da667e50c7e62266f3c2f8ad57b32fca40716b1:

  vdpa_sim_net: complete the initialization before register the device (2023-04-04 14:22:12 -0400)

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

Some last minute fixes - most of them for regressions.

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

----------------------------------------------------------------
Dmitry Fomichev (2):
      virtio-blk: fix to match virtio spec
      virtio-blk: fix ZBD probe in kernels without ZBD support

Eli Cohen (1):
      vdpa/mlx5: Add and remove debugfs in setup/teardown driver

Mike Christie (2):
      vhost-scsi: Fix vhost_scsi struct use after free
      vhost-scsi: Fix crash during LUN unmapping

Ross Zwisler (1):
      tools/virtio: fix typo in README instructions

Stefano Garzarella (1):
      vdpa_sim_net: complete the initialization before register the device

 drivers/block/virtio_blk.c           | 269 ++++++++++++++++++++++-------------
 drivers/vdpa/mlx5/net/mlx5_vnet.c    |   8 +-
 drivers/vdpa/vdpa_sim/vdpa_sim_net.c |  13 +-
 drivers/vhost/scsi.c                 |  39 +----
 include/uapi/linux/virtio_blk.h      |  18 +--
 tools/virtio/virtio-trace/README     |   2 +-
 6 files changed, 205 insertions(+), 144 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] virtio: last minute fixes
  2022-03-07 11:03 Michael S. Tsirkin
@ 2022-03-07 19:47 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2022-03-07 19:47 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Linus Torvalds, kvm, virtualization, netdev, linux-kernel,
	dan.carpenter, david, jasowang, lkp, mail, mst, pasic, sgarzare,
	si-wei.liu, stable, syzbot+0abd373e2e50d704db87, wang.yi59,
	xieyongji, zhang.min9

The pull request you sent on Mon, 7 Mar 2022 06:03:32 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/06be3029703fed2099b7247c527ab70d75255178

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] virtio: last minute fixes
@ 2022-03-07 11:03 Michael S. Tsirkin
  2022-03-07 19:47 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2022-03-07 11:03 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: kvm, virtualization, netdev, linux-kernel, dan.carpenter, david,
	jasowang, lkp, mail, mst, pasic, sgarzare, si-wei.liu, stable,
	syzbot+0abd373e2e50d704db87, wang.yi59, xieyongji, zhang.min9

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-04-10 21:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 22:20 [GIT PULL] virtio: last minute fixes Michael S. Tsirkin
2021-04-22 23:30 ` pr-tracker-bot
2022-03-07 11:03 Michael S. Tsirkin
2022-03-07 19:47 ` pr-tracker-bot
2023-04-10  9:59 Michael S. Tsirkin
2023-04-10 21:21 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).