All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@nvidia.com>
To: Alex Williamson <alex.williamson@redhat.com>
Cc: Lu Baolu <baolu.lu@linux.intel.com>,
	Kevin Tian <kevin.tian@intel.com>, Liu Yi L <yi.l.liu@intel.com>,
	iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org,
	Joerg Roedel <joro@8bytes.org>,
	kvm@vger.kernel.org
Subject: [GIT PULL] Please pull VFIO changes
Date: Fri, 29 Apr 2022 13:55:46 -0300	[thread overview]
Message-ID: <20220429165546.GD8364@nvidia.com> (raw)

[-- 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 --]

WARNING: multiple messages have this Message-ID (diff)
From: Jason Gunthorpe via iommu <iommu@lists.linux-foundation.org>
To: Alex Williamson <alex.williamson@redhat.com>
Cc: Kevin Tian <kevin.tian@intel.com>,
	kvm@vger.kernel.org, linux-kernel@vger.kernel.org,
	iommu@lists.linux-foundation.org
Subject: [GIT PULL] Please pull VFIO changes
Date: Fri, 29 Apr 2022 13:55:46 -0300	[thread overview]
Message-ID: <20220429165546.GD8364@nvidia.com> (raw)


[-- 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

             reply	other threads:[~2022-04-29 16:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-29 16:55 Jason Gunthorpe [this message]
2022-04-29 16:55 ` [GIT PULL] Please pull VFIO changes Jason Gunthorpe via iommu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220429165546.GD8364@nvidia.com \
    --to=jgg@nvidia.com \
    --cc=alex.williamson@redhat.com \
    --cc=baolu.lu@linux.intel.com \
    --cc=iommu@lists.linux-foundation.org \
    --cc=joro@8bytes.org \
    --cc=kevin.tian@intel.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yi.l.liu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.