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.9-rc3
Date: Fri, 12 Apr 2024 20:04:15 +0200 [thread overview]
Message-ID: <Zhl3n4fWSWswqzpr@8bytes.org> (raw)
Hi Linus,
The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7:
Linux 6.9-rc3 (2024-04-07 13:22:46 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v6.9-rc3
for you to fetch changes up to b8246a2ad80a810cafbeddb30525278f9d64bca3:
iommu/amd: Change log message severity (2024-04-12 12:21:46 +0200)
----------------------------------------------------------------
IOMMU Fixes for Linux v6.9-rc3
Including:
- Intel VT-d Fixes:
- Allocate local memory for PRQ page
- Fix WARN_ON in iommu probe path
- Fix wrong use of pasid config
- AMD IOMMU Fixes:
- Lock inversion fix
- Log message severity fix
- Disable SNP when v2 page-tables are used
- Mediatek driver:
- Fix module autoloading
----------------------------------------------------------------
Jacob Pan (1):
iommu/vt-d: Allocate local memory for page request queue
Krzysztof Kozlowski (1):
iommu: mtk: fix module autoloading
Lu Baolu (1):
iommu/vt-d: Fix WARN_ON in iommu probe path
Vasant Hegde (3):
iommu/amd: Fix possible irq lock inversion dependency issue
iommu/amd: Do not enable SNP when V2 page table is enabled
iommu/amd: Change log message severity
Xuchun Shang (1):
iommu/vt-d: Fix wrong use of pasid config
drivers/iommu/amd/init.c | 25 +++++++++++++------------
drivers/iommu/amd/iommu.c | 11 +++++++----
drivers/iommu/intel/iommu.c | 11 +++++++----
drivers/iommu/intel/perfmon.c | 2 +-
drivers/iommu/intel/svm.c | 2 +-
drivers/iommu/mtk_iommu.c | 1 +
drivers/iommu/mtk_iommu_v1.c | 1 +
7 files changed, 31 insertions(+), 22 deletions(-)
Please pull.
Thanks,
Joerg
next reply other threads:[~2024-04-12 18:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-12 18:04 Joerg Roedel [this message]
2024-04-12 20:17 ` [git pull] IOMMU Fixes for Linux v6.9-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=Zhl3n4fWSWswqzpr@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.