-
- Downloads
You need to sign in or sign up before continuing.
Merge tag 'vfio-v5.13-rc5' of git://github.com/awilliam/linux-vfio
Pull VFIO fixes from Alex Williamson: - Fix error path return value (Zhen Lei) - Add vfio-pci CONFIG_MMU dependency (Randy Dunlap) - Replace open coding with struct_size() (Gustavo A. R. Silva) - Fix sample driver error path (Wei Yongjun) - Fix vfio-platform error path module_put() (Max Gurtovoy) * tag 'vfio-v5.13-rc5' of git://github.com/awilliam/linux-vfio: vfio/platform: fix module_put call in error flow samples: vfio-mdev: fix error handing in mdpy_fb_probe() vfio/iommu_type1: Use struct_size() for kzalloc() vfio/pci: zap_vma_ptes() needs MMU vfio/pci: Fix error return code in vfio_ecap_init()
Showing
- drivers/vfio/pci/Kconfig 1 addition, 0 deletionsdrivers/vfio/pci/Kconfig
- drivers/vfio/pci/vfio_pci_config.c 1 addition, 1 deletiondrivers/vfio/pci/vfio_pci_config.c
- drivers/vfio/platform/vfio_platform_common.c 1 addition, 1 deletiondrivers/vfio/platform/vfio_platform_common.c
- drivers/vfio/vfio_iommu_type1.c 1 addition, 1 deletiondrivers/vfio/vfio_iommu_type1.c
- samples/vfio-mdev/mdpy-fb.c 9 additions, 4 deletionssamples/vfio-mdev/mdpy-fb.c
Loading
Please register or sign in to comment