[GIT PULL] vhost,virtio,vdpa,firmware: bugfixes
From: Michael S. Tsirkin
Date: Tue Nov 14 2023 - 15:24:56 EST
The following changes since commit 86f6c224c97911b4392cb7b402e6a4ed323a449e:
vdpa_sim: implement .reset_map support (2023-11-01 09:20:00 -0400)
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 e07754e0a1ea2d63fb29574253d1fd7405607343:
vhost-vdpa: fix use after free in vhost_vdpa_probe() (2023-11-01 09:31:16 -0400)
----------------------------------------------------------------
vhost,virtio,vdpa,firmware: bugfixes
bugfixes all over the place
Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx>
----------------------------------------------------------------
Björn Töpel (1):
riscv, qemu_fw_cfg: Add support for RISC-V architecture
Dan Carpenter (1):
vhost-vdpa: fix use after free in vhost_vdpa_probe()
Jakub Sitnicki (1):
virtio_pci: Switch away from deprecated irq_set_affinity_hint
Michael S. Tsirkin (1):
virtio_pci: move structure to a header
Stefano Garzarella (1):
vdpa_sim_blk: allocate the buffer zeroed
drivers/firmware/Kconfig | 2 +-
drivers/firmware/qemu_fw_cfg.c | 2 +-
drivers/vdpa/vdpa_sim/vdpa_sim_blk.c | 4 ++--
drivers/vhost/vdpa.c | 1 -
drivers/virtio/virtio_pci_common.c | 6 +++---
drivers/virtio/virtio_pci_modern_dev.c | 7 ++++---
include/linux/virtio_pci_modern.h | 7 -------
include/uapi/linux/virtio_pci.h | 11 +++++++++++
8 files changed, 22 insertions(+), 18 deletions(-)