mbox series

[GIT,PULL] Please pull IOMMUFD subsystem changes #2

Message ID 20241127155712.GA1470954@nvidia.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Please pull IOMMUFD subsystem changes #2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd.git tags/for-linus-iommufd

Message

Jason Gunthorpe Nov. 27, 2024, 3:57 p.m. UTC
Hi Linus,

As I mentioned beore this is the two patches that needed both iommufd
and iommu tree merged together. You have merged both so this is the
remainder.

It has been in linux-next since before you pulled from Joerg. I left
it based with my merge of Joerg's tree to iommufd rather than rebasing
it to your merge of Joerg's tree.

Due to the many different driver trees in iommu it is helpful if
global changes like this make -rc1.

Thanks,
Jason

The following changes since commit 42f0cbb2a253bcd7d4f20e80462014622f19d88e:

  Merge branches 'intel/vt-d', 'amd/amd-vi' and 'iommufd/arm-smmuv3-nested' into next (2024-11-15 09:27:43 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd.git tags/for-linus-iommufd

for you to fetch changes up to d53764723ecd639a0cc0c5ad24146847fc09f78d:

  iommu: Rename ops->domain_alloc_user() to domain_alloc_paging_flags() (2024-11-22 14:43:45 -0400)

----------------------------------------------------------------
iommufd 6.13 merge window pull #2

Change the driver callback op domain_alloc_user() into two ops
domain_alloc_paging_flags() and domain_alloc_nesting() that better
describe what the ops are expected to do. There will be per-driver cleanup
based on this going into the next cycle via the driver trees.

----------------------------------------------------------------
Jason Gunthorpe (3):
      Merge tag 'iommu-updates-v6.13' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/iommu/linux into iommufd.git
      iommu: Add ops->domain_alloc_nested()
      iommu: Rename ops->domain_alloc_user() to domain_alloc_paging_flags()

 drivers/iommu/amd/iommu.c                   |  9 ++++-----
 drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c |  9 ++++-----
 drivers/iommu/intel/iommu.c                 | 15 ++++-----------
 drivers/iommu/intel/iommu.h                 |  6 ++++--
 drivers/iommu/intel/nested.c                | 11 +++++++++--
 drivers/iommu/iommu.c                       |  4 ++--
 drivers/iommu/iommufd/hw_pagetable.c        | 16 ++++++++--------
 drivers/iommu/iommufd/selftest.c            | 15 ++++++---------
 include/linux/iommu.h                       | 27 ++++++++++++++++-----------
 9 files changed, 57 insertions(+), 55 deletions(-)
(diffstat from tag for-linus-iommufd-merged)

Comments

pr-tracker-bot@kernel.org Nov. 27, 2024, 10:58 p.m. UTC | #1
The pull request you sent on Wed, 27 Nov 2024 11:57:12 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd.git tags/for-linus-iommufd

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

Thank you!