From: Joerg Roedel <joro@8bytes.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Will Deacon <will@kernel.org>,
linux-kernel@vger.kernel.org, iommu@lists.linux.dev
Subject: [git pull] IOMMU Fixes for Linux v6.8-rc5
Date: Sat, 24 Feb 2024 23:06:26 +0100 [thread overview]
Message-ID: <ZdpoYsivgpf_zdax@8bytes.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2720 bytes --]
Hi Linus,
The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d:
Linux 6.8-rc5 (2024-02-18 12:56:25 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v6.8-rc5
for you to fetch changes up to 65d4418c5002ec5b0e529455bf4152fd43459079:
iommu/sva: Restore SVA handle sharing (2024-02-23 16:45:05 +0100)
----------------------------------------------------------------
IOMMU Fixes for Linux v6.8-rc5
Including:
- Intel VT-d fixes for nested domain handling:
- Cache invalidation for changes in a parent domain
- Dirty tracking setting for parent and nested domains
- Fix a constant-out-of-range warning
- ARM SMMU fixes:
- Fix CD allocation from atomic context when using SVA with SMMUv3
- Revert the conversion of SMMUv2 to domain_alloc_paging(), as it
breaks the boot for Qualcomm MSM8996 devices
- Restore SVA handle sharing in core code as it turned out there are
still drivers relying on it
----------------------------------------------------------------
Arnd Bergmann (1):
iommu/vt-d: Fix constant-out-of-range warning
Dmitry Baryshkov (1):
Revert "iommu/arm-smmu: Convert to domain_alloc_paging()"
Jason Gunthorpe (2):
iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlock
iommu/sva: Restore SVA handle sharing
Joerg Roedel (1):
Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into iommu/fixes
Yi Liu (9):
iommu/vt-d: Track nested domains in parent
iommu/vt-d: Add __iommu_flush_iotlb_psi()
iommu/vt-d: Add missing iotlb flush for parent domain
iommu/vt-d: Update iotlb in nested domain attach
iommu/vt-d: Add missing device iotlb flush for parent domain
iommu/vt-d: Remove domain parameter for intel_pasid_setup_dirty_tracking()
iommu/vt-d: Wrap the dirty tracking loop to be a helper
iommu/vt-d: Add missing dirty tracking set for parent domain
iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c | 38 ++---
drivers/iommu/arm/arm-smmu/arm-smmu.c | 17 +-
drivers/iommu/intel/iommu.c | 214 ++++++++++++++++++------
drivers/iommu/intel/iommu.h | 7 +
drivers/iommu/intel/nested.c | 16 +-
drivers/iommu/intel/pasid.c | 5 +-
drivers/iommu/intel/pasid.h | 1 -
drivers/iommu/iommu-sva.c | 17 ++
include/linux/iommu.h | 3 +
9 files changed, 225 insertions(+), 93 deletions(-)
Please pull.
Thanks,
Joerg
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2024-02-24 22:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-24 22:06 Joerg Roedel [this message]
2024-02-25 0:08 ` [git pull] IOMMU Fixes for Linux v6.8-rc5 pr-tracker-bot
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=ZdpoYsivgpf_zdax@8bytes.org \
--to=joro@8bytes.org \
--cc=iommu@lists.linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=will@kernel.org \
/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.