Message ID | 20220611034848-mutt-send-email-mst@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [GIT,PULL] virtio,vdpa: fixes | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | success | Errors and warnings before: 8 this patch: 8 |
netdev/build_clang | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 8 this patch: 8 |
The pull request you sent on Sat, 11 Jun 2022 03:48:48 -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/abe71eb32f3051f461d2975c674c0857549d0b93
Thank you!
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -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 eacea844594ff338db06437806707313210d4865: um: virt-pci: set device ready in probe() (2022-06-10 20:38:06 -0400) ---------------------------------------------------------------- virtio,vdpa: fixes Fixes all over the place, most notably fixes for latent bugs in drivers that got exposed by suppressing interrupts before DRIVER_OK, which in turn has been done by 8b4ec69d7e09 ("virtio: harden vring IRQ"). Signed-off-by: Michael S. Tsirkin <mst@redhat.com> ---------------------------------------------------------------- Bo Liu (1): virtio: Fix all occurences of the "the the" typo Dan Carpenter (2): vdpa/mlx5: fix error code for deleting vlan vdpa/mlx5: clean up indenting in handle_ctrl_vlan() Jason Wang (2): virtio-rng: make device ready before making request vdpa: make get_vq_group and set_group_asid optional Vincent Whitchurch (1): um: virt-pci: set device ready in probe() Xiang wangx (1): vdpa/mlx5: Fix syntax errors in comments Xie Yongji (2): vringh: Fix loop descriptors check in the indirect cases vduse: Fix NULL pointer dereference on sysfs access chengkaitao (1): virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed arch/um/drivers/virt-pci.c | 7 ++++++- drivers/char/hw_random/virtio-rng.c | 2 ++ drivers/vdpa/mlx5/net/mlx5_vnet.c | 9 +++++---- drivers/vdpa/vdpa_user/vduse_dev.c | 7 +++---- drivers/vhost/vdpa.c | 2 ++ drivers/vhost/vringh.c | 10 ++++++++-- drivers/virtio/virtio_mmio.c | 3 ++- drivers/virtio/virtio_pci_modern_dev.c | 2 +- include/linux/vdpa.h | 5 +++-- 9 files changed, 32 insertions(+), 15 deletions(-)