mbox series

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

Message ID 20191206112227.53e15607@x1.home (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] VFIO updates for v5.5-rc1 | expand

Pull-request

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

Message

Alex Williamson Dec. 6, 2019, 6:22 p.m. UTC
Hi Linus,

The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675:

  Linux 5.4-rc3 (2019-10-13 16:37:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9917b54aded12dff9beb9e709981617b788e44b0:

  Merge branch 'v5.5/vfio/jiang-yi-irq-bypass-unregister-v1' into v5.5/vfio/next (2019-12-04 10:15:56 -0700)

----------------------------------------------------------------
VFIO updates for v5.5-rc1

 - Remove hugepage checks for reserved pfns (Ben Luo)

 - Fix irq-bypass unregister ordering (Jiang Yi)

----------------------------------------------------------------
Alex Williamson (1):
      Merge branch 'v5.5/vfio/jiang-yi-irq-bypass-unregister-v1' into v5.5/vfio/next

Ben Luo (1):
      vfio/type1: remove hugepage checks in is_invalid_reserved_pfn()

Jiang Yi (1):
      vfio/pci: call irq_bypass_unregister_producer() before freeing irq

 drivers/vfio/pci/vfio_pci_intrs.c |  2 +-
 drivers/vfio/vfio_iommu_type1.c   | 26 ++++----------------------
 2 files changed, 5 insertions(+), 23 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 7, 2019, 10:55 p.m. UTC | #1
The pull request you sent on Fri, 6 Dec 2019 11:22:27 -0700:

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

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

Thank you!