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.7-rc3
Date: Fri, 1 Dec 2023 10:48:08 +0100 [thread overview]
Message-ID: <ZWmr2O2Lb8Pn_Hhc@8bytes.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2560 bytes --]
Hi Linus,
The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab:
Linux 6.7-rc3 (2023-11-26 19:59:33 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v6.7-rc3
for you to fetch changes up to c2183b3dcc9dd41b768569ea88bededa58cceebb:
iommu: Fix printk arg in of_iommu_get_resv_regions() (2023-12-01 10:13:49 +0100)
----------------------------------------------------------------
IOMMU Fixes for Linux v6.7-rc3
Including:
- Fix race conditions in device probe path
- Handle ERR_PTR() returns in __iommu_domain_alloc() path
- Update MAINTAINERS entry for Qualcom IOMMUs
- Printk argument fix in device tree specific code
- Several Intel VT-d fixes from Lu Baolu:
- Do not support enforcing cache coherency for non-empty domains
- Avoid devTLB invalidation if iommu is off
- Disable PCI ATS in legacy passthrough mode
- Support non-PCI devices when clearing context
- Fix incorrect cache invalidation for mm notification
- Add MTL to quirk list to skip TE disabling
- Set variable intel_dirty_ops to static
----------------------------------------------------------------
Abdul Halim, Mohd Syazwan (1):
iommu/vt-d: Add MTL to quirk list to skip TE disabling
Daniel Mentz (1):
iommu: Fix printk arg in of_iommu_get_resv_regions()
Dmitry Baryshkov (1):
MAINTAINERS: list all Qualcomm IOMMU drivers in the QUALCOMM IOMMU entry
Jason Gunthorpe (1):
iommu: Flow ERR_PTR out from __iommu_domain_alloc()
Kunwu Chan (1):
iommu/vt-d: Set variable intel_dirty_ops to static
Lu Baolu (5):
iommu/vt-d: Support enforce_cache_coherency only for empty domains
iommu/vt-d: Omit devTLB invalidation requests when TES=0
iommu/vt-d: Disable PCI ATS in legacy passthrough mode
iommu/vt-d: Make context clearing consistent with context mapping
iommu/vt-d: Fix incorrect cache invalidation for mm notification
Robin Murphy (1):
iommu: Avoid more races around device probe
MAINTAINERS | 2 ++
drivers/acpi/scan.c | 7 +++-
drivers/iommu/intel/dmar.c | 18 +++++++++++
drivers/iommu/intel/iommu.c | 18 +++++++----
drivers/iommu/intel/iommu.h | 3 ++
drivers/iommu/intel/svm.c | 26 +++++++++++++++
drivers/iommu/iommu.c | 79 ++++++++++++++++++++++++++++-----------------
drivers/iommu/of_iommu.c | 14 +++++---
include/linux/iommu.h | 1 +
9 files changed, 126 insertions(+), 42 deletions(-)
Please pull.
Thanks,
Joerg
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2023-12-01 9:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-01 9:48 Joerg Roedel [this message]
2023-12-02 0:05 ` [git pull] IOMMU Fixes for Linux v6.7-rc3 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=ZWmr2O2Lb8Pn_Hhc@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.