All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joerg Roedel <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
To: Linus Torvalds
	<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [git pull] IOMMU Fixes for Linux v4.11-rc3
Date: Fri, 24 Mar 2017 12:31:55 +0100	[thread overview]
Message-ID: <20170324113148.GA32735@8bytes.org> (raw)


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

Hi Linus,

The following changes since commit 97da3854c526d3a6ee05c849c96e48d21527606c:

  Linux 4.11-rc3 (2017-03-19 19:09:39 -0700)

are available in the git repository at:

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

for you to fetch changes up to 11cd3386a1987a0515d7ce11ee87b242e5015dfe:

  Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into iommu/fixes (2017-03-22 23:59:56 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v4.11-rc3

A few fixes piled up:

	* Fix a NULL-ptr dereference that happens in VT-d on some
	  platforms

	* A fix for ARM MSI region reporting, so that a sane interface
	  makes it to a released kernel

	* Fixes for leaf-checking in ARM io-page-table code

	* Two fixes for IO/TLB flushing code on ARM Exynos platforms

----------------------------------------------------------------
Joerg Roedel (1):
      Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/.../will/linux into iommu/fixes

Koos Vriezen (1):
      iommu/vt-d: Fix NULL pointer dereference in device_to_iommu

Marek Szyprowski (2):
      iommu/exynos: Block SYSMMU while invalidating FLPD cache
      iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5

Oleksandr Tyshchenko (2):
      iommu/io-pgtable-arm: Check for leaf entry before dereferencing it
      iommu/io-pgtable-arm-v7s: Check for leaf entry before dereferencing it

Robin Murphy (1):
      iommu: Disambiguate MSI region types

 drivers/iommu/amd_iommu.c          |  2 +-
 drivers/iommu/arm-smmu-v3.c        |  2 +-
 drivers/iommu/arm-smmu.c           |  2 +-
 drivers/iommu/exynos-iommu.c       |  8 +++++++-
 drivers/iommu/intel-iommu.c        |  4 ++--
 drivers/iommu/io-pgtable-arm-v7s.c |  6 +++++-
 drivers/iommu/io-pgtable-arm.c     |  6 +++++-
 drivers/iommu/iommu.c              |  5 +++--
 drivers/vfio/vfio_iommu_type1.c    |  7 +++----
 include/linux/iommu.h              | 18 +++++++++++++-----
 10 files changed, 41 insertions(+), 19 deletions(-)

Please pull.

Thanks,

	Joerg

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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 v4.11-rc3
Date: Fri, 24 Mar 2017 12:31:55 +0100	[thread overview]
Message-ID: <20170324113148.GA32735@8bytes.org> (raw)

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

Hi Linus,

The following changes since commit 97da3854c526d3a6ee05c849c96e48d21527606c:

  Linux 4.11-rc3 (2017-03-19 19:09:39 -0700)

are available in the git repository at:

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

for you to fetch changes up to 11cd3386a1987a0515d7ce11ee87b242e5015dfe:

  Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into iommu/fixes (2017-03-22 23:59:56 +0100)

----------------------------------------------------------------
IOMMU Fixes for Linux v4.11-rc3

A few fixes piled up:

	* Fix a NULL-ptr dereference that happens in VT-d on some
	  platforms

	* A fix for ARM MSI region reporting, so that a sane interface
	  makes it to a released kernel

	* Fixes for leaf-checking in ARM io-page-table code

	* Two fixes for IO/TLB flushing code on ARM Exynos platforms

----------------------------------------------------------------
Joerg Roedel (1):
      Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/.../will/linux into iommu/fixes

Koos Vriezen (1):
      iommu/vt-d: Fix NULL pointer dereference in device_to_iommu

Marek Szyprowski (2):
      iommu/exynos: Block SYSMMU while invalidating FLPD cache
      iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5

Oleksandr Tyshchenko (2):
      iommu/io-pgtable-arm: Check for leaf entry before dereferencing it
      iommu/io-pgtable-arm-v7s: Check for leaf entry before dereferencing it

Robin Murphy (1):
      iommu: Disambiguate MSI region types

 drivers/iommu/amd_iommu.c          |  2 +-
 drivers/iommu/arm-smmu-v3.c        |  2 +-
 drivers/iommu/arm-smmu.c           |  2 +-
 drivers/iommu/exynos-iommu.c       |  8 +++++++-
 drivers/iommu/intel-iommu.c        |  4 ++--
 drivers/iommu/io-pgtable-arm-v7s.c |  6 +++++-
 drivers/iommu/io-pgtable-arm.c     |  6 +++++-
 drivers/iommu/iommu.c              |  5 +++--
 drivers/vfio/vfio_iommu_type1.c    |  7 +++----
 include/linux/iommu.h              | 18 +++++++++++++-----
 10 files changed, 41 insertions(+), 19 deletions(-)

Please pull.

Thanks,

	Joerg

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

             reply	other threads:[~2017-03-24 11:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-24 11:31 Joerg Roedel [this message]
2017-03-24 11:31 ` [git pull] IOMMU Fixes for Linux v4.11-rc3 Joerg Roedel

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=20170324113148.GA32735@8bytes.org \
    --to=joro-zlv9swrftaidnm+yrofe0a@public.gmane.org \
    --cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.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.