All of lore.kernel.org
 help / color / mirror / Atom feed
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 v4.2
Date: Wed, 1 Jul 2015 18:42:42 +0200	[thread overview]
Message-ID: <20150701164242.GA3274@8bytes.org> (raw)

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

Hi Linus,

The following changes since commit 5ffde2f67181195d457b95df44b8f88e8d969d89:

  Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd', 'default-domains' and 'core' into next (2015-06-19 17:17:47 +0200)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v4.2

for you to fetch changes up to 7a5a566eab48da7522f601f96aef3af102178046:

  iommu/amd: Introduce protection_domain_init() function (2015-07-01 08:43:07 +0200)

----------------------------------------------------------------
IOMMU Fixes for Linux v4.2-rc0

Four fixes have queued up to fix regressions introduced after v4.1:

	* Don't fail IOMMU driver initialization when the add_device
	  call-back returns -ENODEV, as that just means that the device
	  is not translated by the IOMMU. This is pretty common on ARM.

	* Two fixes for the ARM-SMMU driver for a wrong feature check
	  and to remove a redundant NULL check.

	* A fix for the AMD IOMMU driver to fix a boot panic on systems
	  where the BIOS requests Unity Mappings in the IVRS table.

----------------------------------------------------------------
Joerg Roedel (2):
      iommu: Ignore -ENODEV errors from add_device call-back
      iommu/amd: Introduce protection_domain_init() function

Markus Elfring (1):
      iommu/arm-smmu: Delete an unnecessary check before the function call "free_io_pgtable_ops"

Will Deacon (1):
      iommu/arm-smmu: Fix broken ATOS check

 drivers/iommu/amd_iommu.c   | 26 ++++++++++++++++----------
 drivers/iommu/arm-smmu-v3.c |  3 +--
 drivers/iommu/arm-smmu.c    |  2 +-
 drivers/iommu/iommu.c       | 13 ++++++++++++-
 4 files changed, 30 insertions(+), 14 deletions(-)

Please pull.

Thanks,

	Joerg


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

                 reply	other threads:[~2015-07-01 16:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20150701164242.GA3274@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.