All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] virtio: fixes
@ 2022-09-30 15:59 ` Michael S. Tsirkin
  0 siblings, 0 replies; 11+ messages in thread
From: Michael S. Tsirkin @ 2022-09-30 15:59 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: kvm, virtualization, netdev, linux-kernel, acourbot, angus.chen,
	elic, helei.sig11, jasowang, lingshan.zhu, maxime.coquelin, mst,
	stefanha, suwan.kim027, xuanzhuo

The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff:

  Linux 6.0-rc7 (2022-09-25 14:01:02 -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 a43ae8057cc154fd26a3a23c0e8643bef104d995:

  vdpa/mlx5: Fix MQ to support non power of two num queues (2022-09-27 18:32:45 -0400)

----------------------------------------------------------------
virtio: fixes

Some last minute fixes. virtio-blk is the most important one
since it was actually seen in the field, but the rest
of them are small and clearly safe, everything here has
been in next for a while.

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

----------------------------------------------------------------
Angus Chen (1):
      vdpa/ifcvf: fix the calculation of queuepair

Eli Cohen (1):
      vdpa/mlx5: Fix MQ to support non power of two num queues

Maxime Coquelin (1):
      vduse: prevent uninitialized memory accesses

Suwan Kim (1):
      virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()

Xuan Zhuo (1):
      virtio_test: fixup for vq reset

lei he (1):
      virtio-crypto: fix memory-leak

 drivers/block/virtio_blk.c                          | 11 +++++------
 drivers/crypto/virtio/virtio_crypto_akcipher_algs.c |  4 ++++
 drivers/vdpa/ifcvf/ifcvf_base.c                     |  4 ++--
 drivers/vdpa/mlx5/net/mlx5_vnet.c                   | 17 ++++++++++-------
 drivers/vdpa/vdpa_user/vduse_dev.c                  |  9 +++++++--
 tools/virtio/linux/virtio.h                         |  3 +++
 tools/virtio/linux/virtio_config.h                  |  5 +++++
 7 files changed, 36 insertions(+), 17 deletions(-)


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

* [GIT PULL] virtio: fixes
@ 2022-09-30 15:59 ` Michael S. Tsirkin
  0 siblings, 0 replies; 11+ messages in thread
From: Michael S. Tsirkin @ 2022-09-30 15:59 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: kvm, acourbot, mst, netdev, linux-kernel, virtualization,
	maxime.coquelin, stefanha, angus.chen, elic, suwan.kim027,
	lingshan.zhu, helei.sig11

