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.4-rc4
Date: Fri, 2 Jun 2023 10:28:23 +0200 [thread overview]
Message-ID: <ZHmoJ_TIIzruBSIY@8bytes.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1970 bytes --]
Hi Linus,
The following changes since commit 44c026a73be8038f03dbdeef028b642880cf1511:
Linux 6.4-rc3 (2023-05-21 14:05:48 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v6.4-rc4
for you to fetch changes up to b3fc95709c54ffbe80f16801e0a792a4d2b3d55e:
iommu/mediatek: Flush IOTLB completely only if domain has been attached (2023-06-01 11:50:13 +0200)
----------------------------------------------------------------
IOMMU Fixes for Linux v6.4-rc4
Including:
- AMD IOMMU fixes:
- Fix domain type and size checks
- IOTLB flush fix for invalidating ranges
- Guest IRQ handling fixes and GALOG overflow fix
- Rockchip IOMMU:
- Error handling fix
- Mediatek IOMMU:
- IOTLB flushing fix
- Renesas IOMMU:
- Fix Kconfig dependencies to avoid build errors on RiscV
----------------------------------------------------------------
Chao Wang (1):
iommu/rockchip: Fix unwind goto issue
Chen-Yu Tsai (1):
iommu/mediatek: Flush IOTLB completely only if domain has been attached
Jason Gunthorpe (1):
iommu/amd: Add missing domain type checks
Jerry Snitselaar (1):
iommu/amd: Fix up merge conflict resolution
Joao Martins (2):
iommu/amd: Don't block updates to GATag if guest mode is on
iommu/amd: Handle GALog overflows
Jon Pan-Doh (1):
iommu/amd: Fix domain flush size when syncing iotlb
Randy Dunlap (1):
iommu: Make IPMMU_VMSA dependencies more strict
Vasant Hegde (1):
iommu/amd/pgtbl_v2: Fix domain max address
drivers/iommu/Kconfig | 1 +
drivers/iommu/amd/amd_iommu.h | 4 +---
drivers/iommu/amd/init.c | 24 ++++++++++++++++++++++++
drivers/iommu/amd/iommu.c | 31 +++++++++++++++++++++++++------
drivers/iommu/mtk_iommu.c | 3 ++-
drivers/iommu/rockchip-iommu.c | 14 ++++++++------
6 files changed, 61 insertions(+), 16 deletions(-)
Please pull.
Thanks,
Joerg
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2023-06-02 8:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-02 8:28 Joerg Roedel [this message]
2023-06-02 12:37 ` [git pull] IOMMU Fixes for Linux v6.4-rc4 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=ZHmoJ_TIIzruBSIY@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.