mbox series

[GIT,PULL] Please pull IOMMUFD subsystem changes

Message ID 20240820224837.GA1570264@nvidia.com (mailing list archive)
State New, archived
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 Aug. 20, 2024, 10:48 p.m. UTC
Hi Linus,

Two small RC fixes, thanks

Jason

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

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 cf1e515c9a40caa8bddb920970d3257bb01c1421:

  iommufd/selftest: Make dirty_ops static (2024-08-19 09:26:41 -0300)

----------------------------------------------------------------
iommufd 6.11 rc first pull

Two small fixes:

- Incorrect error unwind in iommufd_device_do_replace()

- Correct a sparse warning missing static

----------------------------------------------------------------
Jinjie Ruan (1):
      iommufd/selftest: Make dirty_ops static

Nicolin Chen (1):
      iommufd/device: Fix hwpt at err_unresv in iommufd_device_do_replace()

 drivers/iommu/iommufd/device.c   | 2 +-
 drivers/iommu/iommufd/selftest.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 20, 2024, 11:52 p.m. UTC | #1
The pull request you sent on Tue, 20 Aug 2024 19:48:37 -0300:

> 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/0108b7be2a18d85face1e10c68ecc0138f1bed58

Thank you!