mbox series

[GIT,PULL] Please pull IOMMUFD subsystem changes

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

Pull-request

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

Message

Jason Gunthorpe Dec. 5, 2024, 6:44 p.m. UTC
Hi Linus,

One bug fix and some documentation updates

Thanks,
Jason

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

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 2ca704f55e22b7b00cc7025953091af3c82fa5c0:

  iommu/arm-smmu-v3: Improve uAPI comment for IOMMU_HW_INFO_TYPE_ARM_SMMUV3 (2024-12-03 13:30:31 -0400)

----------------------------------------------------------------
iommufd 6.13 first rc pull

- Correct typos in comments

- Elaborate a comment about how the uAPI works for
  IOMMU_HW_INFO_TYPE_ARM_SMMUV3

- Fix a double free on error path and add test coverage for the bug

----------------------------------------------------------------
Jason Gunthorpe (1):
      iommu/arm-smmu-v3: Improve uAPI comment for IOMMU_HW_INFO_TYPE_ARM_SMMUV3

Nicolin Chen (2):
      iommufd: Fix out_fput in iommufd_fault_alloc()
      iommufd/selftest: Cover IOMMU_FAULT_QUEUE_ALLOC in iommufd_fail_nth

Randy Dunlap (1):
      iommufd: Fix typos in kernel-doc comments

 drivers/iommu/iommufd/fault.c                    |  2 --
 include/uapi/linux/iommufd.h                     | 31 +++++++++++++++---------
 tools/testing/selftests/iommu/iommufd_fail_nth.c | 14 +++++++++++
 3 files changed, 34 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 5, 2024, 11:08 p.m. UTC | #1
The pull request you sent on Thu, 5 Dec 2024 14:44:30 -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/6a103867b95ac7f9cc7dffe2fcad2f6c0d60b9ae

Thank you!