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, virtualization@lists.linux-foundation.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	andres@anarazel.de, jasowang@redhat.com, linux@roeck-us.net,
	mst@redhat.com, ricardo.canuelo@collabora.com,
	xuanzhuo@linux.alibaba.com
Subject: [GIT PULL] virtio: fixes
Date: Wed, 17 Aug 2022 06:38:42 -0400	[thread overview]
Message-ID: <20220817063842-mutt-send-email-mst@kernel.org> (raw)

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


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, mst@redhat.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	virtualization@lists.linux-foundation.org, andres@anarazel.de,
	linux@roeck-us.net
Subject: [GIT PULL] virtio: fixes
Date: Wed, 17 Aug 2022 06:38:42 -0400	[thread overview]
Message-ID: <20220817063842-mutt-send-email-mst@kernel.org> (raw)

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

             reply	other threads:[~2022-08-17 10:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-17 10:38 Michael S. Tsirkin [this message]
2022-08-17 10:38 ` [GIT PULL] virtio: fixes Michael S. Tsirkin
2022-08-17 17:10 ` pr-tracker-bot
2022-08-17 17:10   ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2022-09-30 15:59 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
2020-03-09  8:08 Michael S. Tsirkin
2020-03-09 23:40 ` pr-tracker-bot
2020-03-09 23:40   ` 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=20220817063842-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=andres@anarazel.de \
    --cc=jasowang@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=netdev@vger.kernel.org \
    --cc=ricardo.canuelo@collabora.com \
    --cc=torvalds@linux-foundation.org \
    --cc=virtualization@lists.linux-foundation.org \
    --cc=xuanzhuo@linux.alibaba.com \
    /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.