]> git.proxmox.com Git - mirror_ubuntu-impish-kernel.git/commit
Merge tag 'vfio-v5.13-rc5' of git://github.com/awilliam/linux-vfio
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 Jun 2021 18:52:24 +0000 (11:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 Jun 2021 18:52:24 +0000 (11:52 -0700)
commitf88cd3fb9df228e5ce4e13ec3dbad671ddb2146e
treefffbe448eca2db8af55106979a424bffec61b7f7
parent143d28dcf23837a7e4c6a09e8ab369fdda81c0e7
parentdc51ff91cf2d1e9a2d941da483602f71d4a51472
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()