Message ID | 20220817063842-mutt-send-email-mst@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [GIT,PULL] virtio: fixes | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | fail | Errors and warnings before: 1801403 this patch: 1801662 |
netdev/build_clang | success | Errors and warnings before: 4524 this patch: 4524 |
netdev/verify_signedoff | fail | author Signed-off-by missing committer Signed-off-by missing |
netdev/verify_fixes | fail | Problems with Fixes tag: 7 |
netdev/build_allmodconfig_warn | fail | Errors and warnings before: 1859582 this patch: 1859926 |
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!
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(-)