All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull VFIO changes
@ 2022-04-29 16:55 ` Jason Gunthorpe via iommu
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Gunthorpe @ 2022-04-29 16:55 UTC (permalink / raw)
  To: Alex Williamson
  Cc: Lu Baolu, Kevin Tian, Liu Yi L, iommu, linux-kernel, Joerg Roedel, kvm

[-- Attachment #1: Type: text/plain, Size: 2520 bytes --]

Hi Alex,

Here is the PR for Joerg's shared topic branch for VFIO. It was merged
to iommu here:

https://lore.kernel.org/all/YmpfFA1iIQyGBipX@8bytes.org/

The cover letter for making the merge commit is here:

https://lore.kernel.org/all/20220418005000.897664-1-baolu.lu@linux.intel.com/

It is based on rc4, some of the VFIO series I posted have conflicts
with this, I will repost them rebased on top of this PR and the latest
GVT PR.

Thanks,
Jason

The following changes since commit af2d861d4cd2a4da5137f795ee3509e6f944a25b:

  Linux 5.18-rc4 (2022-04-24 14:51:22 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git vfio-notifier-fix

for you to fetch changes up to a5f1bd1afacd7b1e088f93f66af5453df0d8be9a:

  iommu: Remove iommu group changes notifier (2022-04-28 15:32:20 +0200)

----------------------------------------------------------------
Jason Gunthorpe (1):
      vfio: Delete the unbound_list

Lu Baolu (10):
      iommu: Add DMA ownership management interfaces
      driver core: Add dma_cleanup callback in bus_type
      amba: Stop sharing platform_dma_configure()
      bus: platform,amba,fsl-mc,PCI: Add device DMA ownership management
      PCI: pci_stub: Set driver_managed_dma
      PCI: portdrv: Set driver_managed_dma
      vfio: Set DMA ownership for VFIO devices
      vfio: Remove use of vfio_group_viable()
      vfio: Remove iommu group notifier
      iommu: Remove iommu group changes notifier

 drivers/amba/bus.c                    |  37 ++++-
 drivers/base/dd.c                     |   5 +
 drivers/base/platform.c               |  21 ++-
 drivers/bus/fsl-mc/fsl-mc-bus.c       |  24 +++-
 drivers/iommu/iommu.c                 | 228 ++++++++++++++++++++-----------
 drivers/pci/pci-driver.c              |  18 +++
 drivers/pci/pci-stub.c                |   1 +
 drivers/pci/pcie/portdrv_pci.c        |   2 +
 drivers/vfio/fsl-mc/vfio_fsl_mc.c     |   1 +
 drivers/vfio/pci/vfio_pci.c           |   1 +
 drivers/vfio/platform/vfio_amba.c     |   1 +
 drivers/vfio/platform/vfio_platform.c |   1 +
 drivers/vfio/vfio.c                   | 245 +++-------------------------------
 include/linux/amba/bus.h              |   8 ++
 include/linux/device/bus.h            |   3 +
 include/linux/fsl/mc.h                |   8 ++
 include/linux/iommu.h                 |  54 ++++----
 include/linux/pci.h                   |   8 ++
 include/linux/platform_device.h       |  10 +-
 19 files changed, 338 insertions(+), 338 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] Please pull VFIO changes
@ 2022-04-29 16:55 ` Jason Gunthorpe via iommu
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Gunthorpe via iommu @ 2022-04-29 16:55 UTC (permalink / raw)
  To: Alex Williamson; +Cc: Kevin Tian, kvm, linux-kernel, iommu


[-- Attachment #1.1: Type: text/plain, Size: 2520 bytes --]

Hi Alex,

Here is the PR for Joerg's shared topic branch for VFIO. It was merged
to iommu here:

https://lore.kernel.org/all/YmpfFA1iIQyGBipX@8bytes.org/

The cover letter for making the merge commit is here:

https://lore.kernel.org/all/20220418005000.897664-1-baolu.lu@linux.intel.com/

It is based on rc4, some of the VFIO series I posted have conflicts
with this, I will repost them rebased on top of this PR and the latest
GVT PR.

Thanks,
Jason

The following changes since commit af2d861d4cd2a4da5137f795ee3509e6f944a25b:

  Linux 5.18-rc4 (2022-04-24 14:51:22 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git vfio-notifier-fix

for you to fetch changes up to a5f1bd1afacd7b1e088f93f66af5453df0d8be9a:

  iommu: Remove iommu group changes notifier (2022-04-28 15:32:20 +0200)

----------------------------------------------------------------
Jason Gunthorpe (1):
      vfio: Delete the unbound_list

Lu Baolu (10):
      iommu: Add DMA ownership management interfaces
      driver core: Add dma_cleanup callback in bus_type
      amba: Stop sharing platform_dma_configure()
      bus: platform,amba,fsl-mc,PCI: Add device DMA ownership management
      PCI: pci_stub: Set driver_managed_dma
      PCI: portdrv: Set driver_managed_dma
      vfio: Set DMA ownership for VFIO devices
      vfio: Remove use of vfio_group_viable()
      vfio: Remove iommu group notifier
      iommu: Remove iommu group changes notifier

 drivers/amba/bus.c                    |  37 ++++-
 drivers/base/dd.c                     |   5 +
 drivers/base/platform.c               |  21 ++-
 drivers/bus/fsl-mc/fsl-mc-bus.c       |  24 +++-
 drivers/iommu/iommu.c                 | 228 ++++++++++++++++++++-----------
 drivers/pci/pci-driver.c              |  18 +++
 drivers/pci/pci-stub.c                |   1 +
 drivers/pci/pcie/portdrv_pci.c        |   2 +
 drivers/vfio/fsl-mc/vfio_fsl_mc.c     |   1 +
 drivers/vfio/pci/vfio_pci.c           |   1 +
 drivers/vfio/platform/vfio_amba.c     |   1 +
 drivers/vfio/platform/vfio_platform.c |   1 +
 drivers/vfio/vfio.c                   | 245 +++-------------------------------
 include/linux/amba/bus.h              |   8 ++
 include/linux/device/bus.h            |   3 +
 include/linux/fsl/mc.h                |   8 ++
 include/linux/iommu.h                 |  54 ++++----
 include/linux/pci.h                   |   8 ++
 include/linux/platform_device.h       |  10 +-
 19 files changed, 338 insertions(+), 338 deletions(-)

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 156 bytes --]

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-29 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 16:55 [GIT PULL] Please pull VFIO changes Jason Gunthorpe
2022-04-29 16:55 ` Jason Gunthorpe via iommu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.