mbox series

[GIT,PULL] VFIO updates for v5.17-rc1

Message ID 20220119111142.6ecbab24.alex.williamson@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] VFIO updates for v5.17-rc1 | expand

Pull-request

git://github.com/awilliam/linux-vfio.git tags/vfio-v5.17-rc1

Message

Alex Williamson Jan. 19, 2022, 6:11 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 20, 2022, 11:59 a.m. UTC | #1
The pull request you sent on Wed, 19 Jan 2022 11:11:42 -0700:

> git://github.com/awilliam/linux-vfio.git tags/vfio-v5.17-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c5a0b6e40d0b8c040dbfc37f7403e99867768d92

Thank you!