From: Joerg Roedel <joro@8bytes.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: iommu@lists.linux-foundation.org, Will Deacon <will@kernel.org>,
linux-kernel@vger.kernel.org
Subject: [git pull] IOMMU Fixes for Linux v5.15-rc0
Date: Fri, 10 Sep 2021 17:48:20 +0200 [thread overview]
Message-ID: <YTt+RAMfjZdchT8W@8bytes.org> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1532 bytes --]
Hi Linus,
The following changes since commit d8768d7eb9c21ef928adb93402d9348bcc4a6915:
Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d' and 'core' into next (2021-08-20 17:14:35 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.15-rc0
for you to fetch changes up to 8cc633190b524c678b740c87fa1fc37447151a6b:
iommu: Clarify default domain Kconfig (2021-09-09 13:18:07 +0200)
----------------------------------------------------------------
IOMMU Fixes for v5.15-rc1
Including:
- Intel VT-d:
- PASID leakage in intel_svm_unbind_mm();
- Deadlock in intel_svm_drain_prq().
- AMD IOMMU: Fixes for an unhandled page-fault bug when AVIC is used
for a KVM guest.
- Make CONFIG_IOMMU_DEFAULT_DMA_LAZY architecture instead of IOMMU
driver dependent
----------------------------------------------------------------
Fenghua Yu (2):
iommu/vt-d: Fix PASID leak in intel_svm_unbind_mm()
iommu/vt-d: Fix a deadlock in intel_svm_drain_prq()
Robin Murphy (1):
iommu: Clarify default domain Kconfig
Suravee Suthikulpanit (1):
iommu/amd: Remove iommu_init_ga()
Wei Huang (1):
iommu/amd: Relocate GAMSup check to early_enable_iommus
drivers/iommu/Kconfig | 2 +-
drivers/iommu/amd/init.c | 48 +++++++++++++++++++++++++++--------------------
drivers/iommu/intel/svm.c | 15 ++++++++++++---
3 files changed, 41 insertions(+), 24 deletions(-)
Please pull.
Thanks,
Joerg
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 156 bytes --]
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu
WARNING: multiple messages have this Message-ID (diff)
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-foundation.org
Subject: [git pull] IOMMU Fixes for Linux v5.15-rc0
Date: Fri, 10 Sep 2021 17:48:20 +0200 [thread overview]
Message-ID: <YTt+RAMfjZdchT8W@8bytes.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1532 bytes --]
Hi Linus,
The following changes since commit d8768d7eb9c21ef928adb93402d9348bcc4a6915:
Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d' and 'core' into next (2021-08-20 17:14:35 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.15-rc0
for you to fetch changes up to 8cc633190b524c678b740c87fa1fc37447151a6b:
iommu: Clarify default domain Kconfig (2021-09-09 13:18:07 +0200)
----------------------------------------------------------------
IOMMU Fixes for v5.15-rc1
Including:
- Intel VT-d:
- PASID leakage in intel_svm_unbind_mm();
- Deadlock in intel_svm_drain_prq().
- AMD IOMMU: Fixes for an unhandled page-fault bug when AVIC is used
for a KVM guest.
- Make CONFIG_IOMMU_DEFAULT_DMA_LAZY architecture instead of IOMMU
driver dependent
----------------------------------------------------------------
Fenghua Yu (2):
iommu/vt-d: Fix PASID leak in intel_svm_unbind_mm()
iommu/vt-d: Fix a deadlock in intel_svm_drain_prq()
Robin Murphy (1):
iommu: Clarify default domain Kconfig
Suravee Suthikulpanit (1):
iommu/amd: Remove iommu_init_ga()
Wei Huang (1):
iommu/amd: Relocate GAMSup check to early_enable_iommus
drivers/iommu/Kconfig | 2 +-
drivers/iommu/amd/init.c | 48 +++++++++++++++++++++++++++--------------------
drivers/iommu/intel/svm.c | 15 ++++++++++++---
3 files changed, 41 insertions(+), 24 deletions(-)
Please pull.
Thanks,
Joerg
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2021-09-10 15:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-10 15:48 Joerg Roedel [this message]
2021-09-10 15:48 ` [git pull] IOMMU Fixes for Linux v5.15-rc0 Joerg Roedel
2021-09-10 19:26 ` pr-tracker-bot
2021-09-10 19:26 ` 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=YTt+RAMfjZdchT8W@8bytes.org \
--to=joro@8bytes.org \
--cc=iommu@lists.linux-foundation.org \
--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.