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.4-rc3
Date: Fri, 18 Oct 2019 17:54:08 +0200 [thread overview]
Message-ID: <20191018155403.GA9621@8bytes.org> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 2071 bytes --]
Hi Linus,
The following changes since commit da0c9ea146cbe92b832f1b0f694840ea8eb33cce:
Linux 5.4-rc2 (2019-10-06 14:27:30 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.4-rc3
for you to fetch changes up to 46ac18c347b00be29b265c28209b0f3c38a1f142:
iommu/amd: Check PM_LEVEL_SIZE() condition in locked section (2019-10-18 16:52:37 +0200)
----------------------------------------------------------------
IOMMU Fixes for Linux v5.4-rc3:
Including:
- Fixes for page-table issues on Mali GPUs
- Missing free in an error path for ARM-SMMU
- PASID decoding in the AMD IOMMU Event log code
- Another update for the locking fixes in the AMD IOMMU driver
- Reduce the calls to platform_get_irq() in the IPMMU-VMSA and
Rockchip IOMMUs to get rid of the warning message added to this
function recently
----------------------------------------------------------------
Geert Uytterhoeven (1):
iommu/ipmmu-vmsa: Only call platform_get_irq() when interrupt is mandatory
Heiko Stuebner (1):
iommu/rockchip: Don't use platform_get_irq to implicitly count irqs
Joerg Roedel (2):
Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/.../will/linux into iommu/fixes
iommu/amd: Check PM_LEVEL_SIZE() condition in locked section
Liu Xiang (1):
iommu/arm-smmu: Free context bitmap in the err path of arm_smmu_init_domain_context
Robin Murphy (2):
iommu/io-pgtable-arm: Correct Mali attributes
iommu/io-pgtable-arm: Support all Mali configurations
Suthikulpanit, Suravee (1):
iommu/amd: Fix incorrect PASID decoding from event log
drivers/iommu/amd_iommu.c | 12 +++++----
drivers/iommu/amd_iommu_types.h | 4 +--
drivers/iommu/arm-smmu.c | 1 +
drivers/iommu/io-pgtable-arm.c | 58 ++++++++++++++++++++++++++++++++---------
drivers/iommu/ipmmu-vmsa.c | 3 +--
drivers/iommu/rockchip-iommu.c | 19 ++++++++++----
6 files changed, 70 insertions(+), 27 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.4-rc3
Date: Fri, 18 Oct 2019 17:54:08 +0200 [thread overview]
Message-ID: <20191018155403.GA9621@8bytes.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2071 bytes --]
Hi Linus,
The following changes since commit da0c9ea146cbe92b832f1b0f694840ea8eb33cce:
Linux 5.4-rc2 (2019-10-06 14:27:30 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.4-rc3
for you to fetch changes up to 46ac18c347b00be29b265c28209b0f3c38a1f142:
iommu/amd: Check PM_LEVEL_SIZE() condition in locked section (2019-10-18 16:52:37 +0200)
----------------------------------------------------------------
IOMMU Fixes for Linux v5.4-rc3:
Including:
- Fixes for page-table issues on Mali GPUs
- Missing free in an error path for ARM-SMMU
- PASID decoding in the AMD IOMMU Event log code
- Another update for the locking fixes in the AMD IOMMU driver
- Reduce the calls to platform_get_irq() in the IPMMU-VMSA and
Rockchip IOMMUs to get rid of the warning message added to this
function recently
----------------------------------------------------------------
Geert Uytterhoeven (1):
iommu/ipmmu-vmsa: Only call platform_get_irq() when interrupt is mandatory
Heiko Stuebner (1):
iommu/rockchip: Don't use platform_get_irq to implicitly count irqs
Joerg Roedel (2):
Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/.../will/linux into iommu/fixes
iommu/amd: Check PM_LEVEL_SIZE() condition in locked section
Liu Xiang (1):
iommu/arm-smmu: Free context bitmap in the err path of arm_smmu_init_domain_context
Robin Murphy (2):
iommu/io-pgtable-arm: Correct Mali attributes
iommu/io-pgtable-arm: Support all Mali configurations
Suthikulpanit, Suravee (1):
iommu/amd: Fix incorrect PASID decoding from event log
drivers/iommu/amd_iommu.c | 12 +++++----
drivers/iommu/amd_iommu_types.h | 4 +--
drivers/iommu/arm-smmu.c | 1 +
drivers/iommu/io-pgtable-arm.c | 58 ++++++++++++++++++++++++++++++++---------
drivers/iommu/ipmmu-vmsa.c | 3 +--
drivers/iommu/rockchip-iommu.c | 19 ++++++++++----
6 files changed, 70 insertions(+), 27 deletions(-)
Please pull.
Thanks,
Joerg
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2019-10-18 15:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-18 15:54 Joerg Roedel [this message]
2019-10-18 15:54 ` [git pull] IOMMU Fixes for Linux v5.4-rc3 Joerg Roedel
2019-10-18 22:50 ` pr-tracker-bot
2019-10-18 22:50 ` 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=20191018155403.GA9621@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.