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.17-rc6
Date: Fri, 4 Mar 2022 16:35:38 +0100 [thread overview]
Message-ID: <YiIxynRjN0sRPIju@8bytes.org> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1590 bytes --]
Hi Linus,
The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:
Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.17-rc6
for you to fetch changes up to 9826e393e4a8c3df474e7f9eacd3087266f74005:
iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find (2022-02-28 14:01:57 +0100)
----------------------------------------------------------------
IOMMU Fixes for Linux v5.17-rc6
Including:
- Fix a double list_add() in Intel VT-d code
- Add missing put_device() in Tegra SMMU driver
- Two AMD IOMMU fixes:
- Memory leak in IO page-table freeing code
- Add missing recovery from event-log overflow
----------------------------------------------------------------
Adrian Huang (1):
iommu/vt-d: Fix double list_add when enabling VMD in scalable mode
Lennert Buytenhek (1):
iommu/amd: Recover from event log overflow
Miaoqian Lin (1):
iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find
Suravee Suthikulpanit (1):
iommu/amd: Fix I/O page table memory leak
drivers/iommu/amd/amd_iommu.h | 1 +
drivers/iommu/amd/amd_iommu_types.h | 1 +
drivers/iommu/amd/init.c | 10 ++++++++++
drivers/iommu/amd/io_pgtable.c | 12 ++++++------
drivers/iommu/amd/iommu.c | 10 ++++++++--
drivers/iommu/intel/iommu.c | 2 +-
drivers/iommu/tegra-smmu.c | 4 +++-
7 files changed, 30 insertions(+), 10 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.17-rc6
Date: Fri, 4 Mar 2022 16:35:38 +0100 [thread overview]
Message-ID: <YiIxynRjN0sRPIju@8bytes.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1590 bytes --]
Hi Linus,
The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:
Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.17-rc6
for you to fetch changes up to 9826e393e4a8c3df474e7f9eacd3087266f74005:
iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find (2022-02-28 14:01:57 +0100)
----------------------------------------------------------------
IOMMU Fixes for Linux v5.17-rc6
Including:
- Fix a double list_add() in Intel VT-d code
- Add missing put_device() in Tegra SMMU driver
- Two AMD IOMMU fixes:
- Memory leak in IO page-table freeing code
- Add missing recovery from event-log overflow
----------------------------------------------------------------
Adrian Huang (1):
iommu/vt-d: Fix double list_add when enabling VMD in scalable mode
Lennert Buytenhek (1):
iommu/amd: Recover from event log overflow
Miaoqian Lin (1):
iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find
Suravee Suthikulpanit (1):
iommu/amd: Fix I/O page table memory leak
drivers/iommu/amd/amd_iommu.h | 1 +
drivers/iommu/amd/amd_iommu_types.h | 1 +
drivers/iommu/amd/init.c | 10 ++++++++++
drivers/iommu/amd/io_pgtable.c | 12 ++++++------
drivers/iommu/amd/iommu.c | 10 ++++++++--
drivers/iommu/intel/iommu.c | 2 +-
drivers/iommu/tegra-smmu.c | 4 +++-
7 files changed, 30 insertions(+), 10 deletions(-)
Please pull.
Thanks,
Joerg
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2022-03-04 15:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-04 15:35 Joerg Roedel [this message]
2022-03-04 15:35 ` [git pull] IOMMU Fixes for Linux v5.17-rc6 Joerg Roedel
2022-03-04 20:22 ` pr-tracker-bot
2022-03-04 20:22 ` 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=YiIxynRjN0sRPIju@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.