The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff:

  Linux 6.0-rc7 (2022-09-25 14:01:02 -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 a43ae8057cc154fd26a3a23c0e8643bef104d995:

  vdpa/mlx5: Fix MQ to support non power of two num queues (2022-09-27 18:32:45 -0400)

----------------------------------------------------------------
virtio: fixes

Some last minute fixes. virtio-blk is the most important one
since it was actually seen in the field, but the rest
of them are small and clearly safe, everything here has
been in next for a while.

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

----------------------------------------------------------------
Angus Chen (1):
      vdpa/ifcvf: fix the calculation of queuepair

Eli Cohen (1):
      vdpa/mlx5: Fix MQ to support non power of two num queues

Maxime Coquelin (1):
      vduse: prevent uninitialized memory accesses

Suwan Kim (1):
      virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()

Xuan Zhuo (1):
      virtio_test: fixup for vq reset

lei he (1):
      virtio-crypto: fix memory-leak

 drivers/block/virtio_blk.c                          | 11 +++++------
 drivers/crypto/virtio/virtio_crypto_akcipher_algs.c |  4 ++++
 drivers/vdpa/ifcvf/ifcvf_base.c                     |  4 ++--
 drivers/vdpa/mlx5/net/mlx5_vnet.c                   | 17 ++++++++++-------
 drivers/vdpa/vdpa_user/vduse_dev.c                  |  9 +++++++--
 tools/virtio/linux/virtio.h                         |  3 +++
 tools/virtio/linux/virtio_config.h                  |  5 +++++
 7 files changed, 36 insertions(+), 17 deletions(-)

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

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

* Re: [GIT PULL] virtio: fixes
  2022-09-30 15:59 ` Michael S. Tsirkin
@ 2022-09-30 16:48   ` pr-tracker-bot
  -1 siblings, 0 replies; 11+ messages in thread
From: pr-tracker-bot @ 2022-09-30 16:48 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Linus Torvalds, kvm, virtualization, netdev, linux-kernel,
	acourbot, angus.chen, elic, helei.sig11, jasowang, lingshan.zhu,
	maxime.coquelin, mst, stefanha, suwan.kim027, xuanzhuo

The pull request you sent on Fri, 30 Sep 2022 11:59:33 -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/70575e77839f4c5337ce2653b39b86bb365a870e

Thank you!

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

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

* Re: [GIT PULL] virtio: fixes
@ 2022-09-30 16:48   ` pr-tracker-bot
  0 siblings, 0 replies; 11+ messages in thread
From: pr-tracker-bot @ 2022-09-30 16:48 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: kvm, acourbot, mst, netdev, linux-kernel, virtualization,
	maxime.coquelin, stefanha, angus.chen, elic, suwan.kim027,
	Linus Torvalds, lingshan.zhu, helei.sig11

The pull request you sent on Fri, 30 Sep 2022 11:59:33 -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/70575e77839f4c5337ce2653b39b86bb365a870e

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

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

* Re: [GIT PULL] virtio: fixes
  2022-08-17 10:38 ` Michael S. Tsirkin
@ 2022-08-17 17:10   ` pr-tracker-bot
  -1 siblings, 0 replies; 11+ messages in thread
From: pr-tracker-bot @ 2022-08-17 17:10 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Linus Torvalds, kvm, mst, netdev, linux-kernel, virtualization,
	andres, linux

The pull request you sent on Wed, 17 Aug 2022 06:38:42 -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/274a2eebf80c60246f9edd6ef8e9a095ad121264

Thank you!

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

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

* Re: [GIT PULL] virtio: fixes
@ 2022-08-17 17:10   ` pr-tracker-bot
  0 siblings, 0 replies; 11+ messages in thread
From: pr-tracker-bot @ 2022-08-17 17:10 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: kvm, mst, netdev, linux-kernel, virtualization, andres,
	Linus Torvalds, linux

The pull request you sent on Wed, 17 Aug 2022 06:38:42 -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/274a2eebf80c60246f9edd6ef8e9a095ad121264

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

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

* [GIT PULL] virtio: fixes
@ 2022-08-17 10:38 ` Michael S. Tsirkin
  0 siblings, 0 replies; 11+ messages in thread
From: Michael S. Tsirkin @ 2022-08-17 10:38 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: kvm, virtualization, netdev, linux-kernel, andres, jasowang,
	linux, mst, ricardo.canuelo, xuanzhuo

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -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 5c669c4a4c6aa0489848093c93b8029f5c5c75ec:

  virtio: kerneldocs fixes and enhancements (2022-08-16 01:40:24 -0400)

----------------------------------------------------------------
virtio: fixes

Most notably this drops the commits that trip up google cloud
(turns out, it's any legacy device).
Plus a kerneldoc patch.

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

----------------------------------------------------------------
Michael S. Tsirkin (6):
      virtio_net: Revert "virtio_net: set the default max ring size by find_vqs()"
      virtio: Revert "virtio: add helper virtio_find_vqs_ctx_size()"
      virtio-mmio: Revert "virtio_mmio: support the arg sizes of find_vqs()"
      virtio_pci: Revert "virtio_pci: support the arg sizes of find_vqs()"
      virtio_vdpa: Revert "virtio_vdpa: support the arg sizes of find_vqs()"
      virtio: Revert "virtio: find_vqs() add arg sizes"

Ricardo Cañuelo (1):
      virtio: kerneldocs fixes and enhancements

 arch/um/drivers/virtio_uml.c             |  2 +-
 drivers/net/virtio_net.c                 | 42 +++-----------------------------
 drivers/platform/mellanox/mlxbf-tmfifo.c |  1 -
 drivers/remoteproc/remoteproc_virtio.c   |  1 -
 drivers/s390/virtio/virtio_ccw.c         |  1 -
 drivers/virtio/virtio_mmio.c             |  9 ++-----
 drivers/virtio/virtio_pci_common.c       | 20 +++++++--------
 drivers/virtio/virtio_pci_common.h       |  3 +--
 drivers/virtio/virtio_pci_legacy.c       |  6 +----
 drivers/virtio/virtio_pci_modern.c       | 17 ++++---------
 drivers/virtio/virtio_ring.c             |  8 ++++++
 drivers/virtio/virtio_vdpa.c             | 16 +++++-------
 include/linux/virtio.h                   |  6 ++---
 include/linux/virtio_config.h            | 32 ++++++------------------
 include/uapi/linux/virtio_ring.h         | 16 ++++++++----
 15 files changed, 59 insertions(+), 121 deletions(-)


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

* [GIT PULL] virtio: fixes
@ 2022-08-17 10:38 ` Michael S. Tsirkin
  0 siblings, 0 replies; 11+ messages in thread
From: Michael S. Tsirkin @ 2022-08-17 10:38 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: kvm, mst, netdev, linux-kernel, virtualization, andres, linux

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -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 5c669c4a4c6aa0489848093c93b8029f5c5c75ec:

  virtio: kerneldocs fixes and enhancements (2022-08-16 01:40:24 -0400)

----------------------------------------------------------------
virtio: fixes

Most notably this drops the commits that trip up google cloud
(turns out, it's any legacy device).
Plus a kerneldoc patch.

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

----------------------------------------------------------------
Michael S. Tsirkin (6):
      virtio_net: Revert "virtio_net: set the default max ring size by find_vqs()"
      virtio: Revert "virtio: add helper virtio_find_vqs_ctx_size()"
      virtio-mmio: Revert "virtio_mmio: support the arg sizes of find_vqs()"
      virtio_pci: Revert "virtio_pci: support the arg sizes of find_vqs()"
      virtio_vdpa: Revert "virtio_vdpa: support the arg sizes of find_vqs()"
      virtio: Revert "virtio: find_vqs() add arg sizes"

Ricardo Cañuelo (1):
      virtio: kerneldocs fixes and enhancements

 arch/um/drivers/virtio_uml.c             |  2 +-
 drivers/net/virtio_net.c                 | 42 +++-----------------------------
 drivers/platform/mellanox/mlxbf-tmfifo.c |  1 -
 drivers/remoteproc/remoteproc_virtio.c   |  1 -
 drivers/s390/virtio/virtio_ccw.c         |  1 -
 drivers/virtio/virtio_mmio.c             |  9 ++-----
 drivers/virtio/virtio_pci_common.c       | 20 +++++++--------
 drivers/virtio/virtio_pci_common.h       |  3 +--
 drivers/virtio/virtio_pci_legacy.c       |  6 +----
 drivers/virtio/virtio_pci_modern.c       | 17 ++++---------
 drivers/virtio/virtio_ring.c             |  8 ++++++
 drivers/virtio/virtio_vdpa.c             | 16 +++++-------
 include/linux/virtio.h                   |  6 ++---
 include/linux/virtio_config.h            | 32 ++++++------------------
 include/uapi/linux/virtio_ring.h         | 16 ++++++++----
 15 files changed, 59 insertions(+), 121 deletions(-)

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

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

* Re: [GIT PULL] virtio: fixes
  2020-03-09  8:08 Michael S. Tsirkin
@ 2020-03-09 23:40   ` pr-tracker-bot
  0 siblings, 0 replies; 11+ messages in thread
From: pr-tracker-bot @ 2020-03-09 23:40 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Linus Torvalds, kvm, virtualization, netdev, linux-kernel, axboe,
	jasowang, mst, natechancellor, pasic, s-anna

The pull request you sent on Mon, 9 Mar 2020 04:08:25 -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/7de41b120bb7fbe83bb46e7585c7346d21b93585

Thank you!

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

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

* Re: [GIT PULL] virtio: fixes
@ 2020-03-09 23:40   ` pr-tracker-bot
  0 siblings, 0 replies; 11+ messages in thread
From: pr-tracker-bot @ 2020-03-09 23:40 UTC (permalink / raw)
  Cc: Linus Torvalds, kvm, virtualization, netdev, linux-kernel, axboe,
	jasowang, mst, natechancellor, pasic, s-anna

The pull request you sent on Mon, 9 Mar 2020 04:08:25 -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/7de41b120bb7fbe83bb46e7585c7346d21b93585

Thank you!

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

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

* [GIT PULL] virtio: fixes
@ 2020-03-09  8:08 Michael S. Tsirkin
  2020-03-09 23:40   ` pr-tracker-bot
  0 siblings, 1 reply; 11+ messages in thread
From: Michael S. Tsirkin @ 2020-03-09  8:08 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: kvm, virtualization, netdev, linux-kernel, axboe, jasowang, mst,
	natechancellor, pasic, s-anna

The following changes since commit 98d54f81e36ba3bf92172791eba5ca5bd813989b:

  Linux 5.6-rc4 (2020-03-01 16:38:46 -0600)

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

  virtio_balloon: Adjust label in virtballoon_probe (2020-03-08 05:35:24 -0400)

----------------------------------------------------------------
virtio: fixes

Some bug fixes all over the place.

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

----------------------------------------------------------------
Halil Pasic (2):
      virtio-blk: fix hw_queue stopped on arbitrary error
      virtio-blk: improve virtqueue error to BLK_STS

Nathan Chancellor (1):
      virtio_balloon: Adjust label in virtballoon_probe

Suman Anna (1):
      virtio_ring: Fix mem leak with vring_new_virtqueue()

 drivers/block/virtio_blk.c      | 17 ++++++++++++-----
 drivers/virtio/virtio_balloon.c |  2 +-
 drivers/virtio/virtio_ring.c    |  4 ++--
 3 files changed, 15 insertions(+), 8 deletions(-)


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

end of thread, other threads:[~2022-09-30 16:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-30 15:59 [GIT PULL] virtio: fixes Michael S. Tsirkin
2022-09-30 15:59 ` Michael S. Tsirkin
2022-09-30 16:48 ` pr-tracker-bot
2022-09-30 16:48   ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2022-08-17 10:38 Michael S. Tsirkin
2022-08-17 10:38 ` Michael S. Tsirkin
2022-08-17 17:10 ` pr-tracker-bot
2022-08-17 17:10   ` pr-tracker-bot
2020-03-09  8:08 Michael S. Tsirkin
2020-03-09 23:40 ` pr-tracker-bot
2020-03-09 23:40   ` pr-tracker-bot

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.