From: Joerg Roedel <joro@8bytes.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org
Subject: [git pull] IOMMU Fixes for Linux v5.8-rc5
Date: Mon, 13 Jul 2020 17:36:54 +0200 [thread overview]
Message-ID: <20200713153649.GA2615@8bytes.org> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1633 bytes --]
Hi Linus,
The following changes since commit 9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68:
Linux 5.8-rc3 (2020-06-28 15:00:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.8-rc5
for you to fetch changes up to a082121b55bac125f7d09d78de00607ea75a6903:
iommu/arm-smmu: Mark qcom_smmu_client_of_match as possibly unused (2020-07-09 17:20:22 +0200)
----------------------------------------------------------------
IOMMU Fixes for Linux v5.8-rc5:
Including:
- Fix for a use-after-free of the device iommu-group. Found in the
arm-smmu driver, but the fix is in generic code.
- Fix for the new Allwinner IOMMU driver to use the atomic
readl_timeout() variant in IO/TLB flushing code.
- A couple of cleanups to fix various compile warnings.
----------------------------------------------------------------
Geert Uytterhoeven (1):
iommu: SUN50I_IOMMU should depend on HAS_DMA
Joerg Roedel (1):
iommu/amd: Make amd_iommu_apply_ivrs_quirks() static inline
Jordan Crouse (1):
iommu/arm-smmu: Mark qcom_smmu_client_of_match as possibly unused
Maxime Ripard (2):
iommu/sun50i: Change the readl timeout to the atomic variant
iommu/sun50i: Remove unused variable
Qian Cai (1):
iommu: Fix use-after-free in iommu_release_device
drivers/iommu/Kconfig | 1 +
drivers/iommu/amd/amd_iommu.h | 2 +-
drivers/iommu/arm-smmu-qcom.c | 2 +-
drivers/iommu/iommu.c | 2 +-
drivers/iommu/sun50i-iommu.c | 8 +++-----
5 files changed, 7 insertions(+), 8 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: linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org
Subject: [git pull] IOMMU Fixes for Linux v5.8-rc5
Date: Mon, 13 Jul 2020 17:36:54 +0200 [thread overview]
Message-ID: <20200713153649.GA2615@8bytes.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1633 bytes --]
Hi Linus,
The following changes since commit 9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68:
Linux 5.8-rc3 (2020-06-28 15:00:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.8-rc5
for you to fetch changes up to a082121b55bac125f7d09d78de00607ea75a6903:
iommu/arm-smmu: Mark qcom_smmu_client_of_match as possibly unused (2020-07-09 17:20:22 +0200)
----------------------------------------------------------------
IOMMU Fixes for Linux v5.8-rc5:
Including:
- Fix for a use-after-free of the device iommu-group. Found in the
arm-smmu driver, but the fix is in generic code.
- Fix for the new Allwinner IOMMU driver to use the atomic
readl_timeout() variant in IO/TLB flushing code.
- A couple of cleanups to fix various compile warnings.
----------------------------------------------------------------
Geert Uytterhoeven (1):
iommu: SUN50I_IOMMU should depend on HAS_DMA
Joerg Roedel (1):
iommu/amd: Make amd_iommu_apply_ivrs_quirks() static inline
Jordan Crouse (1):
iommu/arm-smmu: Mark qcom_smmu_client_of_match as possibly unused
Maxime Ripard (2):
iommu/sun50i: Change the readl timeout to the atomic variant
iommu/sun50i: Remove unused variable
Qian Cai (1):
iommu: Fix use-after-free in iommu_release_device
drivers/iommu/Kconfig | 1 +
drivers/iommu/amd/amd_iommu.h | 2 +-
drivers/iommu/arm-smmu-qcom.c | 2 +-
drivers/iommu/iommu.c | 2 +-
drivers/iommu/sun50i-iommu.c | 8 +++-----
5 files changed, 7 insertions(+), 8 deletions(-)
Please pull.
Thanks,
Joerg
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2020-07-13 15:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-13 15:36 Joerg Roedel [this message]
2020-07-13 15:36 ` [git pull] IOMMU Fixes for Linux v5.8-rc5 Joerg Roedel
2020-07-14 1:35 ` pr-tracker-bot
2020-07-14 1:35 ` 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=20200713153649.GA2615@8bytes.org \
--to=joro@8bytes.org \
--cc=iommu@lists.linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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.