mbox series

[GIT,PULL] Please pull IOMMUFD subsystem changes

Message ID ZJw95Knh/UEL6vQh@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 June 28, 2023, 2:04 p.m. UTC
Hi Linus,

Just two rc syzkaller fixes for this merge window. It looks like the
vfio changes are now done so we should see progress next cycle.

Thanks,
Jason

The following changes since commit 6995e2de6891c724bfeb2db33d7b87775f913ad1:

  Linux 6.4 (2023-06-25 16:29:58 -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 dbe245cdf5189e88d680379ed13901356628b650:

  iommufd: Call iopt_area_contig_done() under the lock (2023-06-26 09:00:23 -0300)

----------------------------------------------------------------
iommufd for 6.5

Just two RC syzkaller fixes, both for the same basic issue, using the area
pointer during an access forced unmap while the locks protecting it were
let go.

----------------------------------------------------------------
Jason Gunthorpe (2):
      iommufd: Do not access the area pointer after unlocking
      iommufd: Call iopt_area_contig_done() under the lock

 drivers/iommu/iommufd/device.c       |  2 +-
 drivers/iommu/iommufd/io_pagetable.c | 14 +++++++++++---
 2 files changed, 12 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org June 30, 2023, 4:16 a.m. UTC | #1
The pull request you sent on Wed, 28 Jun 2023 11:04:20 -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/31929ae00890d921618b0b449722dcdf4a4416cc

Thank you!