All of lore.kernel.org
 help / color / mirror / Atom feed
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 iommu-updates-v5.12
Date: Fri, 5 Mar 2021 17:23:24 +0100	[thread overview]
Message-ID: <20210305162319.GA14489@8bytes.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1528 bytes --]

Hi Linus,

The following changes since commit 45e606f2726926b04094e1c9bf809bca4884c57f:

  Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' into next (2021-02-12 15:27:17 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.12-rc1

for you to fetch changes up to 444d66a23c1f1e4c4d12aed4812681d0ad835d60:

  iommu/vt-d: Fix status code for Allocate/Free PASID command (2021-03-04 13:32:04 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v5.12-rc1

Including:

	- Fix for a sleeping-while-atomic issue in the AMD IOMMU code

	- Disabling lazy IOTLB flush for untrusted devices in the Intel VT-d driver

	- Fix status code definitions for Intel VT-d

	- Fix IO Page Fault issue in Tegra IOMMU driver

----------------------------------------------------------------
Andrey Ryabinin (1):
      iommu/amd: Fix sleeping in atomic in increase_address_space()

Lu Baolu (1):
      iommu: Don't use lazy flush for untrusted device

Nicolin Chen (1):
      iommu/tegra-smmu: Fix mc errors on tegra124-nyan

Zenghui Yu (1):
      iommu/vt-d: Fix status code for Allocate/Free PASID command

 drivers/iommu/amd/io_pgtable.c | 10 +++---
 drivers/iommu/dma-iommu.c      | 15 +++++----
 drivers/iommu/intel/pasid.h    |  4 +--
 drivers/iommu/tegra-smmu.c     | 72 +++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 87 insertions(+), 14 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 iommu-updates-v5.12
Date: Fri, 5 Mar 2021 17:23:24 +0100	[thread overview]
Message-ID: <20210305162319.GA14489@8bytes.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1528 bytes --]

Hi Linus,

The following changes since commit 45e606f2726926b04094e1c9bf809bca4884c57f:

  Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' into next (2021-02-12 15:27:17 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v5.12-rc1

for you to fetch changes up to 444d66a23c1f1e4c4d12aed4812681d0ad835d60:

  iommu/vt-d: Fix status code for Allocate/Free PASID command (2021-03-04 13:32:04 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v5.12-rc1

Including:

	- Fix for a sleeping-while-atomic issue in the AMD IOMMU code

	- Disabling lazy IOTLB flush for untrusted devices in the Intel VT-d driver

	- Fix status code definitions for Intel VT-d

	- Fix IO Page Fault issue in Tegra IOMMU driver

----------------------------------------------------------------
Andrey Ryabinin (1):
      iommu/amd: Fix sleeping in atomic in increase_address_space()

Lu Baolu (1):
      iommu: Don't use lazy flush for untrusted device

Nicolin Chen (1):
      iommu/tegra-smmu: Fix mc errors on tegra124-nyan

Zenghui Yu (1):
      iommu/vt-d: Fix status code for Allocate/Free PASID command

 drivers/iommu/amd/io_pgtable.c | 10 +++---
 drivers/iommu/dma-iommu.c      | 15 +++++----
 drivers/iommu/intel/pasid.h    |  4 +--
 drivers/iommu/tegra-smmu.c     | 72 +++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 87 insertions(+), 14 deletions(-)

Please pull.

Thanks,

	Joerg

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2021-03-05 16:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-05 16:23 Joerg Roedel [this message]
2021-03-05 16:23 ` [git pull] IOMMU Fixes for Linux iommu-updates-v5.12 Joerg Roedel
2021-03-05 21:58 ` pr-tracker-bot
2021-03-05 21:58   ` 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=20210305162319.GA14489@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.