[GIT PULL] VFIO updates for v5.17-rc1
From: Alex Williamson
Date: Wed Jan 19 2022 - 13:11:50 EST
Hi Linus,
The following changes since commit a7904a538933c525096ca2ccde1e60d0ee62c08e:
Linux 5.16-rc6 (2021-12-19 14:14:33 -0800)
are available in the Git repository at:
git://github.com/awilliam/linux-vfio.git tags/vfio-v5.17-rc1
for you to fetch changes up to 2bed2ced40c97b8540ff38df0149e8ecb2bf4c65:
vfio/iommu_type1: replace kfree with kvfree (2021-12-21 12:30:34 -0700)
----------------------------------------------------------------
VFIO updates for v5.17-rc1
- Fix sparse endian warnings in IGD code (Alex Williamson)
- Balance kvzalloc with kvfree (Jiacheng Shi)
----------------------------------------------------------------
Alex Williamson (1):
vfio/pci: Resolve sparse endian warnings in IGD support
Jiacheng Shi (1):
vfio/iommu_type1: replace kfree with kvfree
drivers/vfio/pci/vfio_pci_igd.c | 15 +++++++++------
drivers/vfio/vfio_iommu_type1.c | 2 +-
2 files changed, 10 insertions(+), 7 deletions(-)