mbox series

[GIT,PULL] VFIO updates for v6.15-rc1

Message ID 20250331130550.2f9ba79e.alex.williamson@redhat.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] VFIO updates for v6.15-rc1 | expand

Pull-request

https://github.com/awilliam/linux-vfio.git tags/vfio-v6.15-rc1

Message

Alex Williamson March 31, 2025, 7:05 p.m. UTC
Hi Linus,

The following changes since commit d082ecbc71e9e0bf49883ee4afd435a77a5101b6:

  Linux 6.14-rc4 (2025-02-23 12:32:57 -0800)

are available in the Git repository at:

  https://github.com/awilliam/linux-vfio.git tags/vfio-v6.15-rc1

for you to fetch changes up to 860be250fc32de9cb24154bf21b4e36f40925707:

  vfio/pci: Handle INTx IRQ_NOTCONNECTED (2025-03-17 15:15:17 -0600)

----------------------------------------------------------------
VFIO updates for v6.15-rc1

 - Relax IGD support code to match display class device rather than
   specifically requiring a VGA device. (Tomita Moeko)

 - Accelerate DMA mapping of device MMIO by iterating at PMD and PUD
   levels to take advantage of huge pfnmap support added in v6.12.
   (Alex Williamson)

 - Extend virtio vfio-pci variant driver to include migration support
   for block devices where enabled by the PF. (Yishai Hadas)

 - Virtualize INTx PIN register for devices where the platform does
   not route legacy PCI interrupts for the device and the interrupt
   is reported as IRQ_NOTCONNECTED. (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (7):
      vfio/type1: Catch zero from pin_user_pages_remote()
      vfio/type1: Convert all vaddr_get_pfns() callers to use vfio_batch
      vfio/type1: Use vfio_batch for vaddr_get_pfns()
      vfio/type1: Use consistent types for page counts
      mm: Provide address mask in struct follow_pfnmap_args
      vfio/type1: Use mapping page mask for pfnmaps
      vfio/pci: Handle INTx IRQ_NOTCONNECTED

Tomita Moeko (1):
      vfio/pci: match IGD devices in display controller class

Yishai Hadas (1):
      vfio/virtio: Enable support for virtio-block live migration

 drivers/vfio/pci/vfio_pci.c         |   4 +-
 drivers/vfio/pci/vfio_pci_config.c  |   3 +-
 drivers/vfio/pci/vfio_pci_core.c    |  10 +--
 drivers/vfio/pci/vfio_pci_igd.c     |   6 ++
 drivers/vfio/pci/vfio_pci_intrs.c   |   2 +-
 drivers/vfio/pci/vfio_pci_priv.h    |   6 ++
 drivers/vfio/pci/virtio/Kconfig     |   6 +-
 drivers/vfio/pci/virtio/legacy_io.c |   4 +-
 drivers/vfio/pci/virtio/main.c      |   5 +-
 drivers/vfio/vfio_iommu_type1.c     | 123 ++++++++++++++++++++++--------------
 include/linux/mm.h                  |   2 +
 mm/memory.c                         |   1 +
 12 files changed, 106 insertions(+), 66 deletions(-)

Comments

pr-tracker-bot@kernel.org April 2, 2025, 3 a.m. UTC | #1
The pull request you sent on Mon, 31 Mar 2025 13:05:50 -0600:

> https://github.com/awilliam/linux-vfio.git tags/vfio-v6.15-rc1

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

Thank you!