[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220611034848-mutt-send-email-mst@kernel.org>
Date: Sat, 11 Jun 2022 03:48:48 -0400
From: "Michael S. Tsirkin" <mst@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: kvm@...r.kernel.org, virtualization@...ts.linux-foundation.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
dan.carpenter@...cle.com, elic@...dia.com, fam.zheng@...edance.com,
gautam.dawar@...inx.com, jasowang@...hat.com,
johannes@...solutions.net, liubo03@...pur.com, mst@...hat.com,
oliver.sang@...el.com, pilgrimtao@...il.com, si-wei.liu@...cle.com,
stable@...r.kernel.org,
syzbot+5b59d6d459306a556f54@...kaller.appspotmail.com,
vincent.whitchurch@...s.com, wangxiang@...rlc.com,
xieyongji@...edance.com
Subject: [GIT PULL] virtio,vdpa: fixes
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@...hat.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(-)
Powered by blists - more mailing lists