Re: [GIT PULL] virtio: last minute fixes

2023-10-23 Thread pr-tracker-bot
The pull request you sent on Mon, 23 Oct 2023 01:02:07 -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/7c14564010fc1d0f16ca7d39b0ff948b43344209

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization


[GIT PULL] virtio: last minute fixes

2023-10-22 Thread Michael S. Tsirkin
The following changes since commit 58720809f52779dc0f08e53e54b014209d13eebb:

  Linux 6.6-rc6 (2023-10-15 13:34:39 -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 061b39fdfe7fd98946e67637213bcbb10a318cca:

  virtio_pci: fix the common cfg map size (2023-10-18 11:30:12 -0400)


virtio: last minute fixes

a collection of small fixes that look like worth having in
this release.

Signed-off-by: Michael S. Tsirkin 


Dragos Tatulea (2):
  vdpa/mlx5: Fix double release of debugfs entry
  vdpa/mlx5: Fix firmware error on creation of 1k VQs

Eric Auger (1):
  vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE

Gavin Shan (1):
  virtio_balloon: Fix endless deflation and inflation on arm64

Liming Wu (1):
  tools/virtio: Add dma sync api for virtio test

Maximilian Heyne (1):
  virtio-mmio: fix memory leak of vm_dev

Shawn.Shao (1):
  vdpa_sim_blk: Fix the potential leak of mgmt_dev

Xuan Zhuo (1):
  virtio_pci: fix the common cfg map size

zhenwei pi (1):
  virtio-crypto: handle config changed by work queue

 drivers/crypto/virtio/virtio_crypto_common.h |  3 ++
 drivers/crypto/virtio/virtio_crypto_core.c   | 14 +-
 drivers/vdpa/mlx5/net/debug.c|  5 +-
 drivers/vdpa/mlx5/net/mlx5_vnet.c| 70 ++--
 drivers/vdpa/mlx5/net/mlx5_vnet.h| 11 -
 drivers/vdpa/vdpa_sim/vdpa_sim_blk.c |  5 +-
 drivers/vhost/vhost.c|  4 +-
 drivers/virtio/virtio_balloon.c  |  6 ++-
 drivers/virtio/virtio_mmio.c | 19 ++--
 drivers/virtio/virtio_pci_modern_dev.c   |  2 +-
 tools/virtio/linux/dma-mapping.h | 12 +
 11 files changed, 121 insertions(+), 30 deletions(-)

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


Re: [GIT PULL] virtio: last minute fixes

2023-04-10 Thread pr-tracker-bot
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
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization


[GIT PULL] virtio: last minute fixes

2023-04-10 Thread Michael S. Tsirkin
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 


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

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


Re: [GIT PULL] virtio: last minute fixes

2022-03-07 Thread pr-tracker-bot
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
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization


[GIT PULL] virtio: last minute fixes

2022-03-07 Thread Michael S. Tsirkin
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 


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


Re: [GIT PULL] virtio: last minute fixes

2021-10-28 Thread pr-tracker-bot
The pull request you sent on Wed, 27 Oct 2021 16:08:29 -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/9c5456773d79b64cc6cebb06f668e29249636ba9

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization


[GIT PULL] virtio: last minute fixes

2021-10-27 Thread Michael S. Tsirkin
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 


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


Re: [GIT PULL] virtio: last minute fixes

2021-04-22 Thread pr-tracker-bot
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
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization


[GIT PULL] virtio: last minute fixes

2021-04-22 Thread Michael S. Tsirkin
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 


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


Re: [GIT PULL] virtio: last minute fixes

2020-09-29 Thread pr-tracker-bot
The pull request you sent on Tue, 29 Sep 2020 03:50:34 -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/1ccfa66d94cf65d3e89eeb95676a03e8f90edd99

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization


[GIT PULL] virtio: last minute fixes

2020-09-29 Thread Michael S. Tsirkin
Unfortunately there are a couple more reported issues in vhost and vdpa,
but those fixes are still being worked upon, no reason to
delay those that are ready.

The following changes since commit ba4f184e126b751d1bffad5897f263108befc780:

  Linux 5.9-rc6 (2020-09-20 16:33:55 -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 a127c5bbb6a8eee851cbdec254424c480b8edd75:

  vhost-vdpa: fix backend feature ioctls (2020-09-24 05:54:36 -0400)


virtio: last minute fixes

A couple of last minute fixes

Signed-off-by: Michael S. Tsirkin 


Eli Cohen (1):
  vhost: Fix documentation

Jason Wang (1):
  vhost-vdpa: fix backend feature ioctls

 drivers/vhost/iotlb.c |  4 ++--
 drivers/vhost/vdpa.c  | 30 --
 2 files changed, 18 insertions(+), 16 deletions(-)

